summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-10 22:45:02 +0000
committerSam James <sam@gentoo.org>2022-03-10 22:45:02 +0000
commit29d2a9749cf9f23630e60e8b02f542bb37f986b7 (patch)
tree66f27d8fd5ba56891df6aa370da1c09d6cab28e0 /x11-plugins/gkrelltop
parentx11-plugins/gkrellsun: fix commands in global scope (diff)
downloadgentoo-29d2a9749cf9f23630e60e8b02f542bb37f986b7.tar.gz
gentoo-29d2a9749cf9f23630e60e8b02f542bb37f986b7.tar.bz2
gentoo-29d2a9749cf9f23630e60e8b02f542bb37f986b7.zip
x11-plugins/gkrelltop: fix commands in global scope
Closes: https://bugs.gentoo.org/788067 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-plugins/gkrelltop')
-rw-r--r--x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild b/x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild
index ae2fd0a2a690..337fb6a341b3 100644
--- a/x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild
+++ b/x11-plugins/gkrelltop/gkrelltop-2.2.13-r2.ebuild
@@ -23,11 +23,13 @@ DEPEND="${RDEPEND}"
S=${WORKDIR}/${P}.orig
PATCHES=( "${FILESDIR}"/${PN}-2.2.13-fix-build-system.patch )
-PLUGIN_SERVER_SO=( gkrelltopd$(get_modname) )
-PLUGIN_SO=( gkrelltop$(get_modname) )
-
src_configure() {
tc-export CC
+
+ PLUGIN_SERVER_SO=( gkrelltopd$(get_modname) )
+ PLUGIN_SO=( gkrelltop$(get_modname) )
+
+ default
}
src_compile() {