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>
This commit is contained in:
Sergei Trofimovich
2021-07-18 14:39:04 +01:00
parent d772675d9b
commit bf43a7c4aa

View File

@@ -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"