diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-07-12 17:55:25 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-07-12 17:55:25 +0000 |
commit | 094591994eb86b95251c1f3253b937e7577e5d2a (patch) | |
tree | 8ed0a516b6824d6f7ee1762e90119ae2b183ab6f /net-p2p/ctorrent | |
parent | Stable for HPPA (bug #184815). (diff) | |
download | gentoo-2-094591994eb86b95251c1f3253b937e7577e5d2a.tar.gz gentoo-2-094591994eb86b95251c1f3253b937e7577e5d2a.tar.bz2 gentoo-2-094591994eb86b95251c1f3253b937e7577e5d2a.zip |
x86 stable wrt #185080
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'net-p2p/ctorrent')
-rw-r--r-- | net-p2p/ctorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/ctorrent/ctorrent-3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/ctorrent/ChangeLog b/net-p2p/ctorrent/ChangeLog index 99947c860b4b..8f0054e59329 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.27 2007/06/21 14:36:21 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.28 2007/07/12 17:55:25 armin76 Exp $ + + 12 Jul 2007; Raúl Porcel <armin76@gentoo.org> ctorrent-3.1.ebuild: + x86 stable wrt #185080 21 Jun 2007; Raúl Porcel <armin76@gentoo.org> -ctorrent-3.ebuild, -ctorrent-3_p20070427.ebuild: diff --git a/net-p2p/ctorrent/ctorrent-3.1.ebuild b/net-p2p/ctorrent/ctorrent-3.1.ebuild index 5154c3881e9d..a1c0a4844b90 100644 --- a/net-p2p/ctorrent/ctorrent-3.1.ebuild +++ b/net-p2p/ctorrent/ctorrent-3.1.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.1.ebuild,v 1.1 2007/06/06 13:07:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ctorrent-3.1.ebuild,v 1.2 2007/07/12 17:55:25 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}" |