diff options
-rw-r--r-- | dev-haskell/hdbc-mysql/hdbc-mysql-0.6.6.1-r4.ebuild (renamed from dev-haskell/hdbc-mysql/hdbc-mysql-0.6.6.1-r3.ebuild) | 9 | ||||
-rw-r--r-- | dev-haskell/hdbc-mysql/hdbc-mysql-0.7.1.0-r1.ebuild (renamed from dev-haskell/hdbc-mysql/hdbc-mysql-0.7.1.0.ebuild) | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/dev-haskell/hdbc-mysql/hdbc-mysql-0.6.6.1-r3.ebuild b/dev-haskell/hdbc-mysql/hdbc-mysql-0.6.6.1-r4.ebuild index 861ba83ab5ca..2ec895f2184f 100644 --- a/dev-haskell/hdbc-mysql/hdbc-mysql-0.6.6.1-r3.ebuild +++ b/dev-haskell/hdbc-mysql/hdbc-mysql-0.6.6.1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -22,9 +22,10 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND=">=dev-haskell/hdbc-2.1.0:=[profile?] - dev-haskell/utf8-string:=[profile?] - >=dev-lang/ghc-6.12.1:= - virtual/mysql" + dev-haskell/utf8-string:=[profile?] + >=dev-lang/ghc-6.12.1:= + dev-db/mysql-connector-c:0= +" DEPEND="${RDEPEND} >=dev-haskell/cabal-1.6" diff --git a/dev-haskell/hdbc-mysql/hdbc-mysql-0.7.1.0.ebuild b/dev-haskell/hdbc-mysql/hdbc-mysql-0.7.1.0-r1.ebuild index ce4e1c94bf63..23370ec0b510 100644 --- a/dev-haskell/hdbc-mysql/hdbc-mysql-0.7.1.0.ebuild +++ b/dev-haskell/hdbc-mysql/hdbc-mysql-0.7.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,9 +23,9 @@ IUSE="debug" RDEPEND=">=dev-haskell/hdbc-2.1.0:2=[profile?] dev-haskell/utf8-string:=[profile?] >=dev-lang/ghc-8.0.1:= - dev-libs/openssl + dev-libs/openssl:0= sys-libs/zlib - >=virtual/mysql-4.0 + dev-db/mysql-connector-c:0= " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.24.0.0 |