diff options
author | 2005-11-25 21:41:02 +0000 | |
---|---|---|
committer | 2005-11-25 21:41:02 +0000 | |
commit | f8ffcd355e153457aeaa5ff5fb3fa0ee095461ff (patch) | |
tree | 2ef937a8f2bc8b4062eac17cd3f736e754e64456 /net-libs | |
parent | Stable on amd64. (diff) | |
download | gentoo-2-f8ffcd355e153457aeaa5ff5fb3fa0ee095461ff.tar.gz gentoo-2-f8ffcd355e153457aeaa5ff5fb3fa0ee095461ff.tar.bz2 gentoo-2-f8ffcd355e153457aeaa5ff5fb3fa0ee095461ff.zip |
Added ~ppc64 keyword
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.7.6.ebuild | 4 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.8.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index e4aab9a9120d..d5835ae6bba5 100644 --- a/net-libs/libtorrent/ChangeLog +++ b/net-libs/libtorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libtorrent # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.34 2005/11/25 01:59:22 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.35 2005/11/25 21:39:59 corsair Exp $ + + 25 Nov 2005; Markus Rothe <corsair@gentoo.org> libtorrent-0.7.6.ebuild, + libtorrent-0.8.0.ebuild: + Added ~ppc64 keyword 25 Nov 2005; Mark Loeser <halcy0n@gentoo.org> libtorrent-0.7.6.ebuild: Stable on x86; bug #112928 diff --git a/net-libs/libtorrent/libtorrent-0.7.6.ebuild b/net-libs/libtorrent/libtorrent-0.7.6.ebuild index 356fb71790f4..df48a8e960c4 100644 --- a/net-libs/libtorrent/libtorrent-0.7.6.ebuild +++ b/net-libs/libtorrent/libtorrent-0.7.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.7.6.ebuild,v 1.3 2005/11/25 01:59:22 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.7.6.ebuild,v 1.4 2005/11/25 21:39:59 corsair Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -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 x86" +KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="debug" diff --git a/net-libs/libtorrent/libtorrent-0.8.0.ebuild b/net-libs/libtorrent/libtorrent-0.8.0.ebuild index 325b7c52f8a3..47bcdc002ade 100644 --- a/net-libs/libtorrent/libtorrent-0.8.0.ebuild +++ b/net-libs/libtorrent/libtorrent-0.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.8.0.ebuild,v 1.2 2005/11/22 20:11:46 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.8.0.ebuild,v 1.3 2005/11/25 21:39:59 corsair Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -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 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="debug" |