commit: 57f3ff89af279f3b269ecc35e8063abce4800121
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 3 09:52:33 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Oct 3 09:52:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57f3ff89
dev-haskell/bits-atomic: update to EAPI=7
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-haskell/bits-atomic/bits-atomic-0.1.3-r1.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-haskell/bits-atomic/bits-atomic-0.1.3-r1.ebuild
b/dev-haskell/bits-atomic/bits-atomic-0.1.3-r1.ebuild
index 11024cb68c5..278b011fad9 100644
--- a/dev-haskell/bits-atomic/bits-atomic-0.1.3-r1.ebuild
+++ b/dev-haskell/bits-atomic/bits-atomic-0.1.3-r1.ebuild
@@ -1,7 +1,7 @@
# 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
@@ -29,7 +29,7 @@ DEPEND="${RDEPEND}
dev-haskell/test-framework-quickcheck2 )
"
-src_prepare() {
- epatch "${DISTDIR}"/${P}-gcc-5.patch
- epatch "${FILESDIR}"/${P}-ghc-8.patch
-}
+PATCHES=(
+ "${DISTDIR}"/${P}-gcc-5.patch
+ "${FILESDIR}"/${P}-ghc-8.patch
+)