diff options
author | 2003-07-29 11:45:10 +0000 | |
---|---|---|
committer | 2003-07-29 11:45:10 +0000 | |
commit | fc64a302cade24e8d13bc55568c0554ce65c2b6d (patch) | |
tree | 345c78f3563f3377401bd5ebb4eb0e17c210eab6 /dev-lang | |
parent | And also mask the kde metaebuild (diff) | |
download | gentoo-2-fc64a302cade24e8d13bc55568c0554ce65c2b6d.tar.gz gentoo-2-fc64a302cade24e8d13bc55568c0554ce65c2b6d.tar.bz2 gentoo-2-fc64a302cade24e8d13bc55568c0554ce65c2b6d.zip |
marked 5.04.3-r1 stable
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-5.04.3-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index 2e89f294aaae..50462afa5e1f 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/ghc # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.16 2003/07/02 11:01:11 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.17 2003/07/29 11:45:10 kosmikus Exp $ + + 29 Jul 2003; Andres Loeh <kosmikus@gentoo.org> ghc-5.04.3-r1.ebuild: + Marked 5.04.3-r1 stable. It fixes a couple of problems that keep appearing + with 5.04.3. 02 Jul 2003; Andres Loeh <kosmikus@gentoo.org> ghc-5.04.3-r1.ebuild: Removed implicit X11 dependency (bug 23708). Thanks to Aaron Son diff --git a/dev-lang/ghc/ghc-5.04.3-r1.ebuild b/dev-lang/ghc/ghc-5.04.3-r1.ebuild index c51f83448eec..f564c2e496d1 100644 --- a/dev-lang/ghc/ghc-5.04.3-r1.ebuild +++ b/dev-lang/ghc/ghc-5.04.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-5.04.3-r1.ebuild,v 1.3 2003/07/02 11:01:11 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-5.04.3-r1.ebuild,v 1.4 2003/07/29 11:45:10 kosmikus Exp $ #Some explanation of bootstrap logic: # @@ -34,7 +34,7 @@ SRC_URI="http://www.haskell.org/ghc/dist/${PV}/ghc-${PV}-src.tar.bz2" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~sparc -ppc -alpha" +KEYWORDS="x86 ~sparc -ppc -alpha" PROVIDE="virtual/ghc" |