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 32CC51382C5 for ; Fri, 5 Jun 2020 21:36:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61CB2E08AC; Fri, 5 Jun 2020 21:36:12 +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 1C253E08AC for ; Fri, 5 Jun 2020 21:36:12 +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 8BFEB34EC7F for ; Fri, 5 Jun 2020 21:36:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C96101C8 for ; Fri, 5 Jun 2020 21:36:08 +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: <1591392884.90b6a9fc4a55346b16527731586e857fe9a95cd3.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-11.98.ebuild X-VCS-Directories: media-libs/exiftool/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 90b6a9fc4a55346b16527731586e857fe9a95cd3 X-VCS-Branch: master Date: Fri, 5 Jun 2020 21:36:08 +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: a11bd143-f807-4d57-8b3b-28a195b63e6f X-Archives-Hash: d1bf733352fe1932a617bdeb9087d23f commit: 90b6a9fc4a55346b16527731586e857fe9a95cd3 Author: Tim Harder gentoo org> AuthorDate: Fri Jun 5 21:34:44 2020 +0000 Commit: Tim Harder gentoo org> CommitDate: Fri Jun 5 21:34:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90b6a9fc media-libs/exiftool: stabilize 11.98 Signed-off-by: Tim Harder gentoo.org> media-libs/exiftool/exiftool-11.98.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/exiftool/exiftool-11.98.ebuild b/media-libs/exiftool/exiftool-11.98.ebuild index 58ee12770a1..556e4d04a9d 100644 --- a/media-libs/exiftool/exiftool-11.98.ebuild +++ b/media-libs/exiftool/exiftool-11.98.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"