diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-01 11:03:43 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-01 11:06:31 +0000 |
commit | a0933314ca9e1b2ee2b59e039f62eb504cb9b99d (patch) | |
tree | 8ad4cc9c69bc520f205cd95492339fed7d7277f0 | |
parent | dev-haskell/text: update to EAPI=7 (diff) | |
download | gentoo-a0933314ca9e1b2ee2b59e039f62eb504cb9b99d.tar.gz gentoo-a0933314ca9e1b2ee2b59e039f62eb504cb9b99d.tar.bz2 gentoo-a0933314ca9e1b2ee2b59e039f62eb504cb9b99d.zip |
dev-haskell/thyme: update to EAPI=7
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r-- | dev-haskell/thyme/thyme-0.3.5.5.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-haskell/thyme/thyme-0.3.5.5.ebuild b/dev-haskell/thyme/thyme-0.3.5.5.ebuild index cb2b61f3a9eb..9232956d3bba 100644 --- a/dev-haskell/thyme/thyme-0.3.5.5.ebuild +++ b/dev-haskell/thyme/thyme-0.3.5.5.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2019 Gentoo Authors +# 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.4.9999 #hackport: flags: -werror,-hlint -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +CABAL_FEATURES="lib profile haddock hoogle hscolour" # Broken test-suite: need update against QuickCheck-2.11 inherit haskell-cabal DESCRIPTION="A faster time library" @@ -35,7 +35,6 @@ RDEPEND=">=dev-haskell/aeson-0.6:=[profile?] " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.10 - test? ( >=dev-haskell/system-posix-redirect-1.1 ) " src_configure() { |