trinity-base/kwifimanager: 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>
pull/183/head
Andreas Sturmlechner 4 years ago
parent 05f970a5c7
commit bf674fdfe0

@ -3,15 +3,13 @@
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI="7" EAPI="7"
TRINITY_MODULE_NAME="tdenetwork" TRINITY_MODULE_NAME="tdenetwork"
TRINITY_SUBMODULE="wifi" TRINITY_SUBMODULE="wifi"
TRINITY_NEED_ARTS="optional"
inherit trinity-meta-2 inherit trinity-meta-2
need-arts optional
DESCRIPTION="Trinity wifi (wireless network) gui" DESCRIPTION="Trinity wifi (wireless network) gui"
MY_DEPEND="net-wireless/wireless-tools" DEPEND="net-wireless/wireless-tools"
DEPEND+=" ${MY_DEPEND}" RDEPEND="${DEPEND}"
RDEPEND+=" ${MY_DEPEND}"

Loading…
Cancel
Save