Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/gobject-introspection/
Date: Thu, 13 Sep 2018 07:38:16
Message-Id: 1536823912.2b2bfad77331cea4e7f6517d3d19aad968462aec.leio@gentoo
1 commit: 2b2bfad77331cea4e7f6517d3d19aad968462aec
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 13 07:31:52 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 13 07:31:52 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=2b2bfad7
7
8 dev-libs/gobject-introspection-9999: sync test deps
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 dev-libs/gobject-introspection/gobject-introspection-9999.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-libs/gobject-introspection/gobject-introspection-9999.ebuild b/dev-libs/gobject-introspection/gobject-introspection-9999.ebuild
16 index 731dcdb1..ac8aaa3f 100644
17 --- a/dev-libs/gobject-introspection/gobject-introspection-9999.ebuild
18 +++ b/dev-libs/gobject-introspection/gobject-introspection-9999.ebuild
19 @@ -43,6 +43,7 @@ DEPEND="${RDEPEND}
20 >=dev-util/gtk-doc-am-1.19
21 sys-devel/bison
22 sys-devel/flex
23 + test? ( x11-libs/cairo[glib] )
24 "
25
26 if [[ ${PV} == 9999 ]]; then
27 @@ -50,7 +51,7 @@ if [[ ${PV} == 9999 ]]; then
28 doc? ( >=dev-util/gtk-doc-1.19 )"
29 fi
30
31 -# PDEPEND to avoid circular dependencies, bug #391213
32 +# PDEPEND to avoid circular dependencies, bug #391213; but needed for tests, thus test DEPEND as well
33 PDEPEND="cairo? ( x11-libs/cairo[glib] )"
34
35 pkg_setup() {