From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B46E7158094 for ; Fri, 22 Jul 2022 22:36:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04B2CE077F; Fri, 22 Jul 2022 22:36:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D61FCE077F for ; Fri, 22 Jul 2022 22:36:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CEE66340D54 for ; Fri, 22 Jul 2022 22:36:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39C97545 for ; Fri, 22 Jul 2022 22:36:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1658529383.a4c467f8ab89a92842de31140e307e2b76d0f2df.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ghc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ghc/ghc-9.0.2.ebuild X-VCS-Directories: dev-lang/ghc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a4c467f8ab89a92842de31140e307e2b76d0f2df X-VCS-Branch: master Date: Fri, 22 Jul 2022 22:36:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c15c84f8-d274-4525-a462-bccabb749b2e X-Archives-Hash: df75ec7b5ada728fd0fd8da273a02c3c commit: a4c467f8ab89a92842de31140e307e2b76d0f2df Author: Sam James gentoo org> AuthorDate: Fri Jul 22 22:36:23 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 22 22:36:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4c467f8 dev-lang/ghc: drop unnecessary eclasses Signed-off-by: Sam James gentoo.org> dev-lang/ghc/ghc-9.0.2.ebuild | 4 ++-- 1 file 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/"