app-text/atril: remove unnecessary := subslot operator on poppler

Per poppler's metadata.xml, the subslot reflects ABI compatibility of
libpoppler.so only, not libpoppler-{glib,qt4,cpp}.so.

Bug: https://bugs.gentoo.org/607908
Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
Michael Palimaka
2018-03-13 23:29:58 +11:00
parent a82b286eab
commit 003b863909
4 changed files with 5 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ IUSE="caja dbus debug djvu dvi epub +introspection gnome-keyring gtk3 +postscrip
REQUIRED_USE="t1lib? ( dvi )
!gtk3? ( !epub )" #608604
RDEPEND=">=app-text/poppler-0.16:0=[cairo]
RDEPEND=">=app-text/poppler-0.16[cairo]
app-text/rarian:0
dev-libs/atk:0
>=dev-libs/glib-2.36:2

View File

@@ -20,7 +20,7 @@ IUSE="caja dbus debug djvu dvi epub +introspection gnome-keyring gtk3 +postscrip
REQUIRED_USE="t1lib? ( dvi )
!gtk3? ( !epub )" #608604
COMMON_DEPEND=">=app-text/poppler-0.16:0=[cairo]
COMMON_DEPEND=">=app-text/poppler-0.16[cairo]
dev-libs/atk:0
>=dev-libs/glib-2.36:2
>=dev-libs/libxml2-2.5:2

View File

@@ -20,7 +20,7 @@ IUSE="caja dbus debug djvu dvi epub +introspection gnome-keyring gtk3 +postscrip
REQUIRED_USE="t1lib? ( dvi )
!gtk3? ( !epub )" #608604
COMMON_DEPEND=">=app-text/poppler-0.22:0=[cairo]
COMMON_DEPEND=">=app-text/poppler-0.22[cairo]
dev-libs/atk:0
>=dev-libs/glib-2.36:2
>=dev-libs/libxml2-2.5:2

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -19,7 +19,7 @@ IUSE="caja dbus debug djvu dvi epub +introspection gnome-keyring +postscript t1l
REQUIRED_USE="t1lib? ( dvi )"
COMMON_DEPEND=">=app-text/poppler-0.22:0=[cairo]
COMMON_DEPEND=">=app-text/poppler-0.22[cairo]
dev-libs/atk:0
>=dev-libs/glib-2.36:2
>=dev-libs/libxml2-2.5:2