diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-12-28 20:34:24 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-12-28 20:34:24 +0000 |
commit | 015892518ec7e9095595ed64eefc26bbcc08b0be (patch) | |
tree | 6822e792a05a965af9877fde5cf44b7bfbee6125 /net-libs/libtorrent/libtorrent-0.12.5.ebuild | |
parent | Fix deps; bug 298756 (diff) | |
download | gentoo-2-015892518ec7e9095595ed64eefc26bbcc08b0be.tar.gz gentoo-2-015892518ec7e9095595ed64eefc26bbcc08b0be.tar.bz2 gentoo-2-015892518ec7e9095595ed64eefc26bbcc08b0be.zip |
Add ~arm
(Portage version: 2.1.6.13/cvs/Linux ia64)
Diffstat (limited to 'net-libs/libtorrent/libtorrent-0.12.5.ebuild')
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.12.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libtorrent/libtorrent-0.12.5.ebuild b/net-libs/libtorrent/libtorrent-0.12.5.ebuild index 68c65b701ff9..74ab105686a2 100644 --- a/net-libs/libtorrent/libtorrent-0.12.5.ebuild +++ b/net-libs/libtorrent/libtorrent-0.12.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.5.ebuild,v 1.6 2009/12/09 19:27:47 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.5.ebuild,v 1.7 2009/12/28 20:34:24 armin76 Exp $ inherit base eutils toolchain-funcs flag-o-matic libtool @@ -9,7 +9,7 @@ HOMEPAGE="http://libtorrent.rakshasa.no/" SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="amd64 hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="debug ipv6" |