diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-20 10:17:32 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-20 10:17:38 +0100 |
commit | 79696f08869f666647edb98725e1f58738ecf9f1 (patch) | |
tree | 127495e2c1651eafed4237897eefdc73d768377a /dev-haskell/hdbc-sqlite3/hdbc-sqlite3-2.3.3.1-r1.ebuild | |
parent | app-misc/tmux: Drop old (diff) | |
download | gentoo-79696f08869f666647edb98725e1f58738ecf9f1.tar.gz gentoo-79696f08869f666647edb98725e1f58738ecf9f1.tar.bz2 gentoo-79696f08869f666647edb98725e1f58738ecf9f1.zip |
dev-haskell/hdbc-sqlite3: drop USE=test support, requres testpack
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/hdbc-sqlite3/hdbc-sqlite3-2.3.3.1-r1.ebuild')
-rw-r--r-- | dev-haskell/hdbc-sqlite3/hdbc-sqlite3-2.3.3.1-r1.ebuild | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/dev-haskell/hdbc-sqlite3/hdbc-sqlite3-2.3.3.1-r1.ebuild b/dev-haskell/hdbc-sqlite3/hdbc-sqlite3-2.3.3.1-r1.ebuild index 6f71fc5a2a92..5cb19571040f 100644 --- a/dev-haskell/hdbc-sqlite3/hdbc-sqlite3-2.3.3.1-r1.ebuild +++ b/dev-haskell/hdbc-sqlite3/hdbc-sqlite3-2.3.3.1-r1.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -# ebuild generated by hackport 0.5.1 +# ebuild generated by hackport 0.6.6.9999 +#hackport: flags: -buildtests CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal @@ -18,27 +19,22 @@ SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" -IUSE="buildtests +splitbase" +IUSE="+splitbase" RDEPEND=">=dev-db/sqlite-3.0 >=dev-haskell/hdbc-2.3.0.0:2=[profile?] dev-haskell/mtl:=[profile?] dev-haskell/utf8-string:=[profile?] >=dev-lang/ghc-7.4.1:= - buildtests? ( dev-haskell/convertible:=[profile?] - dev-haskell/hunit:=[profile?] - dev-haskell/old-locale:=[profile?] - dev-haskell/old-time:=[profile?] - dev-haskell/testpack:=[profile?] ) " DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.2.3 + >=dev-haskell/cabal-1.2 " S="${WORKDIR}/${MY_P}" src_configure() { haskell-cabal_src_configure \ - $(cabal_flag buildtests buildtests) \ + --flag=-buildtests \ $(cabal_flag splitbase splitbase) } |