diff options
Diffstat (limited to 'net-libs/libtorrent/libtorrent-0.11.8.ebuild')
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.11.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/libtorrent/libtorrent-0.11.8.ebuild b/net-libs/libtorrent/libtorrent-0.11.8.ebuild index db7adc635318..2fc654f31717 100644 --- a/net-libs/libtorrent/libtorrent-0.11.8.ebuild +++ b/net-libs/libtorrent/libtorrent-0.11.8.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.8.ebuild,v 1.1 2007/09/08 14:36:56 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.11.8.ebuild,v 1.2 2007/11/09 15:52:25 cla Exp $ inherit 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 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" IUSE="debug" |