diff options
author | Brent Baude <ranger@gentoo.org> | 2009-02-12 21:44:12 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2009-02-12 21:44:12 +0000 |
commit | 6dc664baf1fcc182b8d26f7044afe091412b70b9 (patch) | |
tree | ee875f3010de7cef91d3c84e35b309d7df5492b5 /net-libs | |
parent | Marking curl-7.19.3 ppc64 for bug 258618 (diff) | |
download | gentoo-2-6dc664baf1fcc182b8d26f7044afe091412b70b9.tar.gz gentoo-2-6dc664baf1fcc182b8d26f7044afe091412b70b9.tar.bz2 gentoo-2-6dc664baf1fcc182b8d26f7044afe091412b70b9.zip |
Marking libtorrent-0.12.4 ppc64 for bug 255756
(Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 ppc64)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.12.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index 8b038d19d456..260eb1f04d16 100644 --- a/net-libs/libtorrent/ChangeLog +++ b/net-libs/libtorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/libtorrent -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.132 2008/11/19 19:01:21 loki_val Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.133 2009/02/12 21:44:12 ranger Exp $ + + 12 Feb 2009; Brent Baude <ranger@gentoo.org> libtorrent-0.12.4.ebuild: + Marking libtorrent-0.12.4 ppc64 for bug 255756 *libtorrent-0.12.4 (19 Nov 2008) diff --git a/net-libs/libtorrent/libtorrent-0.12.4.ebuild b/net-libs/libtorrent/libtorrent-0.12.4.ebuild index be8d9a157f3c..886360fbfe42 100644 --- a/net-libs/libtorrent/libtorrent-0.12.4.ebuild +++ b/net-libs/libtorrent/libtorrent-0.12.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.4.ebuild,v 1.1 2008/11/19 19:01:21 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.4.ebuild,v 1.2 2009/02/12 21:44:12 ranger 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" |