diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-05-25 21:11:15 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-05-25 21:11:15 +0000 |
commit | b4c210a3ac447024b336e82622c74c0296a0cb55 (patch) | |
tree | 663fa09b2428bf5a5d019a23a5e6ab20ce92bcfd /net-p2p/ktorrent | |
parent | stable amd64, bug 320329 (diff) | |
download | gentoo-2-b4c210a3ac447024b336e82622c74c0296a0cb55.tar.gz gentoo-2-b4c210a3ac447024b336e82622c74c0296a0cb55.tar.bz2 gentoo-2-b4c210a3ac447024b336e82622c74c0296a0cb55.zip |
stable amd64, bug 318383
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/ktorrent')
-rw-r--r-- | net-p2p/ktorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/ktorrent/ktorrent-3.3.4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-p2p/ktorrent/ChangeLog b/net-p2p/ktorrent/ChangeLog index 17e3c7fbeaf7..6ad6305f4658 100644 --- a/net-p2p/ktorrent/ChangeLog +++ b/net-p2p/ktorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/ktorrent # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.145 2010/05/24 12:19:28 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.146 2010/05/25 21:11:15 pacho Exp $ + + 25 May 2010; Pacho Ramos <pacho@gentoo.org> ktorrent-3.3.4.ebuild: + stable amd64, bug 318383 24 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> ktorrent-3.3.4.ebuild: diff --git a/net-p2p/ktorrent/ktorrent-3.3.4.ebuild b/net-p2p/ktorrent/ktorrent-3.3.4.ebuild index 61f0289062e4..bdce5ca19319 100644 --- a/net-p2p/ktorrent/ktorrent-3.3.4.ebuild +++ b/net-p2p/ktorrent/ktorrent-3.3.4.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-3.3.4.ebuild,v 1.4 2010/05/24 12:19:28 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-3.3.4.ebuild,v 1.5 2010/05/25 21:11:15 pacho Exp $ EAPI="2" if [[ ${PV} == *9999* ]] ; then - KEYWORDS="x86" + KEYWORDS="amd64 x86" KMNAME="extragear/network" else # upstream likes to skip that _ in beta releases @@ -15,7 +15,7 @@ else KDE_LINGUAS="ar be bg ca cs da de el en_GB es et eu fr ga gl hi hne hr hu is it ja km lt lv mai ms nb nds nl nn oc pl pt pt_BR ro ru se sk sl sr sv tr uk zh_CN zh_TW" - KEYWORDS="~amd64 ~hppa ppc ~ppc64 x86" + KEYWORDS="amd64 ~hppa ppc ~ppc64 x86" SRC_URI="http://ktorrent.org/downloads/${MY_PV}/${MY_P}.tar.bz2" S="${WORKDIR}"/"${MY_P}" fi |