diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-05-15 06:29:27 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-05-15 06:29:27 +0000 |
commit | 2b7014596d22a4a8db7f6508e2876081420f2860 (patch) | |
tree | b5d6c1992a76f466da2a94768f16eadd642551c8 /net-p2p/xmule | |
parent | The unrivalled dsd_ (Daniel Drake) <dsd@gentoo.org> has another update to the... (diff) | |
download | historical-2b7014596d22a4a8db7f6508e2876081420f2860.tar.gz historical-2b7014596d22a4a8db7f6508e2876081420f2860.tar.bz2 historical-2b7014596d22a4a8db7f6508e2876081420f2860.zip |
xmule-1.8.2 fails to compile, see #50895
Diffstat (limited to 'net-p2p/xmule')
-rw-r--r-- | net-p2p/xmule/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/xmule/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/xmule/xmule-1.8.2.ebuild | 5 |
3 files changed, 10 insertions, 5 deletions
diff --git a/net-p2p/xmule/ChangeLog b/net-p2p/xmule/ChangeLog index 722171770f54..33f91fc28e40 100644 --- a/net-p2p/xmule/ChangeLog +++ b/net-p2p/xmule/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/xmule # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/ChangeLog,v 1.30 2004/05/14 17:26:32 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/ChangeLog,v 1.31 2004/05/15 06:29:27 squinky86 Exp $ + + 15 May 2004; Jon Hood <squinky86@gentoo.org> xmule-1.8.2.ebuild: + xmule 1.8.2 fails to compile for just about everyone. Blocking KEYWORDS until + #50895 is fixed. 14 May 2004; Jon Hood <squinky86@gentoo.org> xmule-1.6.0a-r1.ebuild, xmule-1.6.0a.ebuild, xmule-1.6.1.ebuild, xmule-1.7.4c.ebuild, diff --git a/net-p2p/xmule/Manifest b/net-p2p/xmule/Manifest index 1a5981da2e00..4de352a0acad 100644 --- a/net-p2p/xmule/Manifest +++ b/net-p2p/xmule/Manifest @@ -3,9 +3,9 @@ MD5 a502c2c626a3b5a5e5659cd0f173be20 xmule-1.8.0.ebuild 1384 MD5 3caa3066eade95cb46d6c7b9d55e2d3a xmule-1.6.0a.ebuild 996 MD5 ced063db879181b869d3166c1b5db9d9 xmule-1.6.1.ebuild 1147 MD5 6cc14df19a222952ea4e8021f9f8e800 xmule-1.6.0a-r1.ebuild 1140 -MD5 c317c4cfc0654563690b3ca7178a2da1 xmule-1.8.2.ebuild 1387 +MD5 38a76d2356966cf7cc238a2842463e71 xmule-1.8.2.ebuild 1402 MD5 49e456c5b7c360f2b19527ee2c284e61 xmule-1.7.4c.ebuild 1385 -MD5 335c9e04e4d89a7c982548b252472269 ChangeLog 3845 +MD5 02d6e34d14e48a3b587b0df8f435ebad ChangeLog 4012 MD5 8aefbc0e49db723ca1ad02d0c409cd49 metadata.xml 160 MD5 1135d70abe10f56fe3b0590aa3cae9c9 files/ini2.patch 273 MD5 d4e66918eaa0f6b42f988409ae3c218f files/rehash.patch 348 diff --git a/net-p2p/xmule/xmule-1.8.2.ebuild b/net-p2p/xmule/xmule-1.8.2.ebuild index ce33e9756928..881be94896fe 100644 --- a/net-p2p/xmule/xmule-1.8.2.ebuild +++ b/net-p2p/xmule/xmule-1.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/xmule-1.8.2.ebuild,v 1.2 2004/05/14 17:26:32 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/xmule-1.8.2.ebuild,v 1.3 2004/05/15 06:29:27 squinky86 Exp $ MY_P=${P}b S=${WORKDIR}/${MY_P} @@ -12,7 +12,8 @@ RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="-*" +#KEYWORDS="~x86 ~amd64 ~ppc" IUSE="nls" |