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 A7DF2138334 for ; Sun, 10 Mar 2019 23:06:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF298E0CC8; Sun, 10 Mar 2019 23:06:56 +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 96911E0CC8 for ; Sun, 10 Mar 2019 23:06:56 +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 75E71335D02 for ; Sun, 10 Mar 2019 23:06:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A495D4FF for ; Sun, 10 Mar 2019 23:06:53 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1552259186.67b5b57d5310edd56926da1be8c674243bfdc44a.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/graphlcd-base/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/graphlcd-base/graphlcd-base-1.0.1.ebuild X-VCS-Directories: app-misc/graphlcd-base/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 67b5b57d5310edd56926da1be8c674243bfdc44a X-VCS-Branch: master Date: Sun, 10 Mar 2019 23:06: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d5ab7e4d-3664-4e6d-acd4-e8b1c64bbe71 X-Archives-Hash: 53a276ee6e5106c0d9a9b1b4ff039f68 commit: 67b5b57d5310edd56926da1be8c674243bfdc44a Author: Patrice Clement gentoo org> AuthorDate: Sun Mar 10 23:06:15 2019 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Mar 10 23:06:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b5b57d app-misc/graphlcd-base: update media-gfx/imagemagick dependency to latest version. Signed-off-by: Patrice Clement gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-misc/graphlcd-base/graphlcd-base-1.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-misc/graphlcd-base/graphlcd-base-1.0.1.ebuild b/app-misc/graphlcd-base/graphlcd-base-1.0.1.ebuild index b16df248b56..1273e920f09 100644 --- a/app-misc/graphlcd-base/graphlcd-base-1.0.1.ebuild +++ b/app-misc/graphlcd-base/graphlcd-base-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,7 +20,7 @@ RDEPEND=" fontconfig? ( media-libs/fontconfig:1.0= ) g15? ( app-misc/g15daemon ) graphicsmagick? ( media-gfx/graphicsmagick:0/1.3 ) - imagemagick? ( media-gfx/imagemagick:0/6.9.10.11 ) + imagemagick? ( media-gfx/imagemagick:0/6.9.10.28 ) lcd_devices_ax206dpf? ( virtual/libusb:0 ) lcd_devices_picolcd_256x64? ( virtual/libusb:0 ) lcd_devices_vnc? ( net-libs/libvncserver )