summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-28 10:11:41 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-28 10:17:36 +0100
commitcdfa7545d3b5a59097f894580a09af1425418c14 (patch)
treebf3618adab6cb598970a88344a0d0da6c4e9d78f
parent538f85dd88b7cd1911420734b8ee5fd15ed1baf7 (diff)
downloadgentoo-cdfa7545d3b5a59097f894580a09af1425418c14.tar.gz
gentoo-cdfa7545d3b5a59097f894580a09af1425418c14.tar.xz
app-text/poppler: Add missing dev-util/glib-utils DEPEND
Closes: https://bugs.gentoo.org/669842 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
-rw-r--r--app-text/poppler/poppler-0.67.0.ebuild3
-rw-r--r--app-text/poppler/poppler-9999.ebuild1
2 files changed, 3 insertions, 1 deletions
diff --git a/app-text/poppler/poppler-0.67.0.ebuild b/app-text/poppler/poppler-0.67.0.ebuild
index 89a289be0ed..26464a9c1dc 100644
--- a/app-text/poppler/poppler-0.67.0.ebuild
+++ b/app-text/poppler/poppler-0.67.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -47,6 +47,7 @@ COMMON_DEPEND="
tiff? ( media-libs/tiff:0 )
"
DEPEND="${COMMON_DEPEND}
+ dev-util/glib-utils
virtual/pkgconfig
"
RDEPEND="${COMMON_DEPEND}
diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild
index bdb46ab5976..c2f019ea696 100644
--- a/app-text/poppler/poppler-9999.ebuild
+++ b/app-text/poppler/poppler-9999.ebuild
@@ -47,6 +47,7 @@ COMMON_DEPEND="
tiff? ( media-libs/tiff:0 )
"
DEPEND="${COMMON_DEPEND}
+ dev-util/glib-utils
virtual/pkgconfig
"
RDEPEND="${COMMON_DEPEND}