Skip to content

Commit

Permalink
dev-haskell/hdbc-mysql: move off virtual/mysql, bug #665866
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Sergei Trofimovich committed Sep 17, 2018
1 parent 1dbcabe commit 1ac14e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"

Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1ac14e8

Please sign in to comment.