diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-03-21 16:59:25 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2006-03-21 16:59:25 +0000 |
commit | b979d27579d89ba5b52fc8cfb66f2038ab4b5efe (patch) | |
tree | e29a33f12d34d72949642e864092e97aa0b5a62c | |
parent | Initial import. (diff) | |
download | gentoo-2-b979d27579d89ba5b52fc8cfb66f2038ab4b5efe.tar.gz gentoo-2-b979d27579d89ba5b52fc8cfb66f2038ab4b5efe.tar.bz2 gentoo-2-b979d27579d89ba5b52fc8cfb66f2038ab4b5efe.zip |
Stable on sparc wrt #126134
(Portage version: 2.0.54)
-rw-r--r-- | dev-lang/ghc-bin/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ghc-bin/ghc-bin-6.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/ghc-bin/ChangeLog b/dev-lang/ghc-bin/ChangeLog index f1274c0e1313..58553fea8a13 100644 --- a/dev-lang/ghc-bin/ChangeLog +++ b/dev-lang/ghc-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ghc-bin # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ChangeLog,v 1.44 2006/03/20 17:42:57 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ChangeLog,v 1.45 2006/03/21 16:59:25 gustavoz Exp $ + + 21 Mar 2006; Gustavo Zacarias <gustavoz@gentoo.org> ghc-bin-6.4.1.ebuild: + Stable on sparc wrt #126134 20 Mar 2006; <nixnut@gentoo.org> ghc-bin-6.4.1.ebuild: Stable on ppc. Bug #126134 diff --git a/dev-lang/ghc-bin/ghc-bin-6.4.1.ebuild b/dev-lang/ghc-bin/ghc-bin-6.4.1.ebuild index 90282c6a25c3..4fc3a9af0618 100644 --- a/dev-lang/ghc-bin/ghc-bin-6.4.1.ebuild +++ b/dev-lang/ghc-bin/ghc-bin-6.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-6.4.1.ebuild,v 1.11 2006/03/20 17:42:58 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-6.4.1.ebuild,v 1.12 2006/03/21 16:59:25 gustavoz Exp $ inherit base multilib ghc-package @@ -16,7 +16,7 @@ SRC_URI="x86? ( mirror://gentoo/${P}-x86.tbz2 ) ppc64? ( mirror://gentoo/${P}-ppc64.tbz2 )" LICENSE="as-is" -KEYWORDS="~alpha ~amd64 ~hppa ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ppc ~ppc64 sparc ~x86" SLOT="0" IUSE="" # use the non-binary version if you want to have more choice |