summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-plugins/gkrellm-bgchanger/gkrellm-bgchanger-0.1.11-r2.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-plugins/gkrellm-bgchanger/gkrellm-bgchanger-0.1.11-r2.ebuild b/x11-plugins/gkrellm-bgchanger/gkrellm-bgchanger-0.1.11-r2.ebuild
index e1853d3a37f8..fb9bd912a808 100644
--- a/x11-plugins/gkrellm-bgchanger/gkrellm-bgchanger-0.1.11-r2.ebuild
+++ b/x11-plugins/gkrellm-bgchanger/gkrellm-bgchanger-0.1.11-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -23,9 +23,10 @@ DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}"/${PN}-0.1.11-fix-build-system.patch )
-PLUGIN_SO=( gkrellmbgchg$(get_modname) )
PLUGIN_DOCS=( bgchg_info.sh kdewallpaper.sh )
src_configure() {
tc-export CC
+
+ PLUGIN_SO=( gkrellmbgchg$(get_modname) )
}