summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-13 05:50:28 +0000
committerSam James <sam@gentoo.org>2022-03-13 05:50:28 +0000
commit2ca9e346fdb3e915ee20e8e35cd78802d12995c3 (patch)
treea6cf122402762783f05a2b7ef31510d7d9a96868
parentsys-cluster/crmsh: [QA] use eautoreconf (diff)
downloadgentoo-2ca9e346fdb3e915ee20e8e35cd78802d12995c3.tar.gz
gentoo-2ca9e346fdb3e915ee20e8e35cd78802d12995c3.tar.bz2
gentoo-2ca9e346fdb3e915ee20e8e35cd78802d12995c3.zip
app-emulation/vkd3d: [QA] drop no-op AUTOTOOLS_AUTORECONF
This was for autotools-utils.eclass, not autotools.eclass. Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--app-emulation/vkd3d/vkd3d-9999.ebuild4
1 files changed, 1 insertions, 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