diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-04-19 15:11:46 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-04-19 15:11:46 +0000 |
commit | e62b647c182505bdd68ad692be4c2a8741fb9fdc (patch) | |
tree | 1168f0642f78a003f31d4a9ec4df012920ae70db /dev-lang | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-e62b647c182505bdd68ad692be4c2a8741fb9fdc.tar.gz gentoo-2-e62b647c182505bdd68ad692be4c2a8741fb9fdc.tar.bz2 gentoo-2-e62b647c182505bdd68ad692be4c2a8741fb9fdc.zip |
Minor QA for dev-lang/ghc-6.10.2
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.10.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index 4fe988daadcf..956697499a62 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ghc # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.160 2009/04/19 14:54:34 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.161 2009/04/19 15:11:46 kolmodin Exp $ + + 19 Apr 2009; Lennart Kolmodin <kolmodin@gentoo.org> ghc-6.10.2.ebuild: + Minor QA. *ghc-6.10.2 (19 Apr 2009) diff --git a/dev-lang/ghc/ghc-6.10.2.ebuild b/dev-lang/ghc/ghc-6.10.2.ebuild index ecbb71d3197e..c57b08fadab4 100644 --- a/dev-lang/ghc/ghc-6.10.2.ebuild +++ b/dev-lang/ghc/ghc-6.10.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.10.2.ebuild,v 1.1 2009/04/19 14:54:34 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.10.2.ebuild,v 1.2 2009/04/19 15:11:46 kolmodin Exp $ # Brief explanation of the bootstrap logic: # @@ -54,8 +54,8 @@ arch_binaries="$arch_binaries amd64? ( http://haskell.org/~kolmodin/ghc-bin-${PV #arch_binaries="$arch_binaries x86? ( mirror://gentoo/ghc-bin-${PV}-x86.tbz2 )" SRC_URI="!binary? ( http://haskell.org/ghc/dist/${EXTRA_SRC_URI}/${P}-src.tar.bz2 - http://hackage.haskell.org/packages/archive/readline/${READLINE_PV}/${READLINE_P}.tar.gz - ) + http://hackage.haskell.org/packages/archive/readline/${READLINE_PV}/${READLINE_P}.tar.gz + ) !ghcbootstrap? ( $arch_binaries )" LICENSE="BSD" |