summaryrefslogtreecommitdiff
path: root/dev-haskell/binary/binary-0.7.1.0.ebuild
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-11-01 13:54:33 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2020-11-01 13:54:33 +0000
commit54e6307655ef95b6839a4850f58cf1766ab6bcca (patch)
tree40704b2ba5f085df2b4dbada73bb6a3bfbe7e409 /dev-haskell/binary/binary-0.7.1.0.ebuild
parent515a54f14cbbb9072c790d470c9a25a1e18244ed (diff)
downloadgentoo-54e6307655ef95b6839a4850f58cf1766ab6bcca.tar.gz
gentoo-54e6307655ef95b6839a4850f58cf1766ab6bcca.tar.bz2
gentoo-54e6307655ef95b6839a4850f58cf1766ab6bcca.zip
dev-haskell/binary: 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/binary/binary-0.7.1.0.ebuild')
-rw-r--r--dev-haskell/binary/binary-0.7.1.0.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-haskell/binary/binary-0.7.1.0.ebuild b/dev-haskell/binary/binary-0.7.1.0.ebuild
index c8203a4b3c40..ee34e5be21c7 100644
--- a/dev-haskell/binary/binary-0.7.1.0.ebuild
+++ b/dev-haskell/binary/binary-0.7.1.0.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.3.2.9999
@@ -30,6 +30,8 @@ DEPEND="${RDEPEND}
CABAL_CORE_LIB_GHC_PV="7.7.2013* 7.8.20140130 7.8.0.20140228 7.8.1 7.8.2 7.8.3 7.8.4"
src_prepare() {
+ default
+
if has_version ">=dev-lang/ghc-7.7"; then
sed -e '/test-suite read-write-file/,/ghc-options: -Wall/d' \
-i "${S}/${PN}.cabal" \