diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-28 10:11:41 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-28 10:17:36 +0100 |
commit | cdfa7545d3b5a59097f894580a09af1425418c14 (patch) | |
tree | bf3618adab6cb598970a88344a0d0da6c4e9d78f /app-text | |
parent | dev-ruby/json_schema: initial import of 0.19.1 (diff) | |
download | gentoo-cdfa7545d3b5a59097f894580a09af1425418c14.tar.gz gentoo-cdfa7545d3b5a59097f894580a09af1425418c14.tar.bz2 gentoo-cdfa7545d3b5a59097f894580a09af1425418c14.zip |
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
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/poppler/poppler-0.67.0.ebuild | 3 | ||||
-rw-r--r-- | app-text/poppler/poppler-9999.ebuild | 1 |
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 89a289be0ed4..26464a9c1dc4 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 bdb46ab59767..c2f019ea6964 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} |