diff options
author | Markus Meier <maekke@gentoo.org> | 2008-07-06 20:21:01 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-07-06 20:21:01 +0000 |
commit | 0cbe651eeb5fa84141907deab3da5d72c3fd934e (patch) | |
tree | 9f966a3bcecf50b1bd482d6fef2d5fb434c40f0a /dev-lang | |
parent | Revbump with patch for libmtp-0.3.0 API change (diff) | |
download | gentoo-2-0cbe651eeb5fa84141907deab3da5d72c3fd934e.tar.gz gentoo-2-0cbe651eeb5fa84141907deab3da5d72c3fd934e.tar.bz2 gentoo-2-0cbe651eeb5fa84141907deab3da5d72c3fd934e.zip |
amd64/x86 stable, bug #230919
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc8 i686)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.8.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index 3317486cd512..b530ec478bb9 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ghc # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.152 2008/04/28 17:44:23 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.153 2008/07/06 20:21:01 maekke Exp $ + + 06 Jul 2008; Markus Meier <maekke@gentoo.org> ghc-6.8.2.ebuild: + amd64/x86 stable, bug #230919 28 Apr 2008; Raúl Porcel <armin76@gentoo.org> ghc-6.8.2.ebuild: Upload again the binaries for alpha, and add ~ia64 wrt #206643 diff --git a/dev-lang/ghc/ghc-6.8.2.ebuild b/dev-lang/ghc/ghc-6.8.2.ebuild index 706a43bf6a6c..19bcc612a34b 100644 --- a/dev-lang/ghc/ghc-6.8.2.ebuild +++ b/dev-lang/ghc/ghc-6.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v 1.5 2008/04/28 17:44:23 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v 1.6 2008/07/06 20:21:01 maekke Exp $ # Brief explanation of the bootstrap logic: # @@ -48,7 +48,7 @@ SRC_URI="!binary? ( http://haskell.org/ghc/dist/${EXTRA_SRC_URI}/${P}-src.tar.bz LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~sparc x86" IUSE="binary doc ghcbootstrap" RDEPEND=" |