diff options
-rw-r--r-- | x11-plugins/gkrellm-cpufreq/ChangeLog | 9 | ||||
-rw-r--r-- | x11-plugins/gkrellm-cpufreq/gkrellm-cpufreq-0.6.4-r1.ebuild (renamed from x11-plugins/gkrellm-cpufreq/gkrellm-cpufreq-0.6.4.ebuild) | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/x11-plugins/gkrellm-cpufreq/ChangeLog b/x11-plugins/gkrellm-cpufreq/ChangeLog index 5803faa..b124d84 100644 --- a/x11-plugins/gkrellm-cpufreq/ChangeLog +++ b/x11-plugins/gkrellm-cpufreq/ChangeLog @@ -1,7 +1,14 @@ # ChangeLog for x11-plugins/gkrellm-cpufreq -# Copyright 1999-2018 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2020 Gentoo Authors; Distributed under the GPL v2 # $Header: $ +*gkrellm-cpufreq-0.6.4-r1 (01 Jan 2020) + + 01 Jan 2020; Dustin Polke <DuPol@gmx.de> +gkrellm-cpufreq-0.6.4-r1.ebuild, + -gkrellm-cpufreq-0.6.4.ebuild: + x11-plugins/gkrellm-cpufreq: Rev bump to fix installation. Drop old. Convert + PLUGIN_SO to bash array. Reported-By: Michael Wolf <mw07@la-wolf.de> + *gkrellm-cpufreq-0.6.4 (06 Jan 2018) 06 Jan 2018; Dustin Polke <DuPol@gmx.de> +gkrellm-cpufreq-0.6.4.ebuild, diff --git a/x11-plugins/gkrellm-cpufreq/gkrellm-cpufreq-0.6.4.ebuild b/x11-plugins/gkrellm-cpufreq/gkrellm-cpufreq-0.6.4-r1.ebuild index 59e9580..b01e8d0 100644 --- a/x11-plugins/gkrellm-cpufreq/gkrellm-cpufreq-0.6.4.ebuild +++ b/x11-plugins/gkrellm-cpufreq/gkrellm-cpufreq-0.6.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,7 +24,7 @@ RDEPEND="app-admin/gkrellm:2[X] PATCHES=( "${FILESDIR}"/${P}-use-cpupower.patch ) -PLUGIN_SO=cpufreq.so +PLUGIN_SO=( "cpufreq.so" ) src_install() { gkrellm-plugin_src_install |