From 563b78adec6d0bc3e80f90965b1ceaf114107880 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 19 Apr 2021 09:22:16 +0100 Subject: x11-plugins/gkrellm-imonc: add pkgconfig DEPEND Signed-off-by: Sam James --- x11-plugins/gkrellm-imonc/gkrellm-imonc-0.2-r1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'x11-plugins/gkrellm-imonc/gkrellm-imonc-0.2-r1.ebuild') diff --git a/x11-plugins/gkrellm-imonc/gkrellm-imonc-0.2-r1.ebuild b/x11-plugins/gkrellm-imonc/gkrellm-imonc-0.2-r1.ebuild index df78f4badaea..42c94a2c151c 100644 --- a/x11-plugins/gkrellm-imonc/gkrellm-imonc-0.2-r1.ebuild +++ b/x11-plugins/gkrellm-imonc/gkrellm-imonc-0.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,7 +16,10 @@ KEYWORDS="~amd64 x86" IUSE="" RDEPEND="app-admin/gkrellm:2[X]" -DEPEND="${RDEPEND}" +DEPEND=" + ${RDEPEND} + virtual/pkgconfig +" S="${WORKDIR}/${PN}-src-${PV}" -- cgit v1.2.3