diff options
author | Sam James <sam@gentoo.org> | 2022-03-13 05:50:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-13 05:50:28 +0000 |
commit | 2ca9e346fdb3e915ee20e8e35cd78802d12995c3 (patch) | |
tree | a6cf122402762783f05a2b7ef31510d7d9a96868 /app-emulation | |
parent | sys-cluster/crmsh: [QA] use eautoreconf (diff) | |
download | gentoo-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>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vkd3d/vkd3d-9999.ebuild | 4 |
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 |