diff options
Diffstat (limited to 'app-admin/haskell-updater')
-rw-r--r-- | app-admin/haskell-updater/haskell-updater-1.3.2.ebuild | 4 |
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" |