diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2006-02-16 21:33:07 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2006-02-16 21:33:07 +0000 |
commit | a9324307539563d02c3f98ea41aa2ef7b651ab5f (patch) | |
tree | 8b86cd727eff95e80398fe3af264b06e07090ac5 /dev-haskell/wxhaskell/wxhaskell-0.8-r1.ebuild | |
parent | Stable on hppa. See bug #113741. (diff) | |
download | historical-a9324307539563d02c3f98ea41aa2ef7b651ab5f.tar.gz historical-a9324307539563d02c3f98ea41aa2ef7b651ab5f.tar.bz2 historical-a9324307539563d02c3f98ea41aa2ef7b651ab5f.zip |
Seriously broken on amd64. Temporarily disabling all versions on amd64.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'dev-haskell/wxhaskell/wxhaskell-0.8-r1.ebuild')
-rw-r--r-- | dev-haskell/wxhaskell/wxhaskell-0.8-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-haskell/wxhaskell/wxhaskell-0.8-r1.ebuild b/dev-haskell/wxhaskell/wxhaskell-0.8-r1.ebuild index 48aa93c72e4c..1cb8cee2f792 100644 --- a/dev-haskell/wxhaskell/wxhaskell-0.8-r1.ebuild +++ b/dev-haskell/wxhaskell/wxhaskell-0.8-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxhaskell/wxhaskell-0.8-r1.ebuild,v 1.5 2005/04/10 18:37:53 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wxhaskell/wxhaskell-0.8-r1.ebuild,v 1.6 2006/02/16 21:33:07 dcoutts Exp $ inherit flag-o-matic wxwidgets ghc-package @@ -10,7 +10,8 @@ SRC_URI="mirror://sourceforge/wxhaskell/${PN}-src-${PV}.zip" LICENSE="wxWinLL-3" SLOT="0" -KEYWORDS="x86 ppc ~amd64" +KEYWORDS="x86 ppc -amd64" +# potentially seriously broken on amd64, check carefully before re-enabling. IUSE="doc gtk2" |