commit:     2f3fcaacd04e7524bc99e31e66dfd491e7d18039
Author:     Huang Rui <vowstar <AT> gmail <DOT> com>
AuthorDate: Tue Jan  5 09:53:03 2021 +0000
Commit:     Rui Huang <vowstar <AT> gmail <DOT> com>
CommitDate: Tue Jan  5 09:53:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f3fcaac

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 <vowstar <AT> gmail.com>

 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 4224ee7f..d76b4f5f 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() {

Reply via email to