trinity-base/kbounce: 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 f03170650f
commit 0cdd8da159

@ -3,18 +3,16 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
TRINITY_MODULE_NAME="tdegames"
TRINITY_MODULE_NAME="tdegames"
TRINITY_NEED_ARTS="optional"
inherit trinity-meta-2
need-arts optional
# Needs some dependency to play "au" sounds.
DESCRIPTION="Trinity Bounce Ball Game"
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