diff options
author | Marcus D. Hanwell <cryos@gentoo.org> | 2007-04-09 19:28:02 +0000 |
---|---|---|
committer | Marcus D. Hanwell <cryos@gentoo.org> | 2007-04-09 19:28:02 +0000 |
commit | c628f13f096a10856403356e9946c559da779dcf (patch) | |
tree | 8071451c5d7d4b12aa42b9b6693d68933f326040 /net-p2p | |
parent | Keyworded ~x86-fbsd (diff) | |
download | gentoo-2-c628f13f096a10856403356e9946c559da779dcf.tar.gz gentoo-2-c628f13f096a10856403356e9946c559da779dcf.tar.bz2 gentoo-2-c628f13f096a10856403356e9946c559da779dcf.zip |
Stable on amd64, bug 170303.
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ktorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/ktorrent/ktorrent-2.1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/ktorrent/ChangeLog b/net-p2p/ktorrent/ChangeLog index b344235d23ff..fc2a5f5f5996 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.45 2007/04/04 19:59:20 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.46 2007/04/09 19:28:02 cryos Exp $ + + 09 Apr 2007; Marcus D. Hanwell <cryos@gentoo.org> ktorrent-2.1.3.ebuild: + Stable on amd64, bug 170303. 04 Apr 2007; Markus Rothe <corsair@gentoo.org> ktorrent-2.1.3.ebuild: Stable on ppc64; bug #170303 diff --git a/net-p2p/ktorrent/ktorrent-2.1.3.ebuild b/net-p2p/ktorrent/ktorrent-2.1.3.ebuild index 1d035382af9d..339bfa7a5de0 100644 --- a/net-p2p/ktorrent/ktorrent-2.1.3.ebuild +++ b/net-p2p/ktorrent/ktorrent-2.1.3.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.3.ebuild,v 1.5 2007/04/04 19:59:20 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-2.1.3.ebuild,v 1.6 2007/04/09 19:28:02 cryos 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" |