commit:     a6d05c38aeaa32856f18b48aa3a75ff9aa097b14
Author:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  4 18:22:23 2025 +0000
Commit:     Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Tue Feb  4 18:22:23 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6d05c38

dev-util/quilt: Fix configure phase

Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>

 dev-util/quilt/quilt-9999.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-util/quilt/quilt-9999.ebuild b/dev-util/quilt/quilt-9999.ebuild
index 625fa6eb02b3..48055d84b801 100644
--- a/dev-util/quilt/quilt-9999.ebuild
+++ b/dev-util/quilt/quilt-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,7 +7,7 @@ EGIT_REPO_URI="https://git.savannah.gnu.org/git/quilt.git";
 
 [[ ${PV} == 9999 ]] && inherit git-r3
 
-inherit bash-completion-r1 elisp-common
+inherit autotools bash-completion-r1 elisp-common
 
 DESCRIPTION="quilt patch manager"
 HOMEPAGE="https://savannah.nongnu.org/projects/quilt";
@@ -46,6 +46,8 @@ src_configure() {
        [[ ${CHOST} == *-darwin* || ${CHOST} == *-solaris* ]] \
                && myconf+=( "--with-getopt=${EPREFIX}/usr/bin/getopt-long" )
        econf "${myconf[@]}"
+       eautoreconf
+       default
 }
 
 src_compile() {

Reply via email to