summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-29 02:36:48 +0100
committerSam James <sam@gentoo.org>2021-04-29 02:51:48 +0100
commitbe5df12831d227867312e284e54fa51cfc53bc92 (patch)
tree6edc3072768b7284ce69ac6185bea26047212cb4 /x11-misc
parentsys-fabric/opensm: fix variable reference style (diff)
downloadgentoo-be5df12831d227867312e284e54fa51cfc53bc92.tar.gz
gentoo-be5df12831d227867312e284e54fa51cfc53bc92.tar.bz2
gentoo-be5df12831d227867312e284e54fa51cfc53bc92.zip
x11-misc/matchbox-keyboard: fix variable reference style
Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/matchbox-keyboard/matchbox-keyboard-0.1-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1-r1.ebuild b/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1-r1.ebuild
index b98376f666de..98f5cedb69c5 100644
--- a/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1-r1.ebuild
+++ b/x11-misc/matchbox-keyboard/matchbox-keyboard-0.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -20,7 +20,7 @@ PATCHES=( "${FILESDIR}"/${PN}-0.1-r1-modernize_desktop.patch )
DEPEND="x11-libs/libfakekey
cairo? ( x11-libs/cairo[X] )
!cairo? ( x11-libs/libXft )"
-RDEPEND="$DEPEND"
+RDEPEND="${DEPEND}"
src_configure() {
econf $(use_enable debug) $(use_enable cairo)