commit: 932d457a38d87a79a4ebcd74ba7d9ebe2b3cfe92
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 4 15:16:38 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 4 15:34:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=932d457a
dev-lang/ghc: drop eutils
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-lang/ghc/ghc-8.10.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-lang/ghc/ghc-8.10.6.ebuild b/dev-lang/ghc/ghc-8.10.6.ebuild
index e1df48a3cd92..cee8a725c06a 100644
--- a/dev-lang/ghc/ghc-8.10.6.ebuild
+++ b/dev-lang/ghc/ghc-8.10.6.ebuild
@@ -15,7 +15,7 @@ fi
PYTHON_COMPAT=( python3_{8..10} )
inherit python-any-r1
-inherit autotools bash-completion-r1 eutils flag-o-matic ghc-package
+inherit autotools bash-completion-r1 flag-o-matic ghc-package
inherit multilib multiprocessing pax-utils toolchain-funcs prefix
inherit check-reqs
DESCRIPTION="The Glasgow Haskell Compiler"