From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A2C891382C5 for ; Tue, 13 Mar 2018 12:52:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E45EE0924; Tue, 13 Mar 2018 12:51:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8039EE0924 for ; Tue, 13 Mar 2018 12:51:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37D36335C7C for ; Tue, 13 Mar 2018 12:51:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B573125C for ; Tue, 13 Mar 2018 12:51:53 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1520945493.88658b09dba79a9517afe27b3db2e7a5d4d687fc.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-poppler-qt5/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-poppler-qt5/python-poppler-qt5-0.24.2_p20170214.ebuild X-VCS-Directories: dev-python/python-poppler-qt5/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 88658b09dba79a9517afe27b3db2e7a5d4d687fc X-VCS-Branch: master Date: Tue, 13 Mar 2018 12:51:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 78166150-d486-49d5-a2bd-e6e0abf6d47d X-Archives-Hash: bc0c1b93af22961cb41dffa3b046c4f2 commit: 88658b09dba79a9517afe27b3db2e7a5d4d687fc Author: Michael Palimaka gentoo org> AuthorDate: Tue Mar 13 12:08:00 2018 +0000 Commit: Michael Palimaka gentoo 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}] "