summaryrefslogtreecommitdiffstats
path: root/trinity-apps/ksensors/ksensors-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/ksensors/ksensors-9999.ebuild')
-rw-r--r--trinity-apps/ksensors/ksensors-9999.ebuild12
1 files changed, 4 insertions, 8 deletions
diff --git a/trinity-apps/ksensors/ksensors-9999.ebuild b/trinity-apps/ksensors/ksensors-9999.ebuild
index 50bea495..22a9ff54 100644
--- a/trinity-apps/ksensors/ksensors-9999.ebuild
+++ b/trinity-apps/ksensors/ksensors-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 2020 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="5"
+EAPI="7"
TRINITY_MODULE_TYPE="applications"
TRINITY_EXTRAGEAR_PACKAGING="yes"
@@ -9,19 +9,15 @@ TRINITY_HANDBOOK="optional"
TRINITY_LANGS="cs de en es fr nb nl pl sv"
TRINITY_DOC_LANGS="en"
-inherit trinity-base
+inherit trinity-base-2
DESCRIPTION="A TDE GUI frontend to lm-sensors"
HOMEPAGE="http://trinitydesktop.org/"
-LICENSE="GPL-2 LGPL-2"
+LICENSE="|| ( GPL-2 GPL-3 )"
DEPEND="sys-apps/lm-sensors"
RDEPEND="${DEPEND}"
-need-trinity 14.0.0
+need-trinity 14.1.0
SLOT="${TRINITY_VER}"
-
-src_configure() {
- trinity-base_src_configure
-}