Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/poppler/
Date: Sun, 28 Oct 2018 09:19:54
Message-Id: 1540718256.cdfa7545d3b5a59097f894580a09af1425418c14.asturm@gentoo
1 commit: cdfa7545d3b5a59097f894580a09af1425418c14
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 28 09:11:41 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 28 09:17:36 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdfa7545
7
8 app-text/poppler: Add missing dev-util/glib-utils DEPEND
9
10 Closes: https://bugs.gentoo.org/669842
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 app-text/poppler/poppler-0.67.0.ebuild | 3 ++-
15 app-text/poppler/poppler-9999.ebuild | 1 +
16 2 files changed, 3 insertions(+), 1 deletion(-)
17
18 diff --git a/app-text/poppler/poppler-0.67.0.ebuild b/app-text/poppler/poppler-0.67.0.ebuild
19 index 89a289be0ed..26464a9c1dc 100644
20 --- a/app-text/poppler/poppler-0.67.0.ebuild
21 +++ b/app-text/poppler/poppler-0.67.0.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -47,6 +47,7 @@ COMMON_DEPEND="
29 tiff? ( media-libs/tiff:0 )
30 "
31 DEPEND="${COMMON_DEPEND}
32 + dev-util/glib-utils
33 virtual/pkgconfig
34 "
35 RDEPEND="${COMMON_DEPEND}
36
37 diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild
38 index bdb46ab5976..c2f019ea696 100644
39 --- a/app-text/poppler/poppler-9999.ebuild
40 +++ b/app-text/poppler/poppler-9999.ebuild
41 @@ -47,6 +47,7 @@ COMMON_DEPEND="
42 tiff? ( media-libs/tiff:0 )
43 "
44 DEPEND="${COMMON_DEPEND}
45 + dev-util/glib-utils
46 virtual/pkgconfig
47 "
48 RDEPEND="${COMMON_DEPEND}