From 7e4beda92f0e7df0698e12c86f3384b84ae8bc37 Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Tue, 13 Mar 2018 23:02:33 +1100 Subject: [PATCH] app-office/texmaker: 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-office/texmaker/texmaker-4.5-r2.ebuild | 4 ++-- app-office/texmaker/texmaker-4.5-r3.ebuild | 4 ++-- app-office/texmaker/texmaker-5.0-r1.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-office/texmaker/texmaker-4.5-r2.ebuild b/app-office/texmaker/texmaker-4.5-r2.ebuild index e46b14878904..2c65b02c9180 100644 --- a/app-office/texmaker/texmaker-4.5-r2.ebuild +++ b/app-office/texmaker/texmaker-4.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 @@ -19,7 +19,7 @@ COMMON_DEPEND=" sys-libs/zlib x11-libs/libX11 x11-libs/libXext - app-text/poppler:=[qt5] + app-text/poppler[qt5] dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 diff --git a/app-office/texmaker/texmaker-4.5-r3.ebuild b/app-office/texmaker/texmaker-4.5-r3.ebuild index b33ba0007afe..79f1a8da1221 100644 --- a/app-office/texmaker/texmaker-4.5-r3.ebuild +++ b/app-office/texmaker/texmaker-4.5-r3.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 @@ -19,7 +19,7 @@ COMMON_DEPEND=" sys-libs/zlib x11-libs/libX11 x11-libs/libXext - app-text/poppler:=[qt5] + app-text/poppler[qt5] dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 diff --git a/app-office/texmaker/texmaker-5.0-r1.ebuild b/app-office/texmaker/texmaker-5.0-r1.ebuild index f91b5375634a..f9febdd05987 100644 --- a/app-office/texmaker/texmaker-5.0-r1.ebuild +++ b/app-office/texmaker/texmaker-5.0-r1.ebuild @@ -19,7 +19,7 @@ COMMON_DEPEND=" sys-libs/zlib x11-libs/libX11 x11-libs/libXext - app-text/poppler:=[qt5(+)] + app-text/poppler[qt5(+)] dev-qt/qtconcurrent:5 dev-qt/qtcore:5 dev-qt/qtgui:5 -- 2.26.2