diff options
author | George Shapovalov <george@gentoo.org> | 2002-12-17 20:23:34 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-12-17 20:23:34 +0000 |
commit | 7726b3d9a792b0425da04e3f4890909df6a4f33f (patch) | |
tree | 17851d95cb67db61d962072ea60bac1501e929a3 /dev-lang | |
parent | fixed headers (diff) | |
download | historical-7726b3d9a792b0425da04e3f4890909df6a4f33f.tar.gz historical-7726b3d9a792b0425da04e3f4890909df6a4f33f.tar.bz2 historical-7726b3d9a792b0425da04e3f4890909df6a4f33f.zip |
unmasked on x86 upon test reports
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/hugs98/hugs98-2002.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/hugs98/hugs98-2002.11.ebuild b/dev-lang/hugs98/hugs98-2002.11.ebuild index 39150f94fc97..c29fcd8cb966 100644 --- a/dev-lang/hugs98/hugs98-2002.11.ebuild +++ b/dev-lang/hugs98/hugs98-2002.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/hugs98-2002.11.ebuild,v 1.2 2002/12/11 08:07:47 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/hugs98/hugs98-2002.11.ebuild,v 1.3 2002/12/17 20:23:34 george Exp $ IUSE="" @@ -11,7 +11,7 @@ SRC_URI="http://cvs.haskell.org/Hugs/downloads/Nov2002/${MY_P}.tar.gz" HOMEPAGE="http://www.haskell.org/hugs" SLOT="0" -KEYWORDS="~x86 ~sparc" +KEYWORDS="x86 ~sparc" LICENSE="as-is" DEPEND="virtual/glibc" |