From bf43a7c4aa717f00c227a40d0f6fe04b51cf2e42 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sun, 18 Jul 2021 14:39:04 +0100 Subject: [PATCH] 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 --- app-admin/haskell-updater/haskell-updater-1.3.2.ebuild | 4 ++-- 1 file 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 544312532d318..52affb69bb089 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"