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 618F013835B for ; Fri, 12 Mar 2021 15:25:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1971E0AE3; Fri, 12 Mar 2021 15:25:24 +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 9B1B5E0AE3 for ; Fri, 12 Mar 2021 15:25:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 80555340C08 for ; Fri, 12 Mar 2021 15:25:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80FF85A5 for ; Fri, 12 Mar 2021 15:25:20 +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: <1615562706.a79cd13af700023b5a6ac45940aa807078f50215.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.5.ebuild X-VCS-Directories: media-gfx/gmic/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a79cd13af700023b5a6ac45940aa807078f50215 X-VCS-Branch: master Date: Fri, 12 Mar 2021 15:25:20 +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: 934806e3-ff57-456c-93e1-18baaa9ab082 X-Archives-Hash: 98a9fdf447a7fc82525c511ef5297cee commit: a79cd13af700023b5a6ac45940aa807078f50215 Author: Sam James gentoo org> AuthorDate: Fri Mar 12 15:23:10 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 12 15:25:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a79cd13a media-gfx/gmic: Stabilize 2.9.5 amd64, #775449 Signed-off-by: Sam James gentoo.org> media-gfx/gmic/gmic-2.9.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/gmic/gmic-2.9.5.ebuild b/media-gfx/gmic/gmic-2.9.5.ebuild index 20cad100504..c225ea989d7 100644 --- a/media-gfx/gmic/gmic-2.9.5.ebuild +++ b/media-gfx/gmic/gmic-2.9.5.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]]; then inherit git-r3 else SRC_URI="https://gmic.eu/files/source/${PN}_${PV}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 ~x86" fi DESCRIPTION="GREYC's Magic Image Converter"