mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
x11-misc/svkbd: fix DEPEND typo
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit savedconfig toolchain-funcs
|
||||
|
||||
DESCRIPTION="Simple Virtual Keyboard"
|
||||
@@ -19,7 +20,7 @@ RDEPEND="
|
||||
x11-libs/libXtst
|
||||
"
|
||||
DEPEND="
|
||||
${DEPEND}
|
||||
${RDEPEND}
|
||||
x11-base/xorg-proto
|
||||
"
|
||||
|
||||
@@ -28,7 +29,7 @@ src_prepare() {
|
||||
|
||||
restore_config config.def.h
|
||||
|
||||
sed -i -e 's|pkg-config|$(PKG_CONFIG)|g' Makefile || die
|
||||
sed -i -e 's|pkg-config|$(PKG_CONFIG)|g' Makefile config.mk || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
Reference in New Issue
Block a user