Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/poppler/
Date: Sun, 28 Feb 2016 11:09:20
Message-Id: 1456657712.1341715d0aeb47a557d0b1692842ed842eab0c78.pacho@gentoo
1 commit: 1341715d0aeb47a557d0b1692842ed842eab0c78
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 10:50:37 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 11:08:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1341715d
7
8 app-text/poppler: Add subslot for goi https://wiki.gentoo.org/wiki/Project:GNOME/Gnome_Team_Ebuild_Policies#dev-libs.2Fgobject-introspection:.3D_dependency
9
10 Package-Manager: portage-2.2.27
11
12 app-text/poppler/poppler-0.41.0.ebuild | 2 +-
13 app-text/poppler/poppler-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-text/poppler/poppler-0.41.0.ebuild b/app-text/poppler/poppler-0.41.0.ebuild
17 index 4a56f9f..c0669e6 100644
18 --- a/app-text/poppler/poppler-0.41.0.ebuild
19 +++ b/app-text/poppler/poppler-0.41.0.ebuild
20 @@ -32,7 +32,7 @@ COMMON_DEPEND="
21 cairo? (
22 dev-libs/glib:2
23 >=x11-libs/cairo-1.10.0
24 - introspection? ( >=dev-libs/gobject-introspection-1.32.1 )
25 + introspection? ( >=dev-libs/gobject-introspection-1.32.1:= )
26 )
27 curl? ( net-misc/curl )
28 jpeg? ( virtual/jpeg:0 )
29
30 diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild
31 index 905b180..b10c1df 100644
32 --- a/app-text/poppler/poppler-9999.ebuild
33 +++ b/app-text/poppler/poppler-9999.ebuild
34 @@ -32,7 +32,7 @@ COMMON_DEPEND="
35 cairo? (
36 dev-libs/glib:2
37 >=x11-libs/cairo-1.10.0
38 - introspection? ( >=dev-libs/gobject-introspection-1.32.1 )
39 + introspection? ( >=dev-libs/gobject-introspection-1.32.1:= )
40 )
41 curl? ( net-misc/curl )
42 jpeg? ( virtual/jpeg:0 )