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 1D03B138331 for ; Tue, 13 Mar 2018 12:51:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA0ACE08F2; Tue, 13 Mar 2018 12:51:57 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 88BC8E08F2 for ; Tue, 13 Mar 2018 12:51:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B02EF335C73 for ; Tue, 13 Mar 2018 12:51:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1F6725B 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.1e13b9c4fae9087dce0eb5c3fbd771baedc5d261.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-poppler/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-poppler/python-poppler-0.12.1-r4.ebuild X-VCS-Directories: dev-python/python-poppler/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 1e13b9c4fae9087dce0eb5c3fbd771baedc5d261 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: e0266a5a-2e0b-4faf-a248-292a4ffa6bdf X-Archives-Hash: bf1f8818346947cdb497961d5f8ed0e1 commit: 1e13b9c4fae9087dce0eb5c3fbd771baedc5d261 Author: Michael Palimaka gentoo org> AuthorDate: Tue Mar 13 12:03:09 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=1e13b9c4 dev-python/python-poppler: 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 dev-python/python-poppler/python-poppler-0.12.1-r4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/python-poppler/python-poppler-0.12.1-r4.ebuild b/dev-python/python-poppler/python-poppler-0.12.1-r4.ebuild index 33723c09a2c..3e15d470aa3 100644 --- a/dev-python/python-poppler/python-poppler-0.12.1-r4.ebuild +++ b/dev-python/python-poppler/python-poppler-0.12.1-r4.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" @@ -20,7 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" S=${WORKDIR}/pypoppler-${PV} RDEPEND="${PYTHON_DEPS} - >=app-text/poppler-0.15.0:=[cairo] + >=app-text/poppler-0.15.0[cairo] >=dev-python/pycairo-1.8.4[${PYTHON_USEDEP}] dev-python/pygobject:2[${PYTHON_USEDEP}] dev-python/pygtk:2[${PYTHON_USEDEP}]"