summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2022-07-05 11:59:22 +0300
committerJoonas Niilola <juippis@gentoo.org>2022-07-05 12:06:39 +0300
commit720c184ca6ca59195d355e4d999b6d21c2f33e5e (patch)
tree22c82c3fccd699d274834791797a6358518716ff /app-text/jo
parentapp-text/jo: bump to 1.6 and 9999 (diff)
downloadgentoo-720c184ca6ca59195d355e4d999b6d21c2f33e5e.tar.gz
gentoo-720c184ca6ca59195d355e4d999b6d21c2f33e5e.tar.bz2
gentoo-720c184ca6ca59195d355e4d999b6d21c2f33e5e.zip
app-text/jo: add missing BDEPEND for virtual/pkgconfig
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-text/jo')
-rw-r--r--app-text/jo/jo-1.6.ebuild3
-rw-r--r--app-text/jo/jo-9999.ebuild3
2 files changed, 6 insertions, 0 deletions
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