app-text/apvlv: remove unnecessary := subslot operator on poppler
authorMichael Palimaka <kensington@gentoo.org>
Tue, 13 Mar 2018 11:53:05 +0000 (22:53 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Tue, 13 Mar 2018 12:51:32 +0000 (23:51 +1100)
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

app-text/apvlv/apvlv-0.1.5-r1.ebuild
app-text/apvlv/apvlv-0.1.5-r2.ebuild

index 2b1eafbedf1c492859dbaa7c1bd725e5c6bd84c4..22f455810c414621d1786c72354cd59dfec8c39c 100644 (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=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:= )
index ba041b48bf20fc43d93d82b3928119d7521ebba9..2b8f04dccb9225b6f630da20cb81e7fa52e814a2 100644 (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=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:= )