diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-09-27 19:54:51 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-09-27 22:34:34 -0400 |
commit | 28047ff825fbe2234370e3b58dc6454dbf84c833 (patch) | |
tree | 67022fddf3e6737ae9abadcc6ac1809d49bcfded /x11-misc/numlockx | |
parent | dev-python/yamlpath: add 3.6.7 (diff) | |
download | gentoo-28047ff825fbe2234370e3b58dc6454dbf84c833.tar.gz gentoo-28047ff825fbe2234370e3b58dc6454dbf84c833.tar.bz2 gentoo-28047ff825fbe2234370e3b58dc6454dbf84c833.zip |
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@gentoo.org>
Diffstat (limited to 'x11-misc/numlockx')
-rw-r--r-- | x11-misc/numlockx/numlockx-1.2.ebuild | 7 |
1 files 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 } |