summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-11-01 11:20:07 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2020-11-01 12:56:15 +0000
commit8cd0f831037607ced6b3b96aaea1ad7b79a804ef (patch)
tree92935dc2cc58d2160fa4b53d57c4c7b1b076079e /dev-haskell
parentdev-haskell/unix-time: drop trailing whitespace (diff)
downloadgentoo-8cd0f831037607ced6b3b96aaea1ad7b79a804ef.tar.gz
gentoo-8cd0f831037607ced6b3b96aaea1ad7b79a804ef.tar.bz2
gentoo-8cd0f831037607ced6b3b96aaea1ad7b79a804ef.zip
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>
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/uniqueid/uniqueid-0.1.1.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-haskell/uniqueid/uniqueid-0.1.1.ebuild b/dev-haskell/uniqueid/uniqueid-0.1.1.ebuild
index 7bc6d5fbc8b2..45f27b3410da 100644
--- a/dev-haskell/uniqueid/uniqueid-0.1.1.ebuild
+++ b/dev-haskell/uniqueid/uniqueid-0.1.1.ebuild
@@ -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)