summaryrefslogtreecommitdiffstats
path: root/trinity-base/khotkeys
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-11-16 14:28:11 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-11-29 23:13:33 +0100
commit10a6c0efa3038d6e015123171adfe2754bc1cb1f (patch)
tree758b93529e94b7760183eb2584b467a2242071f3 /trinity-base/khotkeys
parent0cdd8da15960cb4899334b1dd95a52eea8c8e4a8 (diff)
downloadtde-packaging-gentoo-10a6c0efa3038d6e015123171adfe2754bc1cb1f.tar.gz
tde-packaging-gentoo-10a6c0efa3038d6e015123171adfe2754bc1cb1f.zip
trinity-base/khotkeys: need-arts -> TRINITY_NEED_ARTS
local mycmakeargs Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'trinity-base/khotkeys')
-rw-r--r--trinity-base/khotkeys/khotkeys-9999.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/trinity-base/khotkeys/khotkeys-9999.ebuild b/trinity-base/khotkeys/khotkeys-9999.ebuild
index dbc26dbc..f05f220c 100644
--- a/trinity-base/khotkeys/khotkeys-9999.ebuild
+++ b/trinity-base/khotkeys/khotkeys-9999.ebuild
@@ -3,12 +3,11 @@
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
-TRINITY_MODULE_NAME="tdebase"
+TRINITY_MODULE_NAME="tdebase"
+TRINITY_NEED_ARTS="optional"
inherit trinity-meta-2
-need-arts optional
-
DESCRIPTION="Trinity hotkey daemon"
DEPEND="x11-libs/libXtst"
@@ -17,7 +16,7 @@ RDEPEND="${DEPEND}"
TSM_EXTRACT_ALSO="translations/"
src_configure() {
- mycmakeargs=(
+ local mycmakeargs=(
-DWITH_XTEST=ON
)