diff options
author | Markus Rothe <corsair@gentoo.org> | 2007-08-17 13:41:46 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2007-08-17 13:41:46 +0000 |
commit | 4d9b438769bc3c3f307e808323c9675bdf6f7448 (patch) | |
tree | ccb146848cf7f619c5aed3bb4ba0c5b2ec71bc4d /net-p2p/ktorrent | |
parent | Keyworded ~amd64 to fix PIC generation with gcc-4.2, bug #186089 (diff) | |
download | gentoo-2-4d9b438769bc3c3f307e808323c9675bdf6f7448.tar.gz gentoo-2-4d9b438769bc3c3f307e808323c9675bdf6f7448.tar.bz2 gentoo-2-4d9b438769bc3c3f307e808323c9675bdf6f7448.zip |
Stable on ppc64; bug #188823
(Portage version: 2.1.2.11)
Diffstat (limited to 'net-p2p/ktorrent')
-rw-r--r-- | net-p2p/ktorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/ktorrent/ktorrent-2.1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/ktorrent/ChangeLog b/net-p2p/ktorrent/ChangeLog index 7e1b6c51aecb..db2c2c9e642a 100644 --- a/net-p2p/ktorrent/ChangeLog +++ b/net-p2p/ktorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/ktorrent # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.59 2007/08/15 23:46:44 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.60 2007/08/17 13:41:46 corsair Exp $ + + 17 Aug 2007; Markus Rothe <corsair@gentoo.org> ktorrent-2.1.4.ebuild: + Stable on ppc64; bug #188823 15 Aug 2007; Wulf C. Krueger <philantrop@gentoo.org> ktorrent-2.1.4.ebuild: diff --git a/net-p2p/ktorrent/ktorrent-2.1.4.ebuild b/net-p2p/ktorrent/ktorrent-2.1.4.ebuild index afe6c282af82..1e3df7e2de29 100644 --- a/net-p2p/ktorrent/ktorrent-2.1.4.ebuild +++ b/net-p2p/ktorrent/ktorrent-2.1.4.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/ktorrent/ktorrent-2.1.4.ebuild,v 1.5 2007/08/15 23:46:44 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-2.1.4.ebuild,v 1.6 2007/08/17 13:41:46 corsair Exp $ inherit kde @@ -14,7 +14,7 @@ SRC_URI="http://ktorrent.org/downloads/${MY_PV}/${MY_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="kdeenablefinal" DEPEND="dev-libs/gmp" |