commit: 88658b09dba79a9517afe27b3db2e7a5d4d687fc
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 13 12:08:00 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Mar 13 12:51:33 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88658b09
dev-python/python-poppler-qt5: 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
.../python-poppler-qt5/python-poppler-qt5-0.24.2_p20170214.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/dev-python/python-poppler-qt5/python-poppler-qt5-0.24.2_p20170214.ebuild
b/dev-python/python-poppler-qt5/python-poppler-qt5-0.24.2_p20170214.ebuild
index e13b154e9b8..f1567a6ae08 100644
--- a/dev-python/python-poppler-qt5/python-poppler-qt5-0.24.2_p20170214.ebuild
+++ b/dev-python/python-poppler-qt5/python-poppler-qt5-0.24.2_p20170214.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=6
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
- app-text/poppler:=[qt5]
+ app-text/poppler[qt5]
dev-python/PyQt5[${PYTHON_USEDEP}]
>=dev-python/sip-4.19:=[${PYTHON_USEDEP}]
"