diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2010-07-12 13:16:28 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2010-07-12 13:16:28 +0000 |
commit | 1337cb1788a01b7872545b23c9ee8ae6badcb0fe (patch) | |
tree | 4268b89ea24815d61feaa281abda0c5ed9216f48 /dev-haskell/hdbc-odbc | |
parent | Clean USE flags as suggested in bug #313129, thanks to Diego and Plaes for th... (diff) | |
download | gentoo-2-1337cb1788a01b7872545b23c9ee8ae6badcb0fe.tar.gz gentoo-2-1337cb1788a01b7872545b23c9ee8ae6badcb0fe.tar.bz2 gentoo-2-1337cb1788a01b7872545b23c9ee8ae6badcb0fe.zip |
Fixed build failure against ghc-6.10+.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/hdbc-odbc')
-rw-r--r-- | dev-haskell/hdbc-odbc/ChangeLog | 8 | ||||
-rw-r--r-- | dev-haskell/hdbc-odbc/hdbc-odbc-1.1.3.0.ebuild | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-haskell/hdbc-odbc/ChangeLog b/dev-haskell/hdbc-odbc/ChangeLog index 7a3aaf48cefb..69bf33279221 100644 --- a/dev-haskell/hdbc-odbc/ChangeLog +++ b/dev-haskell/hdbc-odbc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/hdbc-odbc -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-odbc/ChangeLog,v 1.12 2007/12/13 17:19:01 dcoutts Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-odbc/ChangeLog,v 1.13 2010/07/12 13:16:28 slyfox Exp $ + + 12 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org> + hdbc-odbc-1.1.3.0.ebuild: + Fixed build failure against ghc-6.10+. *hdbc-odbc-1.1.3.0 (13 Dec 2007) diff --git a/dev-haskell/hdbc-odbc/hdbc-odbc-1.1.3.0.ebuild b/dev-haskell/hdbc-odbc/hdbc-odbc-1.1.3.0.ebuild index 20b500ec0ac0..0c02d1899176 100644 --- a/dev-haskell/hdbc-odbc/hdbc-odbc-1.1.3.0.ebuild +++ b/dev-haskell/hdbc-odbc/hdbc-odbc-1.1.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 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/hdbc-odbc/hdbc-odbc-1.1.3.0.ebuild,v 1.1 2007/12/13 17:19:01 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-odbc/hdbc-odbc-1.1.3.0.ebuild,v 1.2 2010/07/12 13:16:28 slyfox Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal versionator @@ -26,6 +26,8 @@ DEPEND=">=dev-lang/ghc-6.4.1 S="${WORKDIR}/${MY_P}" +CABAL_CONFIGURE_FLAGS="--constraint=base<4" + src_unpack() { unpack "${A}" |