diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-09-01 11:39:36 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-09-01 11:39:36 +0000 |
commit | 0abb4b328526c67ed80f43cc6229983319b023db (patch) | |
tree | d6f6b61e63862a11a5484a1ee2d2d2d5514dc7e2 /net-p2p/ctorrent | |
parent | New release candidate (diff) | |
download | gentoo-2-0abb4b328526c67ed80f43cc6229983319b023db.tar.gz gentoo-2-0abb4b328526c67ed80f43cc6229983319b023db.tar.bz2 gentoo-2-0abb4b328526c67ed80f43cc6229983319b023db.zip |
Stable on ppc wrt bug 185080
(Portage version: 2.1.2.12)
Diffstat (limited to 'net-p2p/ctorrent')
-rw-r--r-- | net-p2p/ctorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/ctorrent/ctorrent-3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/ctorrent/ChangeLog b/net-p2p/ctorrent/ChangeLog index e0d885d919a7..ea53b93c27e3 100644 --- a/net-p2p/ctorrent/ChangeLog +++ b/net-p2p/ctorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/ctorrent # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.32 2007/08/31 20:21:40 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.33 2007/09/01 11:39:36 nixnut Exp $ + + 01 Sep 2007; nixnut <nixnut@gentoo.org> ctorrent-3.2.ebuild: + Stable on ppc wrt bug 185080 31 Aug 2007; Christoph Mende <angelos@gentoo.org> ctorrent-3.2.ebuild: Stable on amd64 wrt bug #185080 diff --git a/net-p2p/ctorrent/ctorrent-3.2.ebuild b/net-p2p/ctorrent/ctorrent-3.2.ebuild index 11401c126e22..b09e6bd4a84f 100644 --- a/net-p2p/ctorrent/ctorrent-3.2.ebuild +++ b/net-p2p/ctorrent/ctorrent-3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ctorrent-3.2.ebuild,v 1.3 2007/08/31 20:21:40 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ctorrent-3.2.ebuild,v 1.4 2007/09/01 11:39:36 nixnut Exp $ MY_P="${PN}-dnh${PV}" @@ -10,7 +10,7 @@ SRC_URI="http://www.rahul.net/dholmes/${PN}/${MY_P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 ~ppc ~sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ~sparc x86 ~x86-fbsd" IUSE="" S="${WORKDIR}/${MY_P}" |