summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2018-09-17 22:10:00 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2018-09-17 22:10:22 +0100
commit1ac14e8691705d7bedfe58bc78a97ba60c53a655 (patch)
treeb244beaf661772c7cd475972b2b1a4954e9dafb2 /dev-haskell
parentdev-haskell/hsql-mysql: move off virtual/mysql, bug #665868 (diff)
downloadgentoo-1ac14e8691705d7bedfe58bc78a97ba60c53a655.tar.gz
gentoo-1ac14e8691705d7bedfe58bc78a97ba60c53a655.tar.bz2
gentoo-1ac14e8691705d7bedfe58bc78a97ba60c53a655.zip
dev-haskell/hdbc-mysql: move off virtual/mysql, bug #665866
Move off virtual/mysql to dev-db/mysql-connector-c as a library provider (with proper subslot). Reported-by: Brian Evans Closes: https://bugs.gentoo.org/665866 Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'dev-haskell')
-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