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 | 3f69b5a9772d6cca0ffc33383b4842fa71f54d8f (patch) | |
tree | 6ff4dab4a49c015ba5c6bef5739e7d13fd1f2cd0 | |
parent | The unrivalled dsd_ (Daniel Drake) <dsd@gentoo.org> has another update to the... (diff) | |
download | gentoo-2-3f69b5a9772d6cca0ffc33383b4842fa71f54d8f.tar.gz gentoo-2-3f69b5a9772d6cca0ffc33383b4842fa71f54d8f.tar.bz2 gentoo-2-3f69b5a9772d6cca0ffc33383b4842fa71f54d8f.zip |
xmule-1.8.2 fails to compile, see #50895
-rw-r--r-- | net-p2p/xmule/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/xmule/xmule-1.8.2.ebuild | 5 |
2 files changed, 8 insertions, 3 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/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" |