diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-08-21 02:17:46 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-08-21 02:17:46 +0000 |
commit | 7e26b1ee38ede9ddee76516c19b30b5ed9fb2025 (patch) | |
tree | e9df202d7211856a73e9135956134cfa852c5516 /dev-lang | |
parent | Marked stable on amd64 for bug #140369 (diff) | |
download | historical-7e26b1ee38ede9ddee76516c19b30b5ed9fb2025.tar.gz historical-7e26b1ee38ede9ddee76516c19b30b5ed9fb2025.tar.bz2 historical-7e26b1ee38ede9ddee76516c19b30b5ed9fb2025.zip |
Marked stable on amd64 for bug #140369
Package-Manager: portage-2.1.1_pre5-r2
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc-bin/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ghc-bin/ghc-bin-6.4.2.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/ghc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.4.2.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/dev-lang/ghc-bin/ChangeLog b/dev-lang/ghc-bin/ChangeLog index 81d9e6e12d4d..771f5fa6ba4c 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.60 2006/08/17 21:17:15 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ChangeLog,v 1.61 2006/08/21 02:17:46 dang Exp $ + + 21 Aug 2006; Daniel Gryniewicz <dang@gentoo.org> ghc-bin-6.4.2.ebuild: + Marked stable on amd64 for bug #140369 17 Aug 2006; Gustavo Zacarias <gustavoz@gentoo.org> ghc-bin-6.4.2.ebuild: Stable on sparc diff --git a/dev-lang/ghc-bin/ghc-bin-6.4.2.ebuild b/dev-lang/ghc-bin/ghc-bin-6.4.2.ebuild index d07da719b221..2d8474b53ff5 100644 --- a/dev-lang/ghc-bin/ghc-bin-6.4.2.ebuild +++ b/dev-lang/ghc-bin/ghc-bin-6.4.2.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.2.ebuild,v 1.10 2006/08/17 21:17:15 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-6.4.2.ebuild,v 1.11 2006/08/21 02:17:46 dang Exp $ # Note to users of hardened gcc-3.x: # @@ -28,7 +28,7 @@ SRC_URI="alpha? ( mirror://gentoo/${P}-alpha.tbz2 ) x86-fbsd? ( mirror://gentoo/${P}-x86-fbsd.tbz2 )" LICENSE="as-is" -KEYWORDS="-* ~alpha ~amd64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="-* ~alpha amd64 ppc ppc64 sparc x86 ~x86-fbsd" SLOT="0" IUSE="" # use the non-binary version if you want to have more choice diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index f2d155945fc4..0af56bd0efe4 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ghc # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.110 2006/08/16 06:39:48 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.111 2006/08/21 02:15:01 dang Exp $ + + 21 Aug 2006; Daniel Gryniewicz <dang@gentoo.org> ghc-6.4.2.ebuild: + Marked stable on amd64 for bug #140369 16 Aug 2006; Joshua Jackson <tsunam@gentoo.org> ghc-6.4.2.ebuild: Stable x86; bug #140369 diff --git a/dev-lang/ghc/ghc-6.4.2.ebuild b/dev-lang/ghc/ghc-6.4.2.ebuild index b636fb8e5592..5035205cf516 100644 --- a/dev-lang/ghc/ghc-6.4.2.ebuild +++ b/dev-lang/ghc/ghc-6.4.2.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/ghc-6.4.2.ebuild,v 1.12 2006/08/16 06:39:48 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.2.ebuild,v 1.13 2006/08/21 02:15:01 dang Exp $ # Brief explanation of the bootstrap logic: # @@ -44,7 +44,7 @@ SRC_URI="http://www.haskell.org/ghc/dist/${EXTRA_SRC_URI}/${MY_P}-src.tar.bz2 LICENSE="as-is" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="test doc X opengl openal" S="${WORKDIR}/${MY_P}" |