diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-23 09:28:42 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-23 09:28:42 +0000 |
commit | c8aad678cacdf77c327981c159bbb412460d82c9 (patch) | |
tree | 855069eeb2e0b04b5e1fa249e1bbfb1ef26c622a /net-libs/libtorrent | |
parent | Add ~x86-fbsd keyword. (diff) | |
download | gentoo-2-c8aad678cacdf77c327981c159bbb412460d82c9.tar.gz gentoo-2-c8aad678cacdf77c327981c159bbb412460d82c9.tar.bz2 gentoo-2-c8aad678cacdf77c327981c159bbb412460d82c9.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.1_pre9-r3)
Diffstat (limited to 'net-libs/libtorrent')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.9.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index 0ed5d7286869..c1ef28c72dc0 100644 --- a/net-libs/libtorrent/ChangeLog +++ b/net-libs/libtorrent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libtorrent # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.51 2006/04/20 04:02:46 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.52 2006/04/23 09:28:42 flameeyes Exp $ + + 23 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> + libtorrent-0.9.0.ebuild: + Add ~x86-fbsd keyword. 20 Apr 2006; Diego Pettenò <flameeyes@gentoo.org> -libtorrent-0.7.6.ebuild, -libtorrent-0.8.4.ebuild, diff --git a/net-libs/libtorrent/libtorrent-0.9.0.ebuild b/net-libs/libtorrent/libtorrent-0.9.0.ebuild index e43973cabbf6..f03de680aa0a 100644 --- a/net-libs/libtorrent/libtorrent-0.9.0.ebuild +++ b/net-libs/libtorrent/libtorrent-0.9.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.9.0.ebuild,v 1.1 2006/04/06 18:05:48 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.9.0.ebuild,v 1.2 2006/04/23 09:28:42 flameeyes 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" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="debug" |