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 D6D9013835B for ; Sun, 8 Nov 2020 12:02:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F013EE0829; Sun, 8 Nov 2020 12:02:07 +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 D6183E0831 for ; Sun, 8 Nov 2020 12:02:07 +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 4B8673408F9 for ; Sun, 8 Nov 2020 12:02:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86DFB43B for ; Sun, 8 Nov 2020 12:02:04 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1604836405.8b89862aec67d9b473972c08b61419c399eeccb6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gmic/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gmic/gmic-2.9.2-r1.ebuild media-gfx/gmic/gmic-2.9.2.ebuild X-VCS-Directories: media-gfx/gmic/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8b89862aec67d9b473972c08b61419c399eeccb6 X-VCS-Branch: master Date: Sun, 8 Nov 2020 12:02:04 +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: 62e7202b-0125-4645-91c9-32a84d32d01d X-Archives-Hash: e8d5abbebfc88a44302946db922580c3 commit: 8b89862aec67d9b473972c08b61419c399eeccb6 Author: Sergey Torokhov yandex ru> AuthorDate: Wed Nov 4 22:14:31 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 8 11:53:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b89862a media-gfx/gmic: switch media-gfx/gimp-2.10 to SLOT="0/2" Signed-off-by: Sergey Torokhov yandex.ru> Signed-off-by: Sam James gentoo.org> media-gfx/gmic/{gmic-2.9.2.ebuild => gmic-2.9.2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/gmic/gmic-2.9.2.ebuild b/media-gfx/gmic/gmic-2.9.2-r1.ebuild similarity index 99% rename from media-gfx/gmic/gmic-2.9.2.ebuild rename to media-gfx/gmic/gmic-2.9.2-r1.ebuild index f92fe125726..4af6d1c63fa 100644 --- a/media-gfx/gmic/gmic-2.9.2.ebuild +++ b/media-gfx/gmic/gmic-2.9.2-r1.ebuild @@ -44,7 +44,7 @@ COMMON_DEPEND=" ) fftw? ( sci-libs/fftw:3.0=[threads] ) gimp? ( - >=media-gfx/gimp-2.8.0 + media-gfx/gimp:0/2 ${QT_DEPEND} ) graphicsmagick? ( media-gfx/graphicsmagick:0= )