diff options
author | Sam James <sam@gentoo.org> | 2021-04-29 02:36:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-29 02:51:48 +0100 |
commit | be5df12831d227867312e284e54fa51cfc53bc92 (patch) | |
tree | 6edc3072768b7284ce69ac6185bea26047212cb4 /x11-misc/matchbox-keyboard | |
parent | sys-fabric/opensm: fix variable reference style (diff) | |
download | gentoo-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/matchbox-keyboard')
-rw-r--r-- | x11-misc/matchbox-keyboard/matchbox-keyboard-0.1-r1.ebuild | 4 |
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) |