diff options
author | George Shapovalov <george@gentoo.org> | 2002-08-21 04:05:18 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-08-21 04:05:18 +0000 |
commit | 7ce35c70872d5bae0ea9a951032adde7b8b1d5bb (patch) | |
tree | 7bb5bc5031c8ca48090c913ed3eaf171a9790872 /dev-lang/ghc | |
parent | Initial import (diff) | |
download | historical-7ce35c70872d5bae0ea9a951032adde7b8b1d5bb.tar.gz historical-7ce35c70872d5bae0ea9a951032adde7b8b1d5bb.tar.bz2 historical-7ce35c70872d5bae0ea9a951032adde7b8b1d5bb.zip |
some minor ebuild fixes
Diffstat (limited to 'dev-lang/ghc')
-rw-r--r-- | dev-lang/ghc/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-5.04.ebuild | 3 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index 8eae68204c27..b7d9da24106d 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,10 +1,14 @@ # ChangeLog for dev-lang/ghc # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.3 2002/08/08 20:06:23 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.4 2002/08/21 04:05:18 george Exp $ *ghc-5.04.ebuild (08 Aug 2002) - 18 Jun 2002; George Shapovalov <george@gentoo.org> ghc-5.04.ebuild, files/ghc-5.04-gentoo.patch.bz2 : + 19 Aug 2002; George Shapovalov <george@gentoo.org> ghc-5.04.ebuild : + + fixed header, added >=dev-libs/gmp-4.1 dependency + + 08 Jul 2002; George Shapovalov <george@gentoo.org> ghc-5.04.ebuild, files/ghc-5.04-gentoo.patch.bz2 : new version, bzipped patched (too large otherwise), diff --git a/dev-lang/ghc/ghc-5.04.ebuild b/dev-lang/ghc/ghc-5.04.ebuild index 52d11abc7458..9a4087b7ceb5 100644 --- a/dev-lang/ghc/ghc-5.04.ebuild +++ b/dev-lang/ghc/ghc-5.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 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.ebuild,v 1.3 2002/08/14 15:48:13 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-5.04.ebuild,v 1.4 2002/08/21 04:05:18 george Exp $ # ebuild for Glorious Glasgow Haskell @@ -45,6 +45,7 @@ DEPEND="virtual/glibc >=sys-devel/make-3.79.1 >=sys-apps/sed-3.02.80 >=sys-devel/flex-2.5.4a + >=dev-libs/gmp-4.1 opengl? ( virtual/opengl virtual/glu virtual/glut )" |