diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2011-04-25 17:59:48 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2011-04-25 17:59:48 +0000 |
commit | 28298fcc07eb626cc042e3734a771f83f85b93c4 (patch) | |
tree | 599df7c4d417491c3887d8df76a4788976a55f1c /dev-lang/ghc/ghc-6.12.3-r2.ebuild | |
parent | Added support for x86-macos/ppc-macos/x85-solaric/ppc-solaris systems by Fabi... (diff) | |
download | gentoo-2-28298fcc07eb626cc042e3734a771f83f85b93c4.tar.gz gentoo-2-28298fcc07eb626cc042e3734a771f83f85b93c4.tar.bz2 gentoo-2-28298fcc07eb626cc042e3734a771f83f85b93c4.zip |
Restored accidentally removed keywords.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/ghc/ghc-6.12.3-r2.ebuild')
-rw-r--r-- | dev-lang/ghc/ghc-6.12.3-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ghc/ghc-6.12.3-r2.ebuild b/dev-lang/ghc/ghc-6.12.3-r2.ebuild index 312987b9a829..32dd5005e490 100644 --- a/dev-lang/ghc/ghc-6.12.3-r2.ebuild +++ b/dev-lang/ghc/ghc-6.12.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.3-r2.ebuild,v 1.1 2011/04/25 17:55:08 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.3-r2.ebuild,v 1.2 2011/04/25 17:59:48 slyfox Exp $ # Brief explanation of the bootstrap logic: # @@ -58,7 +58,7 @@ SRC_URI="!binary? ( http://darcs.haskell.org/download/dist/${PV}/${P}-src.tar.bz !ghcbootstrap? ( $arch_binaries )" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="binary doc ghcbootstrap" RDEPEND=" |