diff options
Diffstat (limited to 'net-p2p')
-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 4ee986e57941..f20756dc3f06 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.44 2008/08/09 18:10:39 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ChangeLog,v 1.45 2008/11/04 11:04:01 vapier Exp $ + + 04 Nov 2008; Mike Frysinger <vapier@gentoo.org> ctorrent-3.3.2.ebuild: + Add arm/s390/sh love. 09 Aug 2008; Santiago M. Mola <coldwind@gentoo.org> -ctorrent-3.3.1.ebuild, ctorrent-3.3.2.ebuild: diff --git a/net-p2p/ctorrent/ctorrent-3.3.2.ebuild b/net-p2p/ctorrent/ctorrent-3.3.2.ebuild index bbd1736dde99..59f1fcbed1eb 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.4 2008/08/09 18:10:39 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ctorrent-3.3.2.ebuild,v 1.5 2008/11/04 11:04:01 vapier 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 ~arm ppc ~s390 ~sh ~sparc x86 ~x86-fbsd" IUSE="" S="${WORKDIR}/${MY_P}" |