diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-09-17 22:07:23 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-09-17 22:07:35 +0100 |
commit | 1dbcabe7f29840d82e490c76f9860fe91b9459fb (patch) | |
tree | c3f24c8636fc8b1363bd8fe0fc217f99cdfb55aa /dev-haskell/hsql-mysql | |
parent | dev-lang/tcl-8.6.8: arm64 stable (bug #666316) (diff) | |
download | gentoo-1dbcabe7f29840d82e490c76f9860fe91b9459fb.tar.gz gentoo-1dbcabe7f29840d82e490c76f9860fe91b9459fb.tar.bz2 gentoo-1dbcabe7f29840d82e490c76f9860fe91b9459fb.zip |
dev-haskell/hsql-mysql: move off virtual/mysql, bug #665868
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
Diffstat (limited to 'dev-haskell/hsql-mysql')
-rw-r--r-- | dev-haskell/hsql-mysql/hsql-mysql-1.8.2-r1.ebuild (renamed from dev-haskell/hsql-mysql/hsql-mysql-1.8.2.ebuild) | 13 | ||||
-rw-r--r-- | dev-haskell/hsql-mysql/hsql-mysql-1.8.3.ebuild | 13 |
2 files changed, 14 insertions, 12 deletions
diff --git a/dev-haskell/hsql-mysql/hsql-mysql-1.8.2.ebuild b/dev-haskell/hsql-mysql/hsql-mysql-1.8.2-r1.ebuild index b4c83d8ab963..38e04f8ebedf 100644 --- a/dev-haskell/hsql-mysql/hsql-mysql-1.8.2.ebuild +++ b/dev-haskell/hsql-mysql/hsql-mysql-1.8.2-r1.ebuild @@ -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 @@ -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" diff --git a/dev-haskell/hsql-mysql/hsql-mysql-1.8.3.ebuild b/dev-haskell/hsql-mysql/hsql-mysql-1.8.3.ebuild index e1edbce91285..21ea8d3bb7f8 100644 --- a/dev-haskell/hsql-mysql/hsql-mysql-1.8.3.ebuild +++ b/dev-haskell/hsql-mysql/hsql-mysql-1.8.3.ebuild @@ -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 @@ -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" |