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 053B8138359 for ; Sun, 25 Oct 2020 07:25:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5F0DE07F1; Sun, 25 Oct 2020 07:25:27 +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 B8A9AE07F1 for ; Sun, 25 Oct 2020 07:25:27 +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 583FF33E5E4 for ; Sun, 25 Oct 2020 07:25:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3A1C3B2 for ; Sun, 25 Oct 2020 07:25:24 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1603610583.f9375101d69289bf32dd6910f4d16cbf45ee9d4c.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/exiftool/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/exiftool/exiftool-12.05.ebuild X-VCS-Directories: media-libs/exiftool/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: f9375101d69289bf32dd6910f4d16cbf45ee9d4c X-VCS-Branch: master Date: Sun, 25 Oct 2020 07:25:24 +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: 6ce65c53-69e7-4337-9c5e-fff64b559355 X-Archives-Hash: a1ceed3760eba17976c0010ed3f865a2 commit: f9375101d69289bf32dd6910f4d16cbf45ee9d4c Author: Tim Harder gentoo org> AuthorDate: Mon Oct 12 15:28:07 2020 +0000 Commit: Tim Harder gentoo org> CommitDate: Sun Oct 25 07:23:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9375101 media-libs/exiftool: stabilize 12.05 Signed-off-by: Tim Harder gentoo.org> media-libs/exiftool/exiftool-12.05.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/exiftool/exiftool-12.05.ebuild b/media-libs/exiftool/exiftool-12.05.ebuild index 58ee12770a1..556e4d04a9d 100644 --- a/media-libs/exiftool/exiftool-12.05.ebuild +++ b/media-libs/exiftool/exiftool-12.05.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://exiftool.org/" SRC_URI="https://exiftool.org/${DIST_P}.tar.gz" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86 ~x64-macos" +KEYWORDS="amd64 arm64 ppc ppc64 x86 ~x64-macos" IUSE="doc" SRC_TEST="do"