diff options
author | Joseph Jezak <josejx@gentoo.org> | 2006-02-17 23:50:45 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2006-02-17 23:50:45 +0000 |
commit | 3ce7338da58e7ca921c08bed1e0ce99c8aca5ddb (patch) | |
tree | 16a3938b9432d6d5e9f082805813d3a94e21ca26 /net-libs | |
parent | Marked ~ppc for bug #121078. (diff) | |
download | gentoo-2-3ce7338da58e7ca921c08bed1e0ce99c8aca5ddb.tar.gz gentoo-2-3ce7338da58e7ca921c08bed1e0ce99c8aca5ddb.tar.bz2 gentoo-2-3ce7338da58e7ca921c08bed1e0ce99c8aca5ddb.zip |
Marked ppc stable for bug #121600.
(Portage version: 2.0.54)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/libtorrent/libtorrent-0.8.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/libtorrent/ChangeLog b/net-libs/libtorrent/ChangeLog index 64870fe8342b..0eb38c8eff7b 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.48 2006/02/16 20:21:27 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.49 2006/02/17 23:48:06 josejx Exp $ + + 17 Feb 2006; Joseph Jezak <josejx@gentoo.org> libtorrent-0.8.3.ebuild: + Marked ppc stable for bug #121600. 16 Feb 2006; Luis Medinas <metalgod@gentoo.org> libtorrent-0.8.3.ebuild: Stable on amd64. See bug #121600. diff --git a/net-libs/libtorrent/libtorrent-0.8.3.ebuild b/net-libs/libtorrent/libtorrent-0.8.3.ebuild index 1aed587520b4..915d614aed5b 100644 --- a/net-libs/libtorrent/libtorrent-0.8.3.ebuild +++ b/net-libs/libtorrent/libtorrent-0.8.3.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.8.3.ebuild,v 1.5 2006/02/16 20:21:27 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.8.3.ebuild,v 1.6 2006/02/17 23:48:06 josejx 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" IUSE="debug" |