diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-16 14:27:37 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-29 23:13:32 +0100 |
commit | 0cdd8da15960cb4899334b1dd95a52eea8c8e4a8 (patch) | |
tree | 6e70ed80e47978dc5a48c0e559adab158bee7dde /trinity-base/kbounce | |
parent | f03170650f69d777a815733dd6a3d3ba2a46325f (diff) | |
download | tde-packaging-gentoo-0cdd8da15960cb4899334b1dd95a52eea8c8e4a8.tar.gz tde-packaging-gentoo-0cdd8da15960cb4899334b1dd95a52eea8c8e4a8.zip |
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>
Diffstat (limited to 'trinity-base/kbounce')
-rw-r--r-- | trinity-base/kbounce/kbounce-9999.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/trinity-base/kbounce/kbounce-9999.ebuild b/trinity-base/kbounce/kbounce-9999.ebuild index 3eb15c4a..269c1d11 100644 --- a/trinity-base/kbounce/kbounce-9999.ebuild +++ b/trinity-base/kbounce/kbounce-9999.ebuild @@ -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/" |