commit: 3f2ccdbd4769b520baaa8fbb4716eaba9d141dbf
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 20:51:42 2023 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 20:51:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f2ccdbd
x11-misc/apwal: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../apwal/{apwal-0.4.5-r2.ebuild => apwal-0.4.5-r3.ebuild} | 14 +++++---------
1 file changed, 5 insertions(+), 9 deletions(-)
diff --git a/x11-misc/apwal/apwal-0.4.5-r2.ebuild
b/x11-misc/apwal/apwal-0.4.5-r3.ebuild
similarity index 76%
rename from x11-misc/apwal/apwal-0.4.5-r2.ebuild
rename to x11-misc/apwal/apwal-0.4.5-r3.ebuild
index 766c3ed8f76c..1fd5a464954a 100644
--- a/x11-misc/apwal/apwal-0.4.5-r2.ebuild
+++ b/x11-misc/apwal/apwal-0.4.5-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit toolchain-funcs
@@ -20,14 +20,10 @@ RDEPEND="
x11-libs/gdk-pixbuf
x11-libs/gtk+:2
"
-DEPEND="
- ${RDEPEND}
- virtual/pkgconfig
-"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
-PATCHES=(
- "${FILESDIR}"/${P}-makefile.patch
-)
+PATCHES=( "${FILESDIR}"/${P}-makefile.patch )
src_configure() {
tc-export CC PKG_CONFIG