diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2008-10-25 21:42:12 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2008-10-25 21:42:12 +0000 |
commit | 90043cb6bb2f2c447a36c0b45d5353166660b845 (patch) | |
tree | 1c4e49ad1f482095eca77b9dbddff6b55ed0b5f1 /net-p2p/createtorrent | |
parent | arm/s390/sh stable (diff) | |
download | gentoo-2-90043cb6bb2f2c447a36c0b45d5353166660b845.tar.gz gentoo-2-90043cb6bb2f2c447a36c0b45d5353166660b845.tar.bz2 gentoo-2-90043cb6bb2f2c447a36c0b45d5353166660b845.zip |
Keyworded ~ppc. Closes bug #229799
(Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r7 i686)
Diffstat (limited to 'net-p2p/createtorrent')
-rw-r--r-- | net-p2p/createtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/createtorrent/createtorrent-1.1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/createtorrent/ChangeLog b/net-p2p/createtorrent/ChangeLog index 2bd722ec1448..2b584f520201 100644 --- a/net-p2p/createtorrent/ChangeLog +++ b/net-p2p/createtorrent/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for net-p2p/createtorrent # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/createtorrent/ChangeLog,v 1.5 2008/06/05 06:15:03 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/createtorrent/ChangeLog,v 1.6 2008/10/25 21:42:12 pvdabeel Exp $ *createtorrent-1.1.4 (05 Jun 2008) + 25 Oct 2008; Pieter Van den Abeele <pvdabeel@gentoo.org> createtorrent-1.1.4.ebuild: + Keyworded ~ppc. Closes bug #229799 + 05 Jun 2008; Peter Volkov <pva@gentoo.org> +createtorrent-1.1.4.ebuild: Version bump, as reported by me :), bug #224775. diff --git a/net-p2p/createtorrent/createtorrent-1.1.4.ebuild b/net-p2p/createtorrent/createtorrent-1.1.4.ebuild index c744fb03ebc2..6ba5974d9b9e 100644 --- a/net-p2p/createtorrent/createtorrent-1.1.4.ebuild +++ b/net-p2p/createtorrent/createtorrent-1.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/createtorrent/createtorrent-1.1.4.ebuild,v 1.1 2008/06/05 06:15:03 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/createtorrent/createtorrent-1.1.4.ebuild,v 1.2 2008/10/25 21:42:12 pvdabeel Exp $ inherit autotools eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.createtorrent.com/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" RDEPEND="dev-libs/openssl" |