diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-01 13:27:04 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-01 13:27:04 +0000 |
commit | e399eee7bfb72d771594885e711c7b43a9e13726 (patch) | |
tree | 7315cab24e5a53fd483eb798b7d3572eafd29161 /dev-haskell/with-location | |
parent | dev-haskell/wai-conduit: drop old (diff) | |
download | gentoo-e399eee7bfb72d771594885e711c7b43a9e13726.tar.gz gentoo-e399eee7bfb72d771594885e711c7b43a9e13726.tar.bz2 gentoo-e399eee7bfb72d771594885e711c7b43a9e13726.zip |
dev-haskell/with-location: update 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/with-location')
-rw-r--r-- | dev-haskell/with-location/metadata.xml | 3 | ||||
-rw-r--r-- | dev-haskell/with-location/with-location-0.1.0.ebuild | 6 |
2 files changed, 3 insertions, 6 deletions
diff --git a/dev-haskell/with-location/metadata.xml b/dev-haskell/with-location/metadata.xml index 9edae7c8c96c..b7878815d80d 100644 --- a/dev-haskell/with-location/metadata.xml +++ b/dev-haskell/with-location/metadata.xml @@ -5,7 +5,4 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> - <upstream> - <remote-id type="github">sol/with-location</remote-id> - </upstream> </pkgmetadata> diff --git a/dev-haskell/with-location/with-location-0.1.0.ebuild b/dev-haskell/with-location/with-location-0.1.0.ebuild index 746345fec933..392cd60b3e2c 100644 --- a/dev-haskell/with-location/with-location-0.1.0.ebuild +++ b/dev-haskell/with-location/with-location-0.1.0.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.7.9999 +# ebuild generated by hackport 0.6.6.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal |