summaryrefslogtreecommitdiffstats
path: root/trinity-apps/knutclient
diff options
context:
space:
mode:
Diffstat (limited to 'trinity-apps/knutclient')
-rw-r--r--trinity-apps/knutclient/knutclient-9999.ebuild12
1 files changed, 4 insertions, 8 deletions
diff --git a/trinity-apps/knutclient/knutclient-9999.ebuild b/trinity-apps/knutclient/knutclient-9999.ebuild
index 85999806..975f94d3 100644
--- a/trinity-apps/knutclient/knutclient-9999.ebuild
+++ b/trinity-apps/knutclient/knutclient-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,16 +9,12 @@ TRINITY_HANDBOOK="optional"
TRINITY_LANGS="cs de en es fr it pl pt_BR ru uk"
TRINITY_DOC_LANGS="cs en"
-inherit trinity-base
+inherit trinity-base-2
DESCRIPTION="A TDE GUI client for UPS system NUT"
HOMEPAGE="http://trinitydesktop.org/"
-LICENSE="GPL-2 LGPL-2"
+LICENSE="|| ( GPL-2 GPL-3 )"
-need-trinity 14.0.0
+need-trinity 14.1.0
SLOT="${TRINITY_VER}"
-
-src_configure() {
- trinity-base_src_configure
-}