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 38D9113888F for ; Sun, 18 Oct 2015 10:25:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E95C3E0857; Sun, 18 Oct 2015 10:25:35 +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 87FC8E0857 for ; Sun, 18 Oct 2015 10:25:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7431F33BE05 for ; Sun, 18 Oct 2015 10:25:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B07BD128F for ; Sun, 18 Oct 2015 10:25:29 +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: <1445163900.f3952e7bc0c9c660fbbcb1dbd61fbb9a186477c4.mgorny@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: app-text/evince/ X-VCS-Repository: proj/gnome X-VCS-Files: app-text/evince/evince-3.18.0.ebuild app-text/evince/evince-9999.ebuild X-VCS-Directories: app-text/evince/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f3952e7bc0c9c660fbbcb1dbd61fbb9a186477c4 X-VCS-Branch: master Date: Sun, 18 Oct 2015 10:25:29 +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: 56440768-06bc-4ff9-89a3-e11181008079 X-Archives-Hash: ce13fb4b310bba929f83086f8ff311dd commit: f3952e7bc0c9c660fbbcb1dbd61fbb9a186477c4 Author: Michał Górny gentoo org> AuthorDate: Sun Oct 18 10:25:00 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 18 10:25:00 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=f3952e7b 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. app-text/evince/evince-3.18.0.ebuild | 2 +- app-text/evince/evince-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/evince/evince-3.18.0.ebuild b/app-text/evince/evince-3.18.0.ebuild index 10e01ed..773a605 100644 --- a/app-text/evince/evince-3.18.0.ebuild +++ b/app-text/evince/evince-3.18.0.ebuild @@ -31,7 +31,7 @@ COMMON_DEPEND=" >=x11-libs/gtk+-3.16.0: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-9999.ebuild b/app-text/evince/evince-9999.ebuild index 82e106b..62271e1 100644 --- a/app-text/evince/evince-9999.ebuild +++ b/app-text/evince/evince-9999.ebuild @@ -39,7 +39,7 @@ COMMON_DEPEND=" >=x11-libs/gtk+-3.16.0: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