diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-08-08 17:13:34 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2008-08-08 17:13:34 +0000 |
commit | 4459e239a3367bec0dea2db19450e4ab968d89fb (patch) | |
tree | 854074fbbda8a0f32bed9a66ba168bdf83175f32 /net-p2p/ctorrent | |
parent | Stable on ppc wrt bug 234212 (diff) | |
download | gentoo-2-4459e239a3367bec0dea2db19450e4ab968d89fb.tar.gz gentoo-2-4459e239a3367bec0dea2db19450e4ab968d89fb.tar.bz2 gentoo-2-4459e239a3367bec0dea2db19450e4ab968d89fb.zip |
Stable on ppc wrt bug 234114
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-p2p/ctorrent')
-rw-r--r-- | net-p2p/ctorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/ctorrent/ctorrent-3.3.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/ctorrent/ChangeLog b/net-p2p/ctorrent/ChangeLog index 30c00ecf96ef..a07769963d9a 100644 --- a/net-p2p/ctorrent/ChangeLog +++ b/net-p2p/ctorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/ctorrent # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.42 2008/08/06 17:53:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.43 2008/08/08 17:13:34 nixnut Exp $ + + 08 Aug 2008; nixnut <nixnut@gentoo.org> ctorrent-3.3.2.ebuild: + Stable on ppc wrt bug 234114 06 Aug 2008; Raúl Porcel <armin76@gentoo.org> -files/3.2-setvbuf-removal.patch, -ctorrent-3.2-r1.ebuild, diff --git a/net-p2p/ctorrent/ctorrent-3.3.2.ebuild b/net-p2p/ctorrent/ctorrent-3.3.2.ebuild index 894ec3e4fa42..feec92ad6fb3 100644 --- a/net-p2p/ctorrent/ctorrent-3.3.2.ebuild +++ b/net-p2p/ctorrent/ctorrent-3.3.2.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/ctorrent/ctorrent-3.3.2.ebuild,v 1.2 2008/08/06 17:53:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ctorrent-3.3.2.ebuild,v 1.3 2008/08/08 17:13:34 nixnut Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/dtorrent/${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}" |