diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-10-20 21:05:36 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-10-20 21:05:36 +0000 |
commit | e5c32ccfa2ff3b309dd5294571b6c96b3625441f (patch) | |
tree | 306746525984c3c5351bbd507dccb184e3b83f2d /net-p2p/ktorrent | |
parent | Fixed bug #196483. Fixed compilation failing on warnings due to -Werror in CX... (diff) | |
download | gentoo-2-e5c32ccfa2ff3b309dd5294571b6c96b3625441f.tar.gz gentoo-2-e5c32ccfa2ff3b309dd5294571b6c96b3625441f.tar.bz2 gentoo-2-e5c32ccfa2ff3b309dd5294571b6c96b3625441f.zip |
Marked stable on amd64 as per bug 195684.
(Portage version: 2.1.3.15)
Diffstat (limited to 'net-p2p/ktorrent')
-rw-r--r-- | net-p2p/ktorrent/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/ktorrent/ktorrent-2.2.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-p2p/ktorrent/ChangeLog b/net-p2p/ktorrent/ChangeLog index 5713e38c3f1f..3d56cec5933c 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.65 2007/10/20 19:39:49 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.66 2007/10/20 21:05:36 philantrop Exp $ + + 20 Oct 2007; Wulf C. Krueger <philantrop@gentoo.org> + ktorrent-2.2.2.ebuild: + Marked stable on amd64 as per bug 195684. 20 Oct 2007; Raúl Porcel <armin76@gentoo.org> ktorrent-2.2.2.ebuild: sparc stable wrt #195684 diff --git a/net-p2p/ktorrent/ktorrent-2.2.2.ebuild b/net-p2p/ktorrent/ktorrent-2.2.2.ebuild index 8659f2e4cd6d..347082040510 100644 --- a/net-p2p/ktorrent/ktorrent-2.2.2.ebuild +++ b/net-p2p/ktorrent/ktorrent-2.2.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.2.2.ebuild,v 1.5 2007/10/20 19:39:49 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-2.2.2.ebuild,v 1.6 2007/10/20 21:05:36 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="avahi geoip kdeenablefinal" DEPEND="dev-libs/gmp |