diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-28 16:03:18 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-28 16:03:18 +0000 |
commit | fa0e6ec09ba7bc1da2c79c065b8bce772a94d04a (patch) | |
tree | 50e157954ae0513fa08abf279eb8eb85a27d3aad /net-p2p/bittorrent | |
parent | Backport from 3.9.0 (Manifest recommit) (diff) | |
download | gentoo-2-fa0e6ec09ba7bc1da2c79c065b8bce772a94d04a.tar.gz gentoo-2-fa0e6ec09ba7bc1da2c79c065b8bce772a94d04a.tar.bz2 gentoo-2-fa0e6ec09ba7bc1da2c79c065b8bce772a94d04a.zip |
arm KEYWORDS
Diffstat (limited to 'net-p2p/bittorrent')
-rw-r--r-- | net-p2p/bittorrent/bittorrent-3.4.2.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net-p2p/bittorrent/bittorrent-3.4.2.ebuild b/net-p2p/bittorrent/bittorrent-3.4.2.ebuild index c7a628fce973..b80502fbb77d 100644 --- a/net-p2p/bittorrent/bittorrent-3.4.2.ebuild +++ b/net-p2p/bittorrent/bittorrent-3.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.4.2.ebuild,v 1.1 2004/04/06 20:05:36 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-3.4.2.ebuild,v 1.2 2004/05/28 16:03:18 vapier Exp $ inherit distutils @@ -8,14 +8,13 @@ MY_P="${P/bittorrent/BitTorrent}" MY_P="${MY_P/\.0/}" S=${WORKDIR}/${MY_P} -DESCRIPTION="BitTorrent is a tool for distributing files via a distributed network of nodes" +DESCRIPTION="tool for distributing files via a distributed network of nodes" HOMEPAGE="http://bitconjurer.org/BitTorrent" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.zip" -RESTRICT="nomirror" -SLOT="0" -LICENSE="MIT" -KEYWORDS="~x86 ~ppc ~alpha ~sparc ~amd64" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~alpha arm ~amd64" IUSE="X" RDEPEND="X? ( >=dev-python/wxPython-2.2 ) |