diff options
author | George Shapovalov <george@gentoo.org> | 2003-04-06 06:40:38 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2003-04-06 06:40:38 +0000 |
commit | 241a7baac78c4ccb4590245bdd62f4acc62b3807 (patch) | |
tree | 364c24f3afe9d6b7751676486ae3995a8ce0ff70 /dev-lang | |
parent | add arm keyword (diff) | |
download | gentoo-2-241a7baac78c4ccb4590245bdd62f4acc62b3807.tar.gz gentoo-2-241a7baac78c4ccb4590245bdd62f4acc62b3807.tar.bz2 gentoo-2-241a7baac78c4ccb4590245bdd62f4acc62b3807.zip |
made stable on x86
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc-bin/ghc-bin-5.04.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ghc-bin/ghc-bin-5.04.2.ebuild b/dev-lang/ghc-bin/ghc-bin-5.04.2.ebuild index ff46d7ecad01..34705ddf6e4a 100644 --- a/dev-lang/ghc-bin/ghc-bin-5.04.2.ebuild +++ b/dev-lang/ghc-bin/ghc-bin-5.04.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-5.04.2.ebuild,v 1.5 2003/03/22 08:33:57 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-5.04.2.ebuild,v 1.6 2003/04/06 06:40:38 george Exp $ IUSE="opengl" @@ -11,7 +11,7 @@ SRC_URI="x86? ( http://www.haskell.org/ghc/dist/${PV}/ghc-${PV}-i386-unknown-lin HOMEPAGE="http://www.haskell.org" LICENSE="as-is" -KEYWORDS="~x86 -ppc ~sparc -alpha" +KEYWORDS="x86 -ppc ~sparc -alpha" SLOT="0" DEPEND="virtual/glibc" |