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 696AC138359 for ; Sun, 27 Sep 2020 16:21:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A390E07A7; Sun, 27 Sep 2020 16:21:00 +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 7F69AE07A7 for ; Sun, 27 Sep 2020 16:21:00 +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 14B41335DA0 for ; Sun, 27 Sep 2020 16:20:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80A6F339 for ; Sun, 27 Sep 2020 16:20:57 +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: <1601223644.6b278d1eb04bc6570a10dce54e45dbc98076c06e.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.6.ebuild X-VCS-Directories: app-portage/smart-live-rebuild/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6b278d1eb04bc6570a10dce54e45dbc98076c06e X-VCS-Branch: master Date: Sun, 27 Sep 2020 16:20:57 +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: 43cf3bbf-7e74-4843-bdd8-363f9cd9e216 X-Archives-Hash: 0809c4e9939b2d612152779593ea0a37 commit: 6b278d1eb04bc6570a10dce54e45dbc98076c06e Author: Sam James gentoo org> AuthorDate: Sun Sep 27 16:20:44 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 27 16:20:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b278d1e app-portage/smart-live-rebuild: Keyword 1.3.6 arm64, #741804 Signed-off-by: Sam James gentoo.org> app-portage/smart-live-rebuild/smart-live-rebuild-1.3.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.6.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.6.ebuild index 0520c1b1ae4..6b112348836 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.6.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.6.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 ~mips x86" +KEYWORDS="amd64 arm ~arm64 ~mips x86" IUSE="" RDEPEND=">=app-portage/gentoopm-0.2.1[${PYTHON_USEDEP}]"