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 4F900138350 for ; Thu, 12 Mar 2020 21:14:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91E07E0929; Thu, 12 Mar 2020 21:14:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7BC4FE0929 for ; Thu, 12 Mar 2020 21:14:10 +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 8D78334EFEC for ; Thu, 12 Mar 2020 21:14:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9F94162 for ; Thu, 12 Mar 2020 21:14:07 +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: <1584047605.9eba46cf5f8669aa0b36a32fd7881782113c3746.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.86.ebuild X-VCS-Directories: media-libs/exiftool/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 9eba46cf5f8669aa0b36a32fd7881782113c3746 X-VCS-Branch: master Date: Thu, 12 Mar 2020 21:14:07 +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: 4b268ec3-49ea-4efb-88dc-81a4cc7fde11 X-Archives-Hash: e5bf369378e8cb596361052cf05105ae commit: 9eba46cf5f8669aa0b36a32fd7881782113c3746 Author: Tim Harder gentoo org> AuthorDate: Thu Mar 12 21:10:48 2020 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Mar 12 21:13:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eba46cf media-libs/exiftool: stabilize 11.86 Signed-off-by: Tim Harder gentoo.org> media-libs/exiftool/exiftool-11.86.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/exiftool/exiftool-11.86.ebuild b/media-libs/exiftool/exiftool-11.86.ebuild index 58ee12770a1..556e4d04a9d 100644 --- a/media-libs/exiftool/exiftool-11.86.ebuild +++ b/media-libs/exiftool/exiftool-11.86.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"