summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Smith <matthew@gentoo.org>2022-07-02 10:16:16 +0100
committerMatthew Smith <matthew@gentoo.org>2022-07-02 10:37:51 +0100
commit3b60d1bfd24650585106cef1362c07b5b086c079 (patch)
tree1e5ccbcbebf51fe2d0c7414616c59dc46a41f02a /app-admin/gkrellm/gkrellm-9999.ebuild
parentprofiles: ~app-office/libreoffice-bin-7.3.3.2 supports py-3.9 only (diff)
downloadgentoo-3b60d1bfd24650585106cef1362c07b5b086c079.tar.gz
gentoo-3b60d1bfd24650585106cef1362c07b5b086c079.tar.bz2
gentoo-3b60d1bfd24650585106cef1362c07b5b086c079.zip
app-admin/gkrellm: fix UnusedInherits
Also correct LICENSE. Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'app-admin/gkrellm/gkrellm-9999.ebuild')
-rw-r--r--app-admin/gkrellm/gkrellm-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
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"