diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-08 08:46:25 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-08 08:50:38 +0100 |
commit | 2a059c124e4042606766f83ccad588ccc93f7e90 (patch) | |
tree | 0f733deb6a72b1d93a7cf9ef59c66d19372cdb23 /dev-haskell/dataenc | |
parent | dev-haskell/date-cache: update to EAPI=7 (diff) | |
download | gentoo-2a059c124e4042606766f83ccad588ccc93f7e90.tar.gz gentoo-2a059c124e4042606766f83ccad588ccc93f7e90.tar.bz2 gentoo-2a059c124e4042606766f83ccad588ccc93f7e90.zip |
dev-haskell/dataenc: update to EAPI=7
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/dataenc')
-rw-r--r-- | dev-haskell/dataenc/dataenc-0.14.0.7.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-haskell/dataenc/dataenc-0.14.0.7.ebuild b/dev-haskell/dataenc/dataenc-0.14.0.7.ebuild index 7bc5f390a18b..2a0b1e602a62 100644 --- a/dev-haskell/dataenc/dataenc-0.14.0.7.ebuild +++ b/dev-haskell/dataenc/dataenc-0.14.0.7.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -# ebuild generated by hackport 0.4.9999 +# ebuild generated by hackport 0.6.6.9999 -CABAL_FEATURES="bin lib profile haddock hoogle hscolour" +CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="Data encoding library" @@ -16,7 +16,6 @@ LICENSE="BSD" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x86-macos" IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=">=dev-lang/ghc-7.4.1:= " |