diff options
author | Brent Baude <ranger@gentoo.org> | 2006-12-14 02:02:49 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2006-12-14 02:02:49 +0000 |
commit | 542d4766e0072293d115b81d2b796cc82b3ed47c (patch) | |
tree | 9b21ac83ba8c288b20bfc2df4cacde415292711a /net-libs | |
parent | Stable for HPPA (bug #157643). (diff) | |
download | gentoo-2-542d4766e0072293d115b81d2b796cc82b3ed47c.tar.gz gentoo-2-542d4766e0072293d115b81d2b796cc82b3ed47c.tar.bz2 gentoo-2-542d4766e0072293d115b81d2b796cc82b3ed47c.zip |
Marking libtorrent-0.10.4 ppc64 stable for bug 158007
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.10.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index 1661cb69d59b..696ab41c5353 100644 --- a/net-libs/libtorrent/ChangeLog +++ b/net-libs/libtorrent/ChangeLog @@ -1,6 +1,9 @@ # 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.79 2006/12/13 15:35:09 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.80 2006/12/14 02:02:48 ranger Exp $ + + 14 Dec 2006; Brent Baude <ranger@gentoo.org> libtorrent-0.10.4.ebuild: + Marking libtorrent-0.10.4 ppc64 stable for bug 158007 13 Dec 2006; Christian Faulhammer <opfer@gentoo.org> libtorrent-0.10.4.ebuild: diff --git a/net-libs/libtorrent/libtorrent-0.10.4.ebuild b/net-libs/libtorrent/libtorrent-0.10.4.ebuild index 3fef676d96ac..05d0944f0a7b 100644 --- a/net-libs/libtorrent/libtorrent-0.10.4.ebuild +++ b/net-libs/libtorrent/libtorrent-0.10.4.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.10.4.ebuild,v 1.5 2006/12/13 15:35:09 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.10.4.ebuild,v 1.6 2006/12/14 02:02:49 ranger 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" |