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-portage/eix/
Date: Mon, 02 May 2022 12:46:40
Message-Id: 1651495592.b5869d49ff024b954faf3ce8f465543cbfbf94c5.juippis@gentoo
1 commit: b5869d49ff024b954faf3ce8f465543cbfbf94c5
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 12:38:32 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 12:46:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5869d49
7
8 app-portage/eix: bdepend on pkgconfig
9
10 Closes: https://bugs.gentoo.org/842171
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 app-portage/eix/eix-0.36.1.ebuild | 1 +
14 app-portage/eix/eix-0.36.2.ebuild | 1 +
15 2 files changed, 2 insertions(+)
16
17 diff --git a/app-portage/eix/eix-0.36.1.ebuild b/app-portage/eix/eix-0.36.1.ebuild
18 index ea90fe87dff1..106e1079762c 100644
19 --- a/app-portage/eix/eix-0.36.1.ebuild
20 +++ b/app-portage/eix/eix-0.36.1.ebuild
21 @@ -22,6 +22,7 @@ RDEPEND="${DEPEND}
22 >=app-shells/quoter-3.0_p2-r1"
23 BDEPEND="
24 app-arch/xz-utils
25 + virtual/pkgconfig
26 nls? ( sys-devel/gettext )"
27
28 pkg_setup() {
29
30 diff --git a/app-portage/eix/eix-0.36.2.ebuild b/app-portage/eix/eix-0.36.2.ebuild
31 index ec2244f1a53b..d0719e9f166c 100644
32 --- a/app-portage/eix/eix-0.36.2.ebuild
33 +++ b/app-portage/eix/eix-0.36.2.ebuild
34 @@ -22,6 +22,7 @@ RDEPEND="${DEPEND}
35 >=app-shells/quoter-3.0_p2-r1"
36 BDEPEND="
37 app-arch/xz-utils
38 + virtual/pkgconfig
39 nls? ( sys-devel/gettext )"
40
41 pkg_setup() {