diff options
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 3c8ff323eb5e..71ed5850c610 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.1 2009/09/10 17:54:27 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.5.ebuild,v 1.2 2009/11/16 13:05:21 cla 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 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="debug ipv6" |