summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2010-01-26 21:17:53 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2010-01-26 21:17:53 +0000
commit54db72170324fa4e32add4cb1198b4af8181ff9d (patch)
tree85cbc85efb6fe9f204e56a8e3d6fbc280de61418 /dev-haskell
parentFixing 8.5 init scripts, adding PG_EXTRA_OPTS to 8.4 for #273867 (diff)
downloadgentoo-2-54db72170324fa4e32add4cb1198b4af8181ff9d.tar.gz
gentoo-2-54db72170324fa4e32add4cb1198b4af8181ff9d.tar.bz2
gentoo-2-54db72170324fa4e32add4cb1198b4af8181ff9d.zip
Fix PATHES variable for dev-haskell/quickcheck, write explicit names.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/quickcheck/ChangeLog5
-rw-r--r--dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-haskell/quickcheck/ChangeLog b/dev-haskell/quickcheck/ChangeLog
index f9e6a4d578a2..3dac112eab7a 100644
--- a/dev-haskell/quickcheck/ChangeLog
+++ b/dev-haskell/quickcheck/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-haskell/quickcheck
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.34 2010/01/02 12:30:44 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.35 2010/01/26 21:17:53 kolmodin Exp $
+
+ 26 Jan 2010; <kolmodin@gentoo.org> quickcheck-1.1.0.0.ebuild:
+ Write explicit patch name in PATCHES variable.
02 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
quickcheck-1.2.0.0.ebuild:
diff --git a/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild b/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild
index 79da2d7294a2..bfdaf7e0fdc6 100644
--- a/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild
+++ b/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild,v 1.6 2009/07/27 19:58:46 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild,v 1.7 2010/01/26 21:17:53 kolmodin Exp $
CABAL_FEATURES="lib profile haddock"
CABAL_MIN_VERSION=1.2
@@ -22,4 +22,4 @@ DEPEND=">=dev-lang/ghc-6.6"
S="${WORKDIR}/${MY_P}"
-PATCHES=("${FILESDIR}/${P}-*")
+PATCHES=("${FILESDIR}/${P}-ghc-6.10-build-fix.patch")