diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-01 10:46:11 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-01 11:06:24 +0000 |
commit | b5e8066a5020c3b3526dd260e834e01b0285979d (patch) | |
tree | d6230cc7b14eed05e1e3b8c050a577dadc328759 /dev-haskell/tasty-smallcheck | |
parent | dev-haskell/tasty-kat: bump up to EAPI=7 (diff) | |
download | gentoo-b5e8066a5020c3b3526dd260e834e01b0285979d.tar.gz gentoo-b5e8066a5020c3b3526dd260e834e01b0285979d.tar.bz2 gentoo-b5e8066a5020c3b3526dd260e834e01b0285979d.zip |
dev-haskell/tasty-smallcheck: bump up to EAPI=7
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/tasty-smallcheck')
-rw-r--r-- | dev-haskell/tasty-smallcheck/metadata.xml | 3 | ||||
-rw-r--r-- | dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.1.ebuild | 6 |
2 files changed, 3 insertions, 6 deletions
diff --git a/dev-haskell/tasty-smallcheck/metadata.xml b/dev-haskell/tasty-smallcheck/metadata.xml index 12d35e39322b..b7878815d80d 100644 --- a/dev-haskell/tasty-smallcheck/metadata.xml +++ b/dev-haskell/tasty-smallcheck/metadata.xml @@ -5,7 +5,4 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> - <upstream> - <remote-id type="github">feuerbach/tasty</remote-id> - </upstream> </pkgmetadata> diff --git a/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.1.ebuild b/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.1.ebuild index 973abb681765..28abaea31822 100644 --- a/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.1.ebuild +++ b/dev-haskell/tasty-smallcheck/tasty-smallcheck-0.8.1.ebuild @@ -1,9 +1,9 @@ -# 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.6.9999 +# ebuild generated by hackport 0.6.6.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal |