diff options
author | Michael Palimaka <kensington@gentoo.org> | 2018-03-13 22:53:05 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2018-03-13 23:51:32 +1100 |
commit | c5e888790acfd651cc001d09a12f0637d84f5362 (patch) | |
tree | ce670c535682487f5ef5d5cd619b173aaede55e8 /app-text/apvlv | |
parent | app-office/calligra: remove unnecessary := subslot operator on poppler (diff) | |
download | gentoo-c5e888790acfd651cc001d09a12f0637d84f5362.tar.gz gentoo-c5e888790acfd651cc001d09a12f0637d84f5362.tar.bz2 gentoo-c5e888790acfd651cc001d09a12f0637d84f5362.zip |
app-text/apvlv: 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
Diffstat (limited to 'app-text/apvlv')
-rw-r--r-- | app-text/apvlv/apvlv-0.1.5-r1.ebuild | 4 | ||||
-rw-r--r-- | app-text/apvlv/apvlv-0.1.5-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-text/apvlv/apvlv-0.1.5-r1.ebuild b/app-text/apvlv/apvlv-0.1.5-r1.ebuild index 2b1eafbedf1c..22f455810c41 100644 --- a/app-text/apvlv/apvlv-0.1.5-r1.ebuild +++ b/app-text/apvlv/apvlv-0.1.5-r1.ebuild @@ -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=5 @@ -14,7 +14,7 @@ KEYWORDS="amd64 x86" IUSE="debug djvu" RDEPEND=" - >=app-text/poppler-0.18:=[cairo,xpdf-headers(+)] + >=app-text/poppler-0.18[cairo,xpdf-headers(+)] dev-libs/glib:2 x11-libs/gtk+:3 djvu? ( app-text/djvu:= ) diff --git a/app-text/apvlv/apvlv-0.1.5-r2.ebuild b/app-text/apvlv/apvlv-0.1.5-r2.ebuild index ba041b48bf20..2b8f04dccb92 100644 --- a/app-text/apvlv/apvlv-0.1.5-r2.ebuild +++ b/app-text/apvlv/apvlv-0.1.5-r2.ebuild @@ -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=5 @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86" IUSE="debug djvu" RDEPEND=" - >=app-text/poppler-0.18:=[cairo,xpdf-headers(+)] + >=app-text/poppler-0.18[cairo,xpdf-headers(+)] dev-libs/glib:2 x11-libs/gtk+:3 djvu? ( app-text/djvu:= ) |