diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-12-13 14:53:35 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-12-13 14:53:35 +0000 |
commit | a7c4ea746b5c5557e31e75ad7c34864ad03734ef (patch) | |
tree | c0693fb79d9085a187d117b865cf52af126a5b74 /net-libs | |
parent | amd64 stable, bug 157977 (diff) | |
download | gentoo-2-a7c4ea746b5c5557e31e75ad7c34864ad03734ef.tar.gz gentoo-2-a7c4ea746b5c5557e31e75ad7c34864ad03734ef.tar.bz2 gentoo-2-a7c4ea746b5c5557e31e75ad7c34864ad03734ef.zip |
amd64 stable, bug 158007
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.10.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index 82bd3b21897e..f0206d5cb54a 100644 --- a/net-libs/libtorrent/ChangeLog +++ b/net-libs/libtorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libtorrent # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.77 2006/12/13 14:36:23 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.78 2006/12/13 14:53:35 mcummings Exp $ + + 13 Dec 2006; Michael Cummings <mcummings@gentoo.org> + libtorrent-0.10.4.ebuild: + amd64 stable, bug 158007 13 Dec 2006; Timothy Redaelli <drizzt@gentoo.org> libtorrent-0.10.4.ebuild: diff --git a/net-libs/libtorrent/libtorrent-0.10.4.ebuild b/net-libs/libtorrent/libtorrent-0.10.4.ebuild index 6ab62be0526e..4df77409df05 100644 --- a/net-libs/libtorrent/libtorrent-0.10.4.ebuild +++ b/net-libs/libtorrent/libtorrent-0.10.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.10.4.ebuild,v 1.3 2006/12/13 14:36:23 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.10.4.ebuild,v 1.4 2006/12/13 14:53:35 mcummings Exp $ inherit eutils toolchain-funcs flag-o-matic libtool @@ -9,7 +9,7 @@ HOMEPAGE="http://libtorrent.rakshasa.no/" SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="debug" |