diff options
author | Kenneth Prugh <ken69267@gentoo.org> | 2008-07-07 16:06:35 +0000 |
---|---|---|
committer | Kenneth Prugh <ken69267@gentoo.org> | 2008-07-07 16:06:35 +0000 |
commit | a944a43827a9579647f67d7cca092c8655d30bf4 (patch) | |
tree | 38b015ecac3f5c72163106c0e2ea7287e90adc91 /net-p2p/ctorrent | |
parent | Remvoe 0.8.3, as that poppler version is gone (diff) | |
download | gentoo-2-a944a43827a9579647f67d7cca092c8655d30bf4.tar.gz gentoo-2-a944a43827a9579647f67d7cca092c8655d30bf4.tar.bz2 gentoo-2-a944a43827a9579647f67d7cca092c8655d30bf4.zip |
amd64 stable, bug #231041
(Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 x86_64)
Diffstat (limited to 'net-p2p/ctorrent')
-rw-r--r-- | net-p2p/ctorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/ctorrent/ctorrent-3.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/ctorrent/ChangeLog b/net-p2p/ctorrent/ChangeLog index 64f187f82b1f..aafd86d08410 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.39 2008/07/07 11:56:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.40 2008/07/07 16:06:35 ken69267 Exp $ + + 07 Jul 2008; Kenneth Prugh <ken69267@gentoo.org> ctorrent-3.3.1.ebuild: + amd64 stable, bug #231041 07 Jul 2008; Raúl Porcel <armin76@gentoo.org> ctorrent-3.3.1.ebuild: x86 stable diff --git a/net-p2p/ctorrent/ctorrent-3.3.1.ebuild b/net-p2p/ctorrent/ctorrent-3.3.1.ebuild index ca7df57844ef..c8f622bf1e4e 100644 --- a/net-p2p/ctorrent/ctorrent-3.3.1.ebuild +++ b/net-p2p/ctorrent/ctorrent-3.3.1.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.1.ebuild,v 1.2 2008/07/07 11:56:55 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ctorrent-3.3.1.ebuild,v 1.3 2008/07/07 16:06:35 ken69267 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}" |