diff options
-rw-r--r-- | net-p2p/ctorrent/ctorrent-3.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/ctorrent/ctorrent-3.3.2.ebuild b/net-p2p/ctorrent/ctorrent-3.3.2.ebuild index 59f1fcbed1eb..763b6fe002e8 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.5 2008/11/04 11:04:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ctorrent/ctorrent-3.3.2.ebuild,v 1.6 2008/11/15 09:48:22 vapier Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/dtorrent/${MY_P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 ~arm ppc ~s390 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="amd64 arm ppc s390 sh ~sparc x86 ~x86-fbsd" IUSE="" S="${WORKDIR}/${MY_P}" |