diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-03-20 20:23:36 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2007-03-20 20:23:36 +0000 |
commit | 706a67dbc95a0814b8a3e7f5a1d6c0cd27641ffc (patch) | |
tree | b3d659904ce8d8779cd3aeb20ee322cfd36f763e /net-p2p | |
parent | x86 stable (diff) | |
download | gentoo-2-706a67dbc95a0814b8a3e7f5a1d6c0cd27641ffc.tar.gz gentoo-2-706a67dbc95a0814b8a3e7f5a1d6c0cd27641ffc.tar.bz2 gentoo-2-706a67dbc95a0814b8a3e7f5a1d6c0cd27641ffc.zip |
Stable on ppc wrt bug #170303.
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ktorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/ktorrent/ktorrent-2.1.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-p2p/ktorrent/ChangeLog b/net-p2p/ktorrent/ChangeLog index 2f3a5497b82b..200d5ba4708e 100644 --- a/net-p2p/ktorrent/ChangeLog +++ b/net-p2p/ktorrent/ChangeLog @@ -1,6 +1,10 @@ # 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.38 2007/03/16 16:48:53 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.39 2007/03/20 20:23:36 dertobi123 Exp $ + + 20 Mar 2007; Tobias Scherbaum <dertobi123@gentoo.org> + ktorrent-2.1.2.ebuild: + Stable on ppc wrt bug #170303. 16 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> ktorrent-2.1.2.ebuild: Stable on sparc wrt security #170303 diff --git a/net-p2p/ktorrent/ktorrent-2.1.2.ebuild b/net-p2p/ktorrent/ktorrent-2.1.2.ebuild index 717ed98a4e25..e2b4ffc6a0a5 100644 --- a/net-p2p/ktorrent/ktorrent-2.1.2.ebuild +++ b/net-p2p/ktorrent/ktorrent-2.1.2.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.2.ebuild,v 1.4 2007/03/16 16:48:53 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-2.1.2.ebuild,v 1.5 2007/03/20 20:23:36 dertobi123 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" |