diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-11-23 20:17:17 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-11-23 20:17:17 +0000 |
commit | ad63534b8406d3571d0fde10af2d00bc56fc6830 (patch) | |
tree | 89aca8c574c28d88ada7fdaed3ac60ae9a9aa180 /net-p2p | |
parent | Update the patchset, disable win32codecs entirely when not requested. Fix bui... (diff) | |
download | gentoo-2-ad63534b8406d3571d0fde10af2d00bc56fc6830.tar.gz gentoo-2-ad63534b8406d3571d0fde10af2d00bc56fc6830.tar.bz2 gentoo-2-ad63534b8406d3571d0fde10af2d00bc56fc6830.zip |
Added ~ppc64 keyword
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ktorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/ktorrent/ktorrent-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-p2p/ktorrent/ChangeLog b/net-p2p/ktorrent/ChangeLog index 41142a6cdeea..37caa250b687 100644 --- a/net-p2p/ktorrent/ChangeLog +++ b/net-p2p/ktorrent/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/ktorrent # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.7 2005/10/09 14:15:00 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ChangeLog,v 1.8 2005/11/23 20:17:17 corsair Exp $ + + 23 Nov 2005; Markus Rothe <corsair@gentoo.org> ktorrent-1.1.ebuild: + Added ~ppc64 keyword *ktorrent-1.1 (09 Oct 2005) diff --git a/net-p2p/ktorrent/ktorrent-1.1.ebuild b/net-p2p/ktorrent/ktorrent-1.1.ebuild index 1e1a96542d72..17b32575b564 100644 --- a/net-p2p/ktorrent/ktorrent-1.1.ebuild +++ b/net-p2p/ktorrent/ktorrent-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-1.1.ebuild,v 1.1 2005/10/09 14:15:00 greg_g Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/ktorrent/ktorrent-1.1.ebuild,v 1.2 2005/11/23 20:17:17 corsair Exp $ inherit kde @@ -10,7 +10,7 @@ SRC_URI="http://ktorrent.pwsp.net/downloads/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" need-kde 3.3 |