From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 60F0413888F for ; Sun, 18 Oct 2015 07:55:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DAC4E0838; Sun, 18 Oct 2015 07:55:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 45E0FE0838 for ; Sun, 18 Oct 2015 07:55:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4606A33FE13 for ; Sun, 18 Oct 2015 07:55:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C11F31273 for ; Sun, 18 Oct 2015 07:55:12 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1445154826.64bddb31db1b2691b2b0f40d9e4e7aefd029ecbd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/evince/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/evince/evince-3.14.2-r1.ebuild app-text/evince/evince-3.16.1.ebuild X-VCS-Directories: app-text/evince/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 64bddb31db1b2691b2b0f40d9e4e7aefd029ecbd X-VCS-Branch: master Date: Sun, 18 Oct 2015 07:55:12 +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: b0826578-c161-4bc6-91ce-1add903983d5 X-Archives-Hash: 9527c674489d35ad9f8817b1da4705c4 commit: 64bddb31db1b2691b2b0f40d9e4e7aefd029ecbd Author: Michał Górny gentoo org> AuthorDate: Sun Oct 18 07:53:46 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 18 07:53:46 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64bddb31 app-text/evince: Remove incorrect := operator on poppler Remove the use of := slot operator against app-text/poppler. The subslots in poppler indicate SONAME of libpoppler, while much more stable libpoppler-glib is used here. No revision bump is desired since the change makes it possible to avoid unnecessary rebuilds on following poppler upgrades, and it is going to apply after next poppler-induced rebuild anyway. Package-Manager: portage-2.2.23 app-text/evince/evince-3.14.2-r1.ebuild | 2 +- app-text/evince/evince-3.16.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/evince/evince-3.14.2-r1.ebuild b/app-text/evince/evince-3.14.2-r1.ebuild index aa419ef..7c881e9 100644 --- a/app-text/evince/evince-3.14.2-r1.ebuild +++ b/app-text/evince/evince-3.14.2-r1.ebuild @@ -31,7 +31,7 @@ COMMON_DEPEND=" >=x11-libs/gtk+-3.14:3[introspection?] gnome-base/gsettings-desktop-schemas >=x11-libs/cairo-1.10:= - >=app-text/poppler-0.24:=[cairo] + >=app-text/poppler-0.24[cairo] djvu? ( >=app-text/djvu-3.5.17:= ) dvi? ( virtual/tex-base diff --git a/app-text/evince/evince-3.16.1.ebuild b/app-text/evince/evince-3.16.1.ebuild index 788b3f5..a31c6e3 100644 --- a/app-text/evince/evince-3.16.1.ebuild +++ b/app-text/evince/evince-3.16.1.ebuild @@ -31,7 +31,7 @@ COMMON_DEPEND=" >=x11-libs/gtk+-3.15.3:3[introspection?] gnome-base/gsettings-desktop-schemas >=x11-libs/cairo-1.10:= - >=app-text/poppler-0.24:=[cairo] + >=app-text/poppler-0.24[cairo] djvu? ( >=app-text/djvu-3.5.17:= ) dvi? ( virtual/tex-base