diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 22:38:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 23:08:00 +0000 |
commit | a94c46d90152a7da4213da8fffe2a8693f16b896 (patch) | |
tree | 63fb0972869808c8e47f26e36e520ff653f44746 /x11-misc | |
parent | x11-misc/accessx: add missing pkgconfig (B)DEPEND (diff) | |
download | gentoo-a94c46d90152a7da4213da8fffe2a8693f16b896.tar.gz gentoo-a94c46d90152a7da4213da8fffe2a8693f16b896.tar.bz2 gentoo-a94c46d90152a7da4213da8fffe2a8693f16b896.zip |
x11-misc/easystroke: add missing pkgconfig (B)DEPEND
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/easystroke/easystroke-0.6.0-r3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-misc/easystroke/easystroke-0.6.0-r3.ebuild b/x11-misc/easystroke/easystroke-0.6.0-r3.ebuild index 74b40179af2b..ea582bd59c8c 100644 --- a/x11-misc/easystroke/easystroke-0.6.0-r3.ebuild +++ b/x11-misc/easystroke/easystroke-0.6.0-r3.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 @@ -28,6 +28,7 @@ DEPEND=" ${RDEPEND} dev-util/intltool sys-devel/gettext + virtual/pkgconfig " PATCHES=( "${FILESDIR}"/${P}-cellrendertextish.patch |