diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-10-21 20:09:27 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-10-21 20:09:27 +0000 |
commit | d283dd8cd29b2642b8fe310b59951e13b22c5103 (patch) | |
tree | c3b10103f0ea65deb54259d57822393ba80cb99a /net-libs/rb_libtorrent | |
parent | Pin glib/gtk+ dependencies to slot 2. (diff) | |
download | gentoo-2-d283dd8cd29b2642b8fe310b59951e13b22c5103.tar.gz gentoo-2-d283dd8cd29b2642b8fe310b59951e13b22c5103.tar.bz2 gentoo-2-d283dd8cd29b2642b8fe310b59951e13b22c5103.zip |
Fix my latest commit and remove useless --enable-statistics switch
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/rb_libtorrent')
-rw-r--r-- | net-libs/rb_libtorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog index de86bb67a8c5..2188b1fd25ed 100644 --- a/net-libs/rb_libtorrent/ChangeLog +++ b/net-libs/rb_libtorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/rb_libtorrent # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.94 2010/10/20 13:52:55 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.95 2010/10/21 20:09:27 hwoarang Exp $ + + 21 Oct 2010; Markos Chandras <hwoarang@gentoo.org> + rb_libtorrent-0.15.4.ebuild: + Fix my latest commit and remove useless --enable-statistics switch 20 Oct 2010; Brent Baude <ranger@gentoo.org> rb_libtorrent-0.15.1.ebuild: stable ppc, bug 333775 diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild index b05d0fbb750c..636e2e40c2d9 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild,v 1.2 2010/10/17 13:17:40 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild,v 1.3 2010/10/21 20:09:27 hwoarang Exp $ EAPI="2" inherit eutils versionator @@ -44,7 +44,7 @@ src_configure() { BOOST_LIB="/usr/$(get_libdir)/boost-${BOOST_VER}" local LOGGING - use debug && LOGGING="--enable-logging=verbose --enable-statistics" + use debug && LOGGING="--enable-logging=verbose" econf $(use_enable debug) \ $(use_enable test tests) \ |