summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-11-16 14:29:15 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-11-29 23:14:17 +0100
commit05f970a5c79f4220181836b82332c4d9fc002c40 (patch)
tree40fee55dc954a764ec7ddc77b972058e536be710
parent176994fbaa192733cb94dc5df9f11a6ddfcbce5d (diff)
downloadtde-packaging-gentoo-05f970a5.tar.gz
tde-packaging-gentoo-05f970a5.zip
trinity-base/konq-plugins: need-arts -> TRINITY_NEED_ARTS
We no longer have to tip-toe around assigning IUSE, DEPEND and RDEPEND Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--trinity-base/konq-plugins/konq-plugins-9999.ebuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/trinity-base/konq-plugins/konq-plugins-9999.ebuild b/trinity-base/konq-plugins/konq-plugins-9999.ebuild
index c60c8cac..f779776d 100644
--- a/trinity-base/konq-plugins/konq-plugins-9999.ebuild
+++ b/trinity-base/konq-plugins/konq-plugins-9999.ebuild
@@ -3,14 +3,12 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-TRINITY_MODULE_NAME="tdeaddons"
+TRINITY_MODULE_NAME="tdeaddons"
+TRINITY_NEED_ARTS="optional"
inherit trinity-meta-2
-need-arts optional
-
-DESCRIPTION="Various plugins for Konqueror."
+DESCRIPTION="Various plugins for Konqueror"
-MY_DEPEND="~trinity-base/konqueror-${PV}"
-DEPEND+=" ${MY_DEPEND}"
-RDEPEND+=" ${MY_DEPEND}"
+DEPEND="~trinity-base/konqueror-${PV}"
+RDEPEND="${DEPEND}"