summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-12 22:39:43 +0000
committerSam James <sam@gentoo.org>2021-04-12 23:08:05 +0000
commita2bcddaa3693e046e755fb958f541f1de8df5b12 (patch)
treebf19c7e51f5fa6512532bbed560bee81ba12d16c
parentx11-misc/xidle: add missing pkgconfig (B)DEPEND (diff)
downloadgentoo-a2bcddaa3693e046e755fb958f541f1de8df5b12.tar.gz
gentoo-a2bcddaa3693e046e755fb958f541f1de8df5b12.tar.bz2
gentoo-a2bcddaa3693e046e755fb958f541f1de8df5b12.zip
x11-misc/xowl: add missing pkgconfig (B)DEPEND
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--x11-misc/xowl/xowl-9999.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-misc/xowl/xowl-9999.ebuild b/x11-misc/xowl/xowl-9999.ebuild
index d4d0a425dfb7..e563aab37668 100644
--- a/x11-misc/xowl/xowl-9999.ebuild
+++ b/x11-misc/xowl/xowl-9999.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
@@ -12,13 +12,14 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS=""
-DEPEND="
+RDEPEND="
x11-libs/libX11
x11-libs/libXft
x11-libs/libXinerama
"
-RDEPEND="
- ${DEPEND}
+DEPEND="
+ ${RDEPEND}
+ virtual/pkgconfig
"
src_prepare() {