Skip to content

Commit

Permalink
dev-haskell/hsql-mysql: move off virtual/mysql, bug #665868
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/665868
Package-Manager: Portage-2.3.49, Repoman-2.3.10
  • Loading branch information
Sergei Trofimovich committed Sep 17, 2018
1 parent 924bbe9 commit 1dbcabe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

# ebuild generated by hackport 0.2.13

EAPI=4
EAPI=6

CABAL_FEATURES="lib profile haddock hscolour hoogle"
inherit haskell-cabal
Expand All @@ -18,8 +18,9 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

RDEPEND="dev-haskell/cabal[profile?]
>=dev-haskell/hsql-1.8.2[profile?]
>=dev-lang/ghc-6.10.1
>=virtual/mysql-4.0"
>=dev-haskell/hsql-1.8.2[profile?]
>=dev-lang/ghc-6.10.1
dev-db/mysql-connector-c:0=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10"
>=dev-haskell/cabal-1.10"
13 changes: 7 additions & 6 deletions dev-haskell/hsql-mysql/hsql-mysql-1.8.3.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

# ebuild generated by hackport 0.2.13

EAPI=4
EAPI=6

CABAL_FEATURES="lib profile haddock hscolour hoogle"
inherit haskell-cabal
Expand All @@ -18,8 +18,9 @@ KEYWORDS="" # buggy, has no headers
IUSE=""

RDEPEND="dev-haskell/cabal[profile?]
>=dev-haskell/hsql-1.8.2[profile?]
>=dev-lang/ghc-6.10.1
>=virtual/mysql-4.0"
>=dev-haskell/hsql-1.8.2[profile?]
>=dev-lang/ghc-6.10.1
dev-db/mysql-connector-c:0=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.10"
>=dev-haskell/cabal-1.10"

0 comments on commit 1dbcabe

Please sign in to comment.