commit: 720c184ca6ca59195d355e4d999b6d21c2f33e5e
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 5 08:59:22 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jul 5 09:06:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=720c184c
app-text/jo: add missing BDEPEND for virtual/pkgconfig
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-text/jo/jo-1.6.ebuild | 3 +++
app-text/jo/jo-9999.ebuild | 3 +++
2 files changed, 6 insertions(+)
diff --git a/app-text/jo/jo-1.6.ebuild b/app-text/jo/jo-1.6.ebuild
index 996d861cee82..162d12aebd86 100644
--- a/app-text/jo/jo-1.6.ebuild
+++ b/app-text/jo/jo-1.6.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+
inherit autotools bash-completion-r1
DESCRIPTION="JSON output from a shell"
@@ -17,6 +18,8 @@ fi
LICENSE="MIT"
SLOT="0"
+BDEPEND="virtual/pkgconfig"
+
src_prepare() {
default
eautoreconf
diff --git a/app-text/jo/jo-9999.ebuild b/app-text/jo/jo-9999.ebuild
index 996d861cee82..162d12aebd86 100644
--- a/app-text/jo/jo-9999.ebuild
+++ b/app-text/jo/jo-9999.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+
inherit autotools bash-completion-r1
DESCRIPTION="JSON output from a shell"
@@ -17,6 +18,8 @@ fi
LICENSE="MIT"
SLOT="0"
+BDEPEND="virtual/pkgconfig"
+
src_prepare() {
default
eautoreconf