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 | 4cf3cf4bbf8df316addf2e68aa9abd97b6891f70 (patch) | |
tree | 8e8bbd5b46aea4dccbf330fb7b14d6663119c270 /net-p2p | |
parent | Update the patchset, disable win32codecs entirely when not requested. Fix bui... (diff) | |
download | historical-4cf3cf4bbf8df316addf2e68aa9abd97b6891f70.tar.gz historical-4cf3cf4bbf8df316addf2e68aa9abd97b6891f70.tar.bz2 historical-4cf3cf4bbf8df316addf2e68aa9abd97b6891f70.zip |
Added ~ppc64 keyword
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/ktorrent/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/ktorrent/Manifest | 10 | ||||
-rw-r--r-- | net-p2p/ktorrent/ktorrent-1.1.ebuild | 4 |
3 files changed, 11 insertions, 8 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/Manifest b/net-p2p/ktorrent/Manifest index 46a8605a1af3..559cf1a437fd 100644 --- a/net-p2p/ktorrent/Manifest +++ b/net-p2p/ktorrent/Manifest @@ -1,8 +1,8 @@ -MD5 a280217cf91000ebeb111820d93d406b ktorrent-1.1_rc1.ebuild 494 -MD5 bf8ab600a2fff921893e3612f5ceaf83 metadata.xml 177 -MD5 46d80cee1856a57736e27d7d1f4c3295 ChangeLog 1068 -MD5 13cb8499578349331f5721394a0fc65e ktorrent-1.1.ebuild 452 +MD5 d4d8031cf1ad305a4035fae41675b7e1 ChangeLog 1163 MD5 9e30d8c2ed0d2c364a9bf81b166c6bb4 ktorrent-1.0.ebuild 447 +MD5 bf8ab600a2fff921893e3612f5ceaf83 metadata.xml 177 +MD5 a280217cf91000ebeb111820d93d406b ktorrent-1.1_rc1.ebuild 494 +MD5 32e747a3c5f66e2e896b1b9b13eb75e2 ktorrent-1.1.ebuild 460 MD5 aa4bd474ee9d858df36723559f87fc8d files/digest-ktorrent-1.0 64 -MD5 77c56626c8fcbbaf57e6fe702e00d08e files/digest-ktorrent-1.1 65 MD5 da8971b64bc999c754cba25d467db499 files/digest-ktorrent-1.1_rc1 67 +MD5 77c56626c8fcbbaf57e6fe702e00d08e files/digest-ktorrent-1.1 65 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 |