dev-haskell/uniqueid: update to EAPI=7

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
Sergei Trofimovich
2020-11-01 11:20:07 +00:00
parent 3bedad8bfd
commit 8cd0f83103

View File

@@ -1,7 +1,7 @@
# 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.3.9999
@@ -21,6 +21,4 @@ RDEPEND=">=dev-lang/ghc-7.8.1:="
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.6"
src_prepare() {
epatch "${FILESDIR}"/${P}-ghc-7.8.patch
}
PATCHES=("${FILESDIR}"/${P}-ghc-7.8.patch)