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 65CA3138BED 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 D9DE3E080D; Sun, 18 Oct 2015 07:55:18 +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 66159E080D 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 3F30B33D3CF 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 AEE0F126C 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: <1445154094.7eb6c792c0e59e2d20eb58fdfe9f0a87d115b36a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/claws-mail/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/claws-mail/claws-mail-3.10.1.ebuild mail-client/claws-mail/claws-mail-3.11.1-r1.ebuild mail-client/claws-mail/claws-mail-3.12.0.ebuild mail-client/claws-mail/claws-mail-3.13.0.ebuild mail-client/claws-mail/claws-mail-3.9.3.ebuild X-VCS-Directories: mail-client/claws-mail/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7eb6c792c0e59e2d20eb58fdfe9f0a87d115b36a 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: f15ce087-5d32-48de-810a-e22557c56f9a X-Archives-Hash: 71127903aa564b75ab7bd656d11f0408 commit: 7eb6c792c0e59e2d20eb58fdfe9f0a87d115b36a Author: Michał Górny gentoo org> AuthorDate: Sun Oct 18 07:41:19 2015 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 18 07:41:34 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb6c792 mail-client/claws-mail: 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 mail-client/claws-mail/claws-mail-3.10.1.ebuild | 2 +- mail-client/claws-mail/claws-mail-3.11.1-r1.ebuild | 2 +- mail-client/claws-mail/claws-mail-3.12.0.ebuild | 2 +- mail-client/claws-mail/claws-mail-3.13.0.ebuild | 2 +- mail-client/claws-mail/claws-mail-3.9.3.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mail-client/claws-mail/claws-mail-3.10.1.ebuild b/mail-client/claws-mail/claws-mail-3.10.1.ebuild index 43fe1b5..40257c5 100644 --- a/mail-client/claws-mail/claws-mail-3.10.1.ebuild +++ b/mail-client/claws-mail/claws-mail-3.10.1.ebuild @@ -75,7 +75,7 @@ COMMONDEPEND=">=sys-devel/gettext-0.12.1 ) smime? ( >=app-crypt/gpgme-0.4.5 ) calendar? ( >=net-misc/curl-7.9.7 ) - pdf? ( app-text/poppler:=[cairo] ) + pdf? ( app-text/poppler[cairo] ) spam-report? ( >=net-misc/curl-7.9.7 ) webkit? ( >=net-libs/webkit-gtk-1.0:2 >=net-libs/libsoup-gnome-2.26:2.4 ) diff --git a/mail-client/claws-mail/claws-mail-3.11.1-r1.ebuild b/mail-client/claws-mail/claws-mail-3.11.1-r1.ebuild index 98f5077..46fb1b2 100644 --- a/mail-client/claws-mail/claws-mail-3.11.1-r1.ebuild +++ b/mail-client/claws-mail/claws-mail-3.11.1-r1.ebuild @@ -75,7 +75,7 @@ COMMONDEPEND=">=sys-devel/gettext-0.12.1 ) smime? ( >=app-crypt/gpgme-0.4.5 ) calendar? ( >=net-misc/curl-7.9.7 ) - pdf? ( app-text/poppler:=[cairo] ) + pdf? ( app-text/poppler[cairo] ) spam-report? ( >=net-misc/curl-7.9.7 ) webkit? ( >=net-libs/webkit-gtk-1.0:2 >=net-libs/libsoup-gnome-2.26:2.4 ) diff --git a/mail-client/claws-mail/claws-mail-3.12.0.ebuild b/mail-client/claws-mail/claws-mail-3.12.0.ebuild index 0abc916..037b019 100644 --- a/mail-client/claws-mail/claws-mail-3.12.0.ebuild +++ b/mail-client/claws-mail/claws-mail-3.12.0.ebuild @@ -76,7 +76,7 @@ COMMONDEPEND=">=sys-devel/gettext-0.12.1 ) smime? ( >=app-crypt/gpgme-0.4.5 ) calendar? ( >=net-misc/curl-7.9.7 ) - pdf? ( app-text/poppler:=[cairo] ) + pdf? ( app-text/poppler[cairo] ) spam-report? ( >=net-misc/curl-7.9.7 ) webkit? ( >=net-libs/webkit-gtk-1.0:2 >=net-libs/libsoup-gnome-2.26:2.4 ) diff --git a/mail-client/claws-mail/claws-mail-3.13.0.ebuild b/mail-client/claws-mail/claws-mail-3.13.0.ebuild index fc78b6d..e703ea8 100644 --- a/mail-client/claws-mail/claws-mail-3.13.0.ebuild +++ b/mail-client/claws-mail/claws-mail-3.13.0.ebuild @@ -75,7 +75,7 @@ COMMONDEPEND=">=sys-devel/gettext-0.12.1 ) smime? ( >=app-crypt/gpgme-0.4.5 ) calendar? ( >=net-misc/curl-7.9.7 ) - pdf? ( app-text/poppler:=[cairo] ) + pdf? ( app-text/poppler[cairo] ) spam-report? ( >=net-misc/curl-7.9.7 ) webkit? ( >=net-libs/webkit-gtk-1.0:2 >=net-libs/libsoup-gnome-2.26:2.4 ) diff --git a/mail-client/claws-mail/claws-mail-3.9.3.ebuild b/mail-client/claws-mail/claws-mail-3.9.3.ebuild index 2a5d846..6f53b68 100644 --- a/mail-client/claws-mail/claws-mail-3.9.3.ebuild +++ b/mail-client/claws-mail/claws-mail-3.9.3.ebuild @@ -75,7 +75,7 @@ COMMONDEPEND=">=sys-devel/gettext-0.12.1 ) smime? ( >=app-crypt/gpgme-0.4.5 ) calendar? ( >=net-misc/curl-7.9.7 ) - pdf? ( app-text/poppler:=[cairo] ) + pdf? ( app-text/poppler[cairo] ) spam-report? ( >=net-misc/curl-7.9.7 ) webkit? ( >=net-libs/webkit-gtk-1.0:2 >=net-libs/libsoup-gnome-2.26:2.4 )