diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-09-09 21:16:08 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-09-09 21:16:08 +0000 |
commit | 0cf1d2da8234c7a05d647f8911770158cc4ab65e (patch) | |
tree | 86ce5ac094a6fb4a642937bdf4a17bdfac61330a /net-p2p/ktorrent | |
parent | _pre3 x86 ; _pre4 include a patch, needed by vdr-span plugin (diff) | |
download | gentoo-2-0cf1d2da8234c7a05d647f8911770158cc4ab65e.tar.gz gentoo-2-0cf1d2da8234c7a05d647f8911770158cc4ab65e.tar.bz2 gentoo-2-0cf1d2da8234c7a05d647f8911770158cc4ab65e.zip |
Stable on x86, bug #146262.
(Portage version: 2.1.1)
Diffstat (limited to 'net-p2p/ktorrent')
-rw-r--r-- | net-p2p/ktorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/ktorrent/ktorrent-1.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-p2p/ktorrent/ChangeLog b/net-p2p/ktorrent/ChangeLog index 6aa6abd7540d..0280a1a01206 100644 --- a/net-p2p/ktorrent/ChangeLog +++ b/net-p2p/ktorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/ktorrent # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.18 2006/08/30 18:00:18 deathwing00 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.19 2006/09/09 21:16:08 ticho Exp $ + + 09 Sep 2006; <ticho@gentoo.org> ktorrent-1.2.ebuild: + Stable on x86, bug #146262. *ktorrent-2.0.2 (30 Aug 2006) diff --git a/net-p2p/ktorrent/ktorrent-1.2.ebuild b/net-p2p/ktorrent/ktorrent-1.2.ebuild index 546b404030c9..41fc152ba4ac 100644 --- a/net-p2p/ktorrent/ktorrent-1.2.ebuild +++ b/net-p2p/ktorrent/ktorrent-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-1.2.ebuild,v 1.1 2006/01/31 23:38:37 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-1.2.ebuild,v 1.2 2006/09/09 21:16:08 ticho Exp $ inherit kde @@ -14,7 +14,7 @@ SRC_URI="http://ktorrent.pwsp.net/downloads/${MY_PV}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 x86" IUSE="" need-kde 3.3 @@ -22,4 +22,4 @@ need-kde 3.3 src_compile(){ local myconf="--enable-knetwork" kde_src_compile -}
\ No newline at end of file +} |