From 2f3fcaacd04e7524bc99e31e66dfd491e7d18039 Mon Sep 17 00:00:00 2001 From: Huang Rui Date: Tue, 5 Jan 2021 17:53:03 +0800 Subject: [PATCH] sci-electronics/bsc: remove inherit autotools Fix the problem in https://github.com/gentoo/guru/commit/3055a6a15b770042fafd62327d6b8762294385a7 Thanks @telans Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Huang Rui --- sci-electronics/bsc/bsc-9999.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sci-electronics/bsc/bsc-9999.ebuild b/sci-electronics/bsc/bsc-9999.ebuild index 4224ee7f9f..d76b4f5f56 100644 --- a/sci-electronics/bsc/bsc-9999.ebuild +++ b/sci-electronics/bsc/bsc-9999.ebuild @@ -3,8 +3,6 @@ EAPI=7 -inherit autotools - DESCRIPTION="Bluespec High Level Hardware Design Language" HOMEPAGE="https://github.com/B-Lang-org/bsc" @@ -35,6 +33,9 @@ BDEPEND=" dev-haskell/cabal:0= dev-lang/ghc:0= dev-util/gperf + sys-devel/autoconf + sys-devel/bison + sys-devel/flex " src_install() {