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 BEE2513835A for ; Mon, 16 Nov 2020 21:26:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D833BE0963; Mon, 16 Nov 2020 21:26:53 +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 C02EEE0963 for ; Mon, 16 Nov 2020 21:26:53 +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 7B6C7340B65 for ; Mon, 16 Nov 2020 21:26:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30B6D44F for ; Mon, 16 Nov 2020 21:26:51 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1605561989.638f9943826b3c37fa92ca0267504e6e503b56f5.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libexif/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libexif/libexif-0.6.22_p20201105.ebuild X-VCS-Directories: media-libs/libexif/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 638f9943826b3c37fa92ca0267504e6e503b56f5 X-VCS-Branch: master Date: Mon, 16 Nov 2020 21:26:51 +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: 164d78f5-c755-432b-b304-34b93d200306 X-Archives-Hash: e329cad93b97d07e7b2a3e7cb0d2772f commit: 638f9943826b3c37fa92ca0267504e6e503b56f5 Author: Sam James gentoo org> AuthorDate: Mon Nov 16 21:26:29 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Nov 16 21:26:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=638f9943 media-libs/libexif: Stabilize 0.6.22_p20201105 ppc, #754681 Signed-off-by: Sam James gentoo.org> media-libs/libexif/libexif-0.6.22_p20201105.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libexif/libexif-0.6.22_p20201105.ebuild b/media-libs/libexif/libexif-0.6.22_p20201105.ebuild index 57456acd028..c2c7d8e29ba 100644 --- a/media-libs/libexif/libexif-0.6.22_p20201105.ebuild +++ b/media-libs/libexif/libexif-0.6.22_p20201105.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="doc nls static-libs" RDEPEND="nls? ( virtual/libintl )"