commit:     429cbb4575acba8007664f250522cd8a05d91870
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  3 04:50:39 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  3 05:07:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=429cbb45

x11-plugins/gkrellfire: EAPI 8

Bug: https://bugs.gentoo.org/892251
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../{gkrellfire-0.4.2-r1.ebuild => gkrellfire-0.4.2-r2.ebuild}   | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/x11-plugins/gkrellfire/gkrellfire-0.4.2-r1.ebuild 
b/x11-plugins/gkrellfire/gkrellfire-0.4.2-r2.ebuild
similarity index 77%
rename from x11-plugins/gkrellfire/gkrellfire-0.4.2-r1.ebuild
rename to x11-plugins/gkrellfire/gkrellfire-0.4.2-r2.ebuild
index 498b3ae4f309..bfb9e04f0dad 100644
--- a/x11-plugins/gkrellfire/gkrellfire-0.4.2-r1.ebuild
+++ b/x11-plugins/gkrellfire/gkrellfire-0.4.2-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 inherit gkrellm-plugin toolchain-funcs
 
@@ -12,12 +12,13 @@ 
SRC_URI="ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/${P}.tgz";
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
 RDEPEND="app-admin/gkrellm:2[X]"
 DEPEND="${RDEPEND}"
 
-PATCHES=( "${FILESDIR}"/fix-CC-CFLAGS-LDFLAGS-handling.patch )
+PATCHES=(
+       "${FILESDIR}"/fix-CC-CFLAGS-LDFLAGS-handling.patch
+)
 
 src_compile() {
        emake CC="$(tc-getCC)"

Reply via email to