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 6D5AF15808B for ; Sun, 13 Mar 2022 05:54:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 75644E0864; Sun, 13 Mar 2022 05:54:53 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 365B5E0864 for ; Sun, 13 Mar 2022 05:54:53 +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 15D74343253 for ; Sun, 13 Mar 2022 05:54:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACB4E324 for ; Sun, 13 Mar 2022 05:54:46 +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: <1647150628.2ca9e346fdb3e915ee20e8e35cd78802d12995c3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/vkd3d/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/vkd3d/vkd3d-9999.ebuild X-VCS-Directories: app-emulation/vkd3d/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2ca9e346fdb3e915ee20e8e35cd78802d12995c3 X-VCS-Branch: master Date: Sun, 13 Mar 2022 05:54:46 +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: 0f019e1a-dcf2-48c8-a0e5-913fceb900b5 X-Archives-Hash: 09624948cf37973e752ecf29d1d393a2 commit: 2ca9e346fdb3e915ee20e8e35cd78802d12995c3 Author: Sam James gentoo org> AuthorDate: Sun Mar 13 05:50:28 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 13 05:50:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ca9e346 app-emulation/vkd3d: [QA] drop no-op AUTOTOOLS_AUTORECONF This was for autotools-utils.eclass, not autotools.eclass. Signed-off-by: Sam James gentoo.org> app-emulation/vkd3d/vkd3d-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app-emulation/vkd3d/vkd3d-9999.ebuild b/app-emulation/vkd3d/vkd3d-9999.ebuild index 0e542af46662..5d4e2900196e 100644 --- a/app-emulation/vkd3d/vkd3d-9999.ebuild +++ b/app-emulation/vkd3d/vkd3d-9999.ebuild @@ -1,12 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit multilib-minimal autotools -AUTOTOOLS_AUTORECONF="1" - if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="https://source.winehq.org/git/vkd3d.git" inherit git-r3