diff options
author | 2007-08-15 23:46:44 +0000 | |
---|---|---|
committer | 2007-08-15 23:46:44 +0000 | |
commit | 2900ae572a6c1139c3bbf6ada3d3ef5ce63e9cbc (patch) | |
tree | cf2b74d32537ef5df4c964f3ad96e336a60a9b6c /net-p2p/ktorrent | |
parent | New maintenance version for 1.5.2 series (diff) | |
download | gentoo-2-2900ae572a6c1139c3bbf6ada3d3ef5ce63e9cbc.tar.gz gentoo-2-2900ae572a6c1139c3bbf6ada3d3ef5ce63e9cbc.tar.bz2 gentoo-2-2900ae572a6c1139c3bbf6ada3d3ef5ce63e9cbc.zip |
Marked stable on amd64 as per bug 188823.
(Portage version: 2.1.3.5)
Diffstat (limited to 'net-p2p/ktorrent')
-rw-r--r-- | net-p2p/ktorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/ktorrent/ktorrent-2.1.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-p2p/ktorrent/ChangeLog b/net-p2p/ktorrent/ChangeLog index 17c15ea67494..7e1b6c51aecb 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.58 2007/08/15 18:33:23 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.59 2007/08/15 23:46:44 philantrop Exp $ + + 15 Aug 2007; Wulf C. Krueger <philantrop@gentoo.org> + ktorrent-2.1.4.ebuild: + Marked stable on amd64 as per bug 188823. 15 Aug 2007; Gustavo Zacarias <gustavoz@gentoo.org> ktorrent-2.1.4.ebuild: Stable on sparc wrt #188823 diff --git a/net-p2p/ktorrent/ktorrent-2.1.4.ebuild b/net-p2p/ktorrent/ktorrent-2.1.4.ebuild index f75db681ea22..afe6c282af82 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.4 2007/08/15 18:33:23 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-2.1.4.ebuild,v 1.5 2007/08/15 23:46:44 philantrop 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" |