Gentoo Archives: gentoo-commits

From: Matthew Smith <matthew@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/gkrellm/
Date: Sat, 02 Jul 2022 09:38:53
Message-Id: 1656754671.3b60d1bfd24650585106cef1362c07b5b086c079.matthew@gentoo
1 commit: 3b60d1bfd24650585106cef1362c07b5b086c079
2 Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 09:16:16 2022 +0000
4 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 09:37:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b60d1bf
7
8 app-admin/gkrellm: fix UnusedInherits
9
10 Also correct LICENSE.
11
12 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
13
14 app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild | 4 ++--
15 app-admin/gkrellm/gkrellm-9999.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
19 index 50c444a0e35b..1213ede77276 100644
20 --- a/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
21 +++ b/app-admin/gkrellm/gkrellm-2.3.11-r1.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -inherit desktop multilib systemd toolchain-funcs
27 +inherit desktop systemd toolchain-funcs
28
29 MY_P="${P/_/-}"
30
31 @@ -16,7 +16,7 @@ else
32 SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2"
33 KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
34 fi
35 -LICENSE="GPL-3"
36 +LICENSE="GPL-3+"
37 SLOT="2"
38 IUSE="gnutls hddtemp lm-sensors nls ntlm ssl X"
39
40
41 diff --git a/app-admin/gkrellm/gkrellm-9999.ebuild b/app-admin/gkrellm/gkrellm-9999.ebuild
42 index 8b29bcf41db9..caea7327cbef 100644
43 --- a/app-admin/gkrellm/gkrellm-9999.ebuild
44 +++ b/app-admin/gkrellm/gkrellm-9999.ebuild
45 @@ -3,7 +3,7 @@
46
47 EAPI=7
48
49 -inherit desktop multilib systemd toolchain-funcs
50 +inherit desktop systemd toolchain-funcs
51
52 MY_P="${P/_/-}"
53
54 @@ -16,7 +16,7 @@ else
55 SRC_URI="http://gkrellm.srcbox.net/${MY_P}.tar.bz2"
56 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
57 fi
58 -LICENSE="GPL-3"
59 +LICENSE="GPL-3+"
60 SLOT="2"
61 IUSE="gnutls hddtemp lm-sensors nls ntlm ssl X"