diff options
author | Sam James <sam@gentoo.org> | 2022-10-04 16:16:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-04 16:34:39 +0100 |
commit | 932d457a38d87a79a4ebcd74ba7d9ebe2b3cfe92 (patch) | |
tree | 6586054bca56191c980f46261df305aaa2da9022 /dev-lang/ghc | |
parent | profiles/features/musl: mask app-crypt/pesign (needs newer, masked efivar-38) (diff) | |
download | gentoo-932d457a38d87a79a4ebcd74ba7d9ebe2b3cfe92.tar.gz gentoo-932d457a38d87a79a4ebcd74ba7d9ebe2b3cfe92.tar.bz2 gentoo-932d457a38d87a79a4ebcd74ba7d9ebe2b3cfe92.zip |
dev-lang/ghc: drop eutils
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/ghc')
-rw-r--r-- | dev-lang/ghc/ghc-8.10.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |