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 3E387138335 for ; Thu, 21 Mar 2019 21:41:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF10DE097E; Thu, 21 Mar 2019 21:41:14 +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 C8518E097E for ; Thu, 21 Mar 2019 21:41:14 +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 30167335CF3 for ; Thu, 21 Mar 2019 21:41:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B016566 for ; Thu, 21 Mar 2019 21:41:11 +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: <1553204440.c3cd39017d30fbe236422ecd3b83128b083ac213.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.29.ebuild X-VCS-Directories: media-libs/exiftool/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: c3cd39017d30fbe236422ecd3b83128b083ac213 X-VCS-Branch: master Date: Thu, 21 Mar 2019 21:41:11 +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: b962933e-22a3-4415-a5dc-efde5f9d1654 X-Archives-Hash: c8d92a4c2aee82463410360625894286 commit: c3cd39017d30fbe236422ecd3b83128b083ac213 Author: Tim Harder gentoo org> AuthorDate: Thu Mar 21 21:37:25 2019 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Mar 21 21:40:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3cd3901 media-libs/exiftool: stabilize 11.29 Closes: https://bugs.gentoo.org/681040 Signed-off-by: Tim Harder gentoo.org> media-libs/exiftool/exiftool-11.29.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/exiftool/exiftool-11.29.ebuild b/media-libs/exiftool/exiftool-11.29.ebuild index 91d088b681d..a6f0fea6739 100644 --- a/media-libs/exiftool/exiftool-11.29.ebuild +++ b/media-libs/exiftool/exiftool-11.29.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://www.sno.phy.queensu.ca/~phil/exiftool/ ${HOMEPAGE}" SRC_URI="https://www.sno.phy.queensu.ca/~phil/exiftool/${DIST_P}.tar.gz" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x64-macos" +KEYWORDS="amd64 ppc ppc64 x86 ~x64-macos" IUSE="doc" SRC_TEST="do"