diff options
Diffstat (limited to 'trinity-base/khotkeys/khotkeys-14.0.6.ebuild')
-rw-r--r-- | trinity-base/khotkeys/khotkeys-14.0.6.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/trinity-base/khotkeys/khotkeys-14.0.6.ebuild b/trinity-base/khotkeys/khotkeys-14.0.6.ebuild index 59aeda3c..d0183d29 100644 --- a/trinity-base/khotkeys/khotkeys-14.0.6.ebuild +++ b/trinity-base/khotkeys/khotkeys-14.0.6.ebuild @@ -1,6 +1,7 @@ # Copyright 1999-2017 Gentoo Foundation +# Copyright 2020 The Trinity Desktop Project # Distributed under the terms of the GNU General Public License v2 -# $Id$ + EAPI="7" TRINITY_MODULE_NAME="tdebase" @@ -11,8 +12,8 @@ need-arts optional DESCRIPTION="Trinity hotkey daemon" KEYWORDS="~amd64 ~x86" -DEPEND+=" x11-libs/libXtst" -RDEPEND+=" x11-libs/libXtst" +DEPEND="x11-libs/libXtst" +RDEPEND="${DEPEND}" src_configure() { mycmakeargs=( |