diff options
author | 2007-03-28 07:04:25 +0000 | |
---|---|---|
committer | 2007-03-28 07:04:25 +0000 | |
commit | 65312743d6fb85982a526e0f68f4e3deed3bc4fa (patch) | |
tree | 0b33985581279c934865771a0b179b1fc9f5e1b9 /net-libs/libtorrent/libtorrent-0.11.2.ebuild | |
parent | stable x86, bug 172456 (diff) | |
download | gentoo-2-65312743d6fb85982a526e0f68f4e3deed3bc4fa.tar.gz gentoo-2-65312743d6fb85982a526e0f68f4e3deed3bc4fa.tar.bz2 gentoo-2-65312743d6fb85982a526e0f68f4e3deed3bc4fa.zip |
stable x86, bug 172469
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-libs/libtorrent/libtorrent-0.11.2.ebuild')
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.11.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libtorrent/libtorrent-0.11.2.ebuild b/net-libs/libtorrent/libtorrent-0.11.2.ebuild index 27eb345f725e..d96735a0cae3 100644 --- a/net-libs/libtorrent/libtorrent-0.11.2.ebuild +++ b/net-libs/libtorrent/libtorrent-0.11.2.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-libs/libtorrent/libtorrent-0.11.2.ebuild,v 1.2 2007/01/28 13:54:36 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.2.ebuild,v 1.3 2007/03/28 07:04:25 opfer Exp $ inherit eutils toolchain-funcs flag-o-matic libtool autotools @@ -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 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="debug" |