diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-16 14:28:45 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-29 23:14:16 +0100 |
commit | 176994fbaa192733cb94dc5df9f11a6ddfcbce5d (patch) | |
tree | d4c1b7e891bfcc25833a3ed99297eba05809d867 | |
parent | 10a6c0efa3038d6e015123171adfe2754bc1cb1f (diff) | |
download | tde-packaging-gentoo-176994fbaa192733cb94dc5df9f11a6ddfcbce5d.tar.gz tde-packaging-gentoo-176994fbaa192733cb94dc5df9f11a6ddfcbce5d.zip |
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>
-rw-r--r-- | trinity-base/kolf/kolf-9999.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/trinity-base/kolf/kolf-9999.ebuild b/trinity-base/kolf/kolf-9999.ebuild index 3ee8a3ab..1bbb4ddc 100644 --- a/trinity-base/kolf/kolf-9999.ebuild +++ b/trinity-base/kolf/kolf-9999.ebuild @@ -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/" |