trinity-base/kolf: 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 10a6c0efa3
commit 176994fbaa

@ -3,16 +3,14 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
TRINITY_NEED_ARTS="yes"
inherit trinity-meta-2
need-arts yes
DESCRIPTION="Minigolf Game by Trinity"
MY_DEPEND="~trinity-base/libtdegames-${PV}"
DEPEND+=" ${MY_DEPEND}"
RDEPEND+=" ${MY_DEPEND}"
DEPEND="~trinity-base/libtdegames-${PV}"
RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="libtdegames/"

Loading…
Cancel
Save