commit:     3b60d1bfd24650585106cef1362c07b5b086c079
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 09:16:16 2022 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 09:37:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b60d1bf

app-admin/gkrellm: fix UnusedInherits

Also correct LICENSE.

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild | 4 ++--
 app-admin/gkrellm/gkrellm-9999.ebuild      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild 
b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
index 50c444a0e35b..1213ede77276 100644
--- a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
+++ b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit desktop multilib systemd toolchain-funcs
+inherit desktop systemd toolchain-funcs
 
 MY_P="${P/_/-}"
 
@@ -16,7 +16,7 @@ else
        SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2";
        KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv 
sparc x86 ~amd64-linux ~x86-linux"
 fi
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="2"
 IUSE="gnutls hddtemp lm-sensors nls ntlm ssl X"
 

diff --git a/app-admin/gkrellm/gkrellm-9999.ebuild 
b/app-admin/gkrellm/gkrellm-9999.ebuild
index 8b29bcf41db9..caea7327cbef 100644
--- a/app-admin/gkrellm/gkrellm-9999.ebuild
+++ b/app-admin/gkrellm/gkrellm-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit desktop multilib systemd toolchain-funcs
+inherit desktop systemd toolchain-funcs
 
 MY_P="${P/_/-}"
 
@@ -16,7 +16,7 @@ else
        SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2";
        KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
 fi
-LICENSE="GPL-3"
+LICENSE="GPL-3+"
 SLOT="2"
 IUSE="gnutls hddtemp lm-sensors nls ntlm ssl X"
 

Reply via email to