diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-08-29 09:41:40 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-08-29 09:41:40 +0000 |
commit | 16c2569fadafd77b12412db68fcb41ea4e98e305 (patch) | |
tree | 661c6fb77041d65172267deeed03d2d6a8976884 /net-p2p/ctorrent | |
parent | ia64/x86 stable wrt security #189412 (diff) | |
download | gentoo-2-16c2569fadafd77b12412db68fcb41ea4e98e305.tar.gz gentoo-2-16c2569fadafd77b12412db68fcb41ea4e98e305.tar.bz2 gentoo-2-16c2569fadafd77b12412db68fcb41ea4e98e305.zip |
x86 stable wrt #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 fefba979a4d8..6b6d8eef3945 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.30 2007/07/30 18:05:59 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.31 2007/08/29 09:41:40 armin76 Exp $ + + 29 Aug 2007; Raúl Porcel <armin76@gentoo.org> ctorrent-3.2.ebuild: + x86 stable wrt #185080 *ctorrent-3.2 (30 Jul 2007) diff --git a/net-p2p/ctorrent/ctorrent-3.2.ebuild b/net-p2p/ctorrent/ctorrent-3.2.ebuild index d02564c66d74..713aa5a71b44 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.1 2007/07/30 18:05:59 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ctorrent-3.2.ebuild,v 1.2 2007/08/29 09:41:40 armin76 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}" |