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 141BC158099 for ; Wed, 22 Nov 2023 00:00:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56FAE2BC03E; Wed, 22 Nov 2023 00:00:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 3C5C92BC038 for ; Wed, 22 Nov 2023 00:00:27 +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 7CF64335DA3 for ; Wed, 22 Nov 2023 00:00:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E4D613B0 for ; Wed, 22 Nov 2023 00:00:23 +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: <1700611208.7452d9096983e22677c6b1bd2f4bb0ea037ff520.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/autoconf-vanilla/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/autoconf-vanilla/autoconf-vanilla-2.72c.ebuild X-VCS-Directories: sys-devel/autoconf-vanilla/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7452d9096983e22677c6b1bd2f4bb0ea037ff520 X-VCS-Branch: master Date: Wed, 22 Nov 2023 00:00:23 +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: fa146a2d-51ca-44c8-86c8-33feafe52b15 X-Archives-Hash: e5148e1bc649cc8b332f61bc1c660ccc commit: 7452d9096983e22677c6b1bd2f4bb0ea037ff520 Author: Arsen Arsenović gentoo org> AuthorDate: Wed Nov 15 12:05:32 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 22 00:00:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7452d909 sys-devel/autoconf-vanilla: set TC_AUTOCONF_PREFIX for 2.72c Signed-off-by: Arsen Arsenović gentoo.org> Signed-off-by: Sam James gentoo.org> sys-devel/autoconf-vanilla/autoconf-vanilla-2.72c.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys-devel/autoconf-vanilla/autoconf-vanilla-2.72c.ebuild b/sys-devel/autoconf-vanilla/autoconf-vanilla-2.72c.ebuild index a678cada264c..ba5dad5a496c 100644 --- a/sys-devel/autoconf-vanilla/autoconf-vanilla-2.72c.ebuild +++ b/sys-devel/autoconf-vanilla/autoconf-vanilla-2.72c.ebuild @@ -51,6 +51,8 @@ PATCHES=( "${FILESDIR}"/"${MY_P}"-conflicts.patch ) +TC_AUTOCONF_ENVPREFIX=07 + src_prepare() { if [[ ${PV} == *9999 ]] ; then # Avoid the "dirty" suffix in the git version by generating it