diff options
author | Mark Wright <gienah@gentoo.org> | 2012-06-02 06:51:33 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2012-06-02 06:51:33 +0000 |
commit | 3afa6cc882fe2c7c852c903d73a169d5b46dc189 (patch) | |
tree | 38c8929175c37cad9b1ef1319afc44d99fe59ef7 | |
parent | inherit user for enewgroup and enewuser (diff) | |
download | gentoo-2-3afa6cc882fe2c7c852c903d73a169d5b46dc189.tar.gz gentoo-2-3afa6cc882fe2c7c852c903d73a169d5b46dc189.tar.bz2 gentoo-2-3afa6cc882fe2c7c852c903d73a169d5b46dc189.zip |
Add test and dev-db/postgresql-base-8 deps
(Portage version: 2.1.10.63/cvs/Linux x86_64)
-rw-r--r-- | dev-haskell/hdbc-postgresql/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.1.ebuild | 13 |
2 files changed, 14 insertions, 4 deletions
diff --git a/dev-haskell/hdbc-postgresql/ChangeLog b/dev-haskell/hdbc-postgresql/ChangeLog index 442ade66ae2d..6d8125ae82c7 100644 --- a/dev-haskell/hdbc-postgresql/ChangeLog +++ b/dev-haskell/hdbc-postgresql/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/hdbc-postgresql # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-postgresql/ChangeLog,v 1.16 2012/06/02 06:01:00 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-postgresql/ChangeLog,v 1.17 2012/06/02 06:51:33 gienah Exp $ + + 02 Jun 2012; Mark Wright <gienah@gentoo.org> hdbc-postgresql-2.3.2.1.ebuild: + Add test and dev-db/postgresql-base-8 deps *hdbc-postgresql-2.3.2.1 (02 Jun 2012) diff --git a/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.1.ebuild b/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.1.ebuild index 41f9f00d9130..8523988de5e5 100644 --- a/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.1.ebuild +++ b/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.1.ebuild,v 1.1 2012/06/02 06:01:00 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hdbc-postgresql/hdbc-postgresql-2.3.2.1.ebuild,v 1.2 2012/06/02 06:51:33 gienah Exp $ EAPI=4 @@ -31,9 +31,16 @@ RDEPEND=">dev-db/postgresql-base-8 dev-haskell/parsec[profile?] dev-haskell/time[profile?] dev-haskell/utf8-string[profile?] - >=dev-lang/ghc-6.8.2" + >=dev-lang/ghc-6.8.2 + >=dev-db/postgresql-base-8" DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8" + >=dev-haskell/cabal-1.8 + test? ( dev-haskell/convertible + dev-haskell/hunit + dev-haskell/quickcheck + dev-haskell/testpack + ) + " S="${WORKDIR}/${MY_P}" |