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 184921382C5 for ; Tue, 12 May 2020 06:53:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34349E0798; Tue, 12 May 2020 06:53:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 BDD13E0798 for ; Tue, 12 May 2020 06:53:51 +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 EFC8834FF2B for ; Tue, 12 May 2020 06:53:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8AAE1F6 for ; Tue, 12 May 2020 06:53:49 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1589266425.5dc85c00b5e3ee5204e0fc371e8285ad2bba45a8.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/itstool/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/itstool/itstool-2.0.6-r1.ebuild X-VCS-Directories: dev-util/itstool/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 5dc85c00b5e3ee5204e0fc371e8285ad2bba45a8 X-VCS-Branch: master Date: Tue, 12 May 2020 06:53:49 +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: 9ca0a21e-2b33-461e-894b-3fbb0023fed4 X-Archives-Hash: 48ed5f73a3e1f86d453aa0513a38780f commit: 5dc85c00b5e3ee5204e0fc371e8285ad2bba45a8 Author: Fabian Groffen gentoo org> AuthorDate: Tue May 12 06:52:58 2020 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Tue May 12 06:53:45 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dc85c00 dev-util/itstool: marked ~x64-macos Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Fabian Groffen gentoo.org> dev-util/itstool/itstool-2.0.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/itstool/itstool-2.0.6-r1.ebuild b/dev-util/itstool/itstool-2.0.6-r1.ebuild index 9dd83ba8686..18610ce40e3 100644 --- a/dev-util/itstool/itstool-2.0.6-r1.ebuild +++ b/dev-util/itstool/itstool-2.0.6-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://files.itstool.org/itstool/${P}.tar.bz2" # files in /usr/share/itstool/its are under a special exception || GPL-3+ LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~x86-linux ~x64-macos" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}"