diff options
author | Sam James <sam@gentoo.org> | 2022-07-22 22:36:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-22 22:36:23 +0000 |
commit | a4c467f8ab89a92842de31140e307e2b76d0f2df (patch) | |
tree | 3d7d1a3b39fa57f500e41445d7d040a941f693a3 /dev-lang/ghc | |
parent | dev-lang/ghc: fix removing debuginfo (diff) | |
download | gentoo-a4c467f8ab89a92842de31140e307e2b76d0f2df.tar.gz gentoo-a4c467f8ab89a92842de31140e307e2b76d0f2df.tar.bz2 gentoo-a4c467f8ab89a92842de31140e307e2b76d0f2df.zip |
dev-lang/ghc: drop unnecessary eclasses
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/ghc')
-rw-r--r-- | dev-lang/ghc/ghc-9.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ghc/ghc-9.0.2.ebuild b/dev-lang/ghc/ghc-9.0.2.ebuild index c3befcb79a29..49acb75d8338 100644 --- a/dev-lang/ghc/ghc-9.0.2.ebuild +++ b/dev-lang/ghc/ghc-9.0.2.ebuild @@ -15,8 +15,8 @@ fi PYTHON_COMPAT=( python3_{8..10} ) inherit python-any-r1 -inherit autotools bash-completion-r1 eutils flag-o-matic ghc-package -inherit multilib multiprocessing pax-utils toolchain-funcs prefix +inherit autotools bash-completion-r1 flag-o-matic ghc-package +inherit multiprocessing pax-utils toolchain-funcs prefix inherit check-reqs DESCRIPTION="The Glasgow Haskell Compiler" HOMEPAGE="https://www.haskell.org/ghc/" |