diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 22:40:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 23:08:09 +0000 |
commit | 04a2a88ceca21549a02d30ab69792e2c8b3e728a (patch) | |
tree | adb6fc73848ffe0daff71a482f71b0626bc67208 /x11-wm | |
parent | x11-wm/spectrwm: add missing pkgconfig (B)DEPEND (diff) | |
download | gentoo-04a2a88ceca21549a02d30ab69792e2c8b3e728a.tar.gz gentoo-04a2a88ceca21549a02d30ab69792e2c8b3e728a.tar.bz2 gentoo-04a2a88ceca21549a02d30ab69792e2c8b3e728a.zip |
x11-wm/xoat: 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-wm')
-rw-r--r-- | x11-wm/xoat/xoat-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/xoat/xoat-9999.ebuild b/x11-wm/xoat/xoat-9999.ebuild index 914c769f41f6..4c386e343ad7 100644 --- a/x11-wm/xoat/xoat-9999.ebuild +++ b/x11-wm/xoat/xoat-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,6 +21,7 @@ RDEPEND=" ${DEPEND} !savedconfig? ( x11-misc/dmenu ) " +BDEPEND="virtual/pkgconfig" src_prepare() { default |