From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1265288-garchives=archives.gentoo.org@lists.gentoo.org>
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 CE70D13835A
	for <garchives@archives.gentoo.org>; Sun, 28 Mar 2021 12:59:33 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A10F9E08FE;
	Sun, 28 Mar 2021 12:59:32 +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 8A04DE08FE
	for <gentoo-commits@lists.gentoo.org>; Sun, 28 Mar 2021 12:59:32 +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 799E4340E5A
	for <gentoo-commits@lists.gentoo.org>; Sun, 28 Mar 2021 12:59:31 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 10C2E635
	for <gentoo-commits@lists.gentoo.org>; Sun, 28 Mar 2021 12:59:30 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1616936362.8151d06cd9ce9fb0c17d9c285cf0bbe486d2f3a7.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/smart-live-rebuild/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-portage/smart-live-rebuild/smart-live-rebuild-1.3.7.ebuild
X-VCS-Directories: app-portage/smart-live-rebuild/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 8151d06cd9ce9fb0c17d9c285cf0bbe486d2f3a7
X-VCS-Branch: master
Date: Sun, 28 Mar 2021 12:59:30 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: e01152d3-0d9d-4fcd-89c2-37d9d43af711
X-Archives-Hash: 40c8d252b5faf73b20719b4f2ed080b4

commit:     8151d06cd9ce9fb0c17d9c285cf0bbe486d2f3a7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 28 12:57:24 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 28 12:59:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8151d06c

app-portage/smart-live-rebuild: ~x64-macos keyworded

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-portage/smart-live-rebuild/smart-live-rebuild-1.3.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.7.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.7.ebuild
index e6bb4d4cfbe..cbccf6d2e06 100644
--- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.7.ebuild
+++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.7.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/mgorny/smart-live-rebuild/archive/v${PV}.tar.gz -> $
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~mips ~sparc x86"
+KEYWORDS="amd64 arm ~arm64 ~mips ~sparc x86 ~x64-macos"
 IUSE=""
 
 RDEPEND=">=app-portage/gentoopm-0.2.1[${PYTHON_USEDEP}]"