diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-03-15 20:59:25 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-03-15 20:59:25 +0100 |
commit | 81bf123895dfa60b72a357a3317a224907547f2c (patch) | |
tree | 05505b10f24936652e325894e2540c1fef65e58a /gkbuilds | |
parent | gkbuild.sh: gkautoreconf(): add workaround for >autoconf-2.69 (diff) | |
download | genkernel-81bf123895dfa60b72a357a3317a224907547f2c.tar.gz genkernel-81bf123895dfa60b72a357a3317a224907547f2c.tar.bz2 genkernel-81bf123895dfa60b72a357a3317a224907547f2c.zip |
gkbuilds/thin-provisioning-tools: no need to manually call gkautoreconf
Default src_prepare() will take care of calling gkautoreconf when needed.
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'gkbuilds')
-rw-r--r-- | gkbuilds/thin-provisioning-tools.gkbuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gkbuilds/thin-provisioning-tools.gkbuild b/gkbuilds/thin-provisioning-tools.gkbuild index c3ebc7f2..bd69ff74 100644 --- a/gkbuilds/thin-provisioning-tools.gkbuild +++ b/gkbuilds/thin-provisioning-tools.gkbuild @@ -1,11 +1,6 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -src_prepare() { - default - gkautoreconf -} - src_configure() { local myconf=( --with-optimisation='' |