commit:     c5e888790acfd651cc001d09a12f0637d84f5362
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 13 11:53:05 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Mar 13 12:51:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e88879

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

 app-text/apvlv/apvlv-0.1.5-r1.ebuild | 4 ++--
 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 2b1eafbedf1..22f455810c4 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 ba041b48bf2..2b8f04dccb9 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:= )

Reply via email to