From 28047ff825fbe2234370e3b58dc6454dbf84c833 Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Tue, 27 Sep 2022 19:54:51 -0400 Subject: 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 --- 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 } -- cgit v1.2.3-65-gdbad