summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-02-03 04:50:39 +0000
committerSam James <sam@gentoo.org>2023-02-03 05:07:51 +0000
commit429cbb4575acba8007664f250522cd8a05d91870 (patch)
treee57121fdc913f141734a77325ac65e27109792a7 /x11-plugins
parentx11-plugins/gkrellaclock: EAPI 8 (diff)
downloadgentoo-429cbb4575acba8007664f250522cd8a05d91870.tar.gz
gentoo-429cbb4575acba8007664f250522cd8a05d91870.tar.bz2
gentoo-429cbb4575acba8007664f250522cd8a05d91870.zip
x11-plugins/gkrellfire: EAPI 8
Bug: https://bugs.gentoo.org/892251 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/gkrellfire/gkrellfire-0.4.2-r2.ebuild (renamed from x11-plugins/gkrellfire/gkrellfire-0.4.2-r1.ebuild)9
1 files 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
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)"