diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-02-03 15:26:00 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-02-03 15:26:00 +0000 |
commit | 08223ec349b8611eb143d689eadb995487ad7f87 (patch) | |
tree | 130fbfa610e39f1432a484330490feedbc9ad7fa | |
parent | Stable on ppc wrt bug 164235 (diff) | |
download | gentoo-2-08223ec349b8611eb143d689eadb995487ad7f87.tar.gz gentoo-2-08223ec349b8611eb143d689eadb995487ad7f87.tar.bz2 gentoo-2-08223ec349b8611eb143d689eadb995487ad7f87.zip |
Stable on ppc wrt bug 164235
(Portage version: 2.1.1-r2)
-rw-r--r-- | net-p2p/rtorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/rtorrent/rtorrent-0.7.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/rtorrent/ChangeLog b/net-p2p/rtorrent/ChangeLog index 46e9cc5eea69..9f3048338973 100644 --- a/net-p2p/rtorrent/ChangeLog +++ b/net-p2p/rtorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/rtorrent # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.79 2007/02/01 18:29:02 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.80 2007/02/03 15:26:00 nixnut Exp $ + + 03 Feb 2007; nixnut <nixnut@gentoo.org> rtorrent-0.7.1.ebuild: + Stable on ppc wrt bug 164235 01 Feb 2007; Markus Rothe <corsair@gentoo.org> rtorrent-0.7.1.ebuild: Stable on ppc64; bug #164235 diff --git a/net-p2p/rtorrent/rtorrent-0.7.1.ebuild b/net-p2p/rtorrent/rtorrent-0.7.1.ebuild index 96f7ea6ff741..f7ee9d0fbe43 100644 --- a/net-p2p/rtorrent/rtorrent-0.7.1.ebuild +++ b/net-p2p/rtorrent/rtorrent-0.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.7.1.ebuild,v 1.6 2007/02/01 18:29:02 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.7.1.ebuild,v 1.7 2007/02/03 15:26:00 nixnut Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://libtorrent.rakshasa.no/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="amd64 ppc ppc64 ~sparc x86 ~x86-fbsd" IUSE="debug" RDEPEND=">=net-libs/libtorrent-0.11.1 |