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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 587DC1382C5 for ; Tue, 5 Jan 2021 09:53:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96249E07FE; Tue, 5 Jan 2021 09:53:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80886E07FE for ; Tue, 5 Jan 2021 09:53:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A12E9340CA7 for ; Tue, 5 Jan 2021 09:53:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5CE7DCC for ; Tue, 5 Jan 2021 09:53:19 +0000 (UTC) From: "Rui Huang" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rui Huang" Message-ID: <1609840383.2f3fcaacd04e7524bc99e31e66dfd491e7d18039.vowstar@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sci-electronics/bsc/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sci-electronics/bsc/bsc-9999.ebuild X-VCS-Directories: sci-electronics/bsc/ X-VCS-Committer: vowstar X-VCS-Committer-Name: Rui Huang X-VCS-Revision: 2f3fcaacd04e7524bc99e31e66dfd491e7d18039 X-VCS-Branch: dev Date: Tue, 5 Jan 2021 09:53:19 +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: 84e23ee5-089c-4a68-9099-bb2a6b5cd40e X-Archives-Hash: 3d1f858aebd6a4ce27752c5be128b17e commit: 2f3fcaacd04e7524bc99e31e66dfd491e7d18039 Author: Huang Rui gmail com> AuthorDate: Tue Jan 5 09:53:03 2021 +0000 Commit: Rui Huang gmail 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 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() {