commit:     28047ff825fbe2234370e3b58dc6454dbf84c833
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 27 23:54:51 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Sep 28 02:34:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28047ff8

x11-misc/numlockx: EAPI 7->8

Just quick tidy'ing and cleanup of .in->.ac, should not
need a revbump here.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 x11-misc/numlockx/numlockx-1.2.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/x11-misc/numlockx/numlockx-1.2.ebuild 
b/x11-misc/numlockx/numlockx-1.2.ebuild
index 60e3534a37fc..a1eb8fc18389 100644
--- a/x11-misc/numlockx/numlockx-1.2.ebuild
+++ b/x11-misc/numlockx/numlockx-1.2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit autotools
 
@@ -23,9 +23,10 @@ DEPEND="
 
 src_prepare() {
        default
-       mv configure.{in,ac} || die
-       sed -i '/^K_/d; s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac || 
die
+
+       sed -i '/^K_/d; s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.in || 
die
        sed -i 's/@X_.*@//g' Makefile.am || die
+
        eautoreconf
 }
 

Reply via email to