Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gexiv2/
Date: Sat, 26 Jan 2019 08:55:59
Message-Id: 1548492919.6acedbe509067f691e3cf1a4a6486ec57ecdd8af.asturm@gentoo
1 commit: 6acedbe509067f691e3cf1a4a6486ec57ecdd8af
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 26 08:54:40 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 26 08:55:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6acedbe5
7
8 media-libs/gexiv2: Fix build with USE gtk-doc
9
10 Closes: https://bugs.gentoo.org/676230
11 Package-Manager: Portage-2.3.58, Repoman-2.3.12
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild | 1 +
15 media-libs/gexiv2/gexiv2-9999.ebuild | 1 +
16 2 files changed, 2 insertions(+)
17
18 diff --git a/media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild b/media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild
19 index d0fea160c64..ef3e43cf70d 100644
20 --- a/media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild
21 +++ b/media-libs/gexiv2/gexiv2-0.10.10-r1.ebuild
22 @@ -37,6 +37,7 @@ DEPEND="${RDEPEND}"
23 BDEPEND="
24 dev-util/glib-utils
25 virtual/pkgconfig
26 + gtk-doc? ( dev-util/gtk-doc )
27 test? (
28 dev-python/pygobject:3
29 media-gfx/exiv2[xmp]
30
31 diff --git a/media-libs/gexiv2/gexiv2-9999.ebuild b/media-libs/gexiv2/gexiv2-9999.ebuild
32 index 1c6c54fc4d1..b5d7c56dc95 100644
33 --- a/media-libs/gexiv2/gexiv2-9999.ebuild
34 +++ b/media-libs/gexiv2/gexiv2-9999.ebuild
35 @@ -37,6 +37,7 @@ DEPEND="${RDEPEND}"
36 BDEPEND="
37 dev-util/glib-utils
38 virtual/pkgconfig
39 + gtk-doc? ( dev-util/gtk-doc )
40 test? (
41 dev-python/pygobject:3
42 media-gfx/exiv2[xmp]