summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-19 09:22:16 +0100
committerSam James <sam@gentoo.org>2021-04-19 20:11:18 +0100
commit563b78adec6d0bc3e80f90965b1ceaf114107880 (patch)
treedd759ba84043611e24ceb7ef77fd477e11ec57d5 /x11-plugins/gkrellm-imonc
parentx11-plugins/gkrellm-imonc: tidy patch (diff)
downloadgentoo-563b78adec6d0bc3e80f90965b1ceaf114107880.tar.gz
gentoo-563b78adec6d0bc3e80f90965b1ceaf114107880.tar.bz2
gentoo-563b78adec6d0bc3e80f90965b1ceaf114107880.zip
x11-plugins/gkrellm-imonc: add pkgconfig DEPEND
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-plugins/gkrellm-imonc')
-rw-r--r--x11-plugins/gkrellm-imonc/gkrellm-imonc-0.2-r1.ebuild7
1 files changed, 5 insertions, 2 deletions
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}"