Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/jo/
Date: Tue, 05 Jul 2022 09:06:45
Message-Id: 1657011999.720c184ca6ca59195d355e4d999b6d21c2f33e5e.juippis@gentoo
1 commit: 720c184ca6ca59195d355e4d999b6d21c2f33e5e
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 5 08:59:22 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 5 09:06:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=720c184c
7
8 app-text/jo: add missing BDEPEND for virtual/pkgconfig
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-text/jo/jo-1.6.ebuild | 3 +++
13 app-text/jo/jo-9999.ebuild | 3 +++
14 2 files changed, 6 insertions(+)
15
16 diff --git a/app-text/jo/jo-1.6.ebuild b/app-text/jo/jo-1.6.ebuild
17 index 996d861cee82..162d12aebd86 100644
18 --- a/app-text/jo/jo-1.6.ebuild
19 +++ b/app-text/jo/jo-1.6.ebuild
20 @@ -2,6 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=8
24 +
25 inherit autotools bash-completion-r1
26
27 DESCRIPTION="JSON output from a shell"
28 @@ -17,6 +18,8 @@ fi
29 LICENSE="MIT"
30 SLOT="0"
31
32 +BDEPEND="virtual/pkgconfig"
33 +
34 src_prepare() {
35 default
36 eautoreconf
37
38 diff --git a/app-text/jo/jo-9999.ebuild b/app-text/jo/jo-9999.ebuild
39 index 996d861cee82..162d12aebd86 100644
40 --- a/app-text/jo/jo-9999.ebuild
41 +++ b/app-text/jo/jo-9999.ebuild
42 @@ -2,6 +2,7 @@
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=8
46 +
47 inherit autotools bash-completion-r1
48
49 DESCRIPTION="JSON output from a shell"
50 @@ -17,6 +18,8 @@ fi
51 LICENSE="MIT"
52 SLOT="0"
53
54 +BDEPEND="virtual/pkgconfig"
55 +
56 src_prepare() {
57 default
58 eautoreconf