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 1617A158020 for ; Sat, 24 Dec 2022 13:06:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29C4BE08C3; Sat, 24 Dec 2022 13:05:59 +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 0C29EE08C3 for ; Sat, 24 Dec 2022 13:05:59 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFBE5340CC0 for ; Sat, 24 Dec 2022 13:05:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C9DA7D3 for ; Sat, 24 Dec 2022 13:05:56 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1671887134.6a65c575970910eeff285a176e5cc4f84f67a665.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/voacapl/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild X-VCS-Directories: sci-electronics/voacapl/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: 6a65c575970910eeff285a176e5cc4f84f67a665 X-VCS-Branch: master Date: Sat, 24 Dec 2022 13:05:56 +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: b5c98143-f743-4ec6-96dc-5b380ef78496 X-Archives-Hash: aff3b2a558c6648189a6bee3c2a5d6c4 commit: 6a65c575970910eeff285a176e5cc4f84f67a665 Author: Thomas Beierlein gentoo org> AuthorDate: Sat Dec 24 13:03:24 2022 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Sat Dec 24 13:05:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a65c575 sci-electronics/voacapl: Add eautoreconf to force compile order See comment on bug 882533 Closes: https://bugs.gentoo.org/882533 Signed-off-by: Thomas Beierlein gentoo.org> sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild b/sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild index 53f2437a3ea8..829abdbfcb48 100644 --- a/sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild +++ b/sci-electronics/voacapl/voacapl-0.7.6-r1.ebuild @@ -3,7 +3,7 @@ EAPI="7" -inherit fortran-2 +inherit autotools fortran-2 MY_P=${PN}-v.${PV} @@ -20,6 +20,11 @@ RESTRICT="mirror bindist" S="${WORKDIR}/${MY_P}" +src_prepare() { + eapply_user + eautoreconf +} + src_compile() { # bug 513766 emake -j1