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 91CE9138350 for ; Fri, 31 Jan 2020 08:03:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBB4AE083E; Fri, 31 Jan 2020 08:03:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B4969E0814 for ; Fri, 31 Jan 2020 08:03:29 +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 CD81034E313 for ; Fri, 31 Jan 2020 08:03:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87EE7109 for ; Fri, 31 Jan 2020 08:03:27 +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: <1580457788.d972065062143ba3bbb2ba24d176b6812cf75af6.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.80.ebuild X-VCS-Directories: media-libs/exiftool/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: d972065062143ba3bbb2ba24d176b6812cf75af6 X-VCS-Branch: master Date: Fri, 31 Jan 2020 08:03:27 +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: 378fd7c4-8b64-4abe-9f36-2b88ff2e56f8 X-Archives-Hash: c8ddf3ffe049ae4c3fb25bc4d6b62ffe commit: d972065062143ba3bbb2ba24d176b6812cf75af6 Author: Tim Harder gentoo org> AuthorDate: Fri Jan 31 07:58:44 2020 +0000 Commit: Tim Harder gentoo org> CommitDate: Fri Jan 31 08:03:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9720650 media-libs/exiftool: stabilize 11.80 Signed-off-by: Tim Harder gentoo.org> media-libs/exiftool/exiftool-11.80.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/exiftool/exiftool-11.80.ebuild b/media-libs/exiftool/exiftool-11.80.ebuild index 014eec1ce9b..556e4d04a9d 100644 --- a/media-libs/exiftool/exiftool-11.80.ebuild +++ b/media-libs/exiftool/exiftool-11.80.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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"