diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-27 08:39:50 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-27 08:39:50 +0000 |
commit | 30f0da61a8dadf1e53d209e25c0293201a437dff (patch) | |
tree | ca0433f119a995bdac4e028e8ea17490e15bf463 /dev-haskell | |
parent | dev-haskell/punycode: update to EAPI=7 (diff) | |
download | gentoo-30f0da61a8dadf1e53d209e25c0293201a437dff.tar.gz gentoo-30f0da61a8dadf1e53d209e25c0293201a437dff.tar.bz2 gentoo-30f0da61a8dadf1e53d209e25c0293201a437dff.zip |
dev-haskell/publicsuffixlist: 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')
-rw-r--r-- | dev-haskell/publicsuffixlist/publicsuffixlist-0.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-haskell/publicsuffixlist/publicsuffixlist-0.1.ebuild b/dev-haskell/publicsuffixlist/publicsuffixlist-0.1.ebuild index 6be6c2e78c2d..9957846f6ef3 100644 --- a/dev-haskell/publicsuffixlist/publicsuffixlist-0.1.ebuild +++ b/dev-haskell/publicsuffixlist/publicsuffixlist-0.1.ebuild @@ -1,15 +1,15 @@ -# 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.5.9999 +# ebuild generated by hackport 0.6.6.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="Is a given string a domain suffix?" -HOMEPAGE="https://hackage.haskell.org/package/publicsuffixlist" +HOMEPAGE="https://github.com/litherum/publicsuffixlist" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" |