summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2021-07-18 14:39:04 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2021-07-18 14:39:04 +0100
commitbf43a7c4aa717f00c227a40d0f6fe04b51cf2e42 (patch)
treeee4fb1b15b2852f80b814d836535e6f752a16d1f /app-admin/haskell-updater
parentdev-haskell/terminfo: mark as bundled with 8.10.5 (diff)
downloadgentoo-bf43a7c4aa717f00c227a40d0f6fe04b51cf2e42.tar.gz
gentoo-bf43a7c4aa717f00c227a40d0f6fe04b51cf2e42.tar.bz2
gentoo-bf43a7c4aa717f00c227a40d0f6fe04b51cf2e42.zip
app-admin/haskell-updater: drop CABAL_FEATURES=bin
Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/802693 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-admin/haskell-updater')
-rw-r--r--app-admin/haskell-updater/haskell-updater-1.3.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/haskell-updater/haskell-updater-1.3.2.ebuild b/app-admin/haskell-updater/haskell-updater-1.3.2.ebuild
index 544312532d31..52affb69bb08 100644
--- a/app-admin/haskell-updater/haskell-updater-1.3.2.ebuild
+++ b/app-admin/haskell-updater/haskell-updater-1.3.2.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
-CABAL_FEATURES="bin nocabaldep"
+CABAL_FEATURES="nocabaldep"
inherit haskell-cabal
DESCRIPTION="Rebuild Haskell dependencies in Gentoo"