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 7423D138239 for ; 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 72A7AE08F7; 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 50880E08F6 for ; Sun, 28 Mar 2021 12:59:32 +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 3B369340D55 for ; Sun, 28 Mar 2021 12:59:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD9B05CF for ; Sun, 28 Mar 2021 12:59:29 +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: <1616936360.e94cce283dda0b1102497315505b1c06b6c702e2.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: e94cce283dda0b1102497315505b1c06b6c702e2 X-VCS-Branch: master Date: Sun, 28 Mar 2021 12:59:29 +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: 4746e251-f900-4eca-b7f3-9e159227397d X-Archives-Hash: 7cf5069321e352a6517a801e685265d7 commit: e94cce283dda0b1102497315505b1c06b6c702e2 Author: Sam James gentoo org> AuthorDate: Sun Mar 28 12:55:55 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 28 12:59:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e94cce28 app-portage/smart-live-rebuild: ~sparc keyworded Signed-off-by: Sam James 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 263ddfda8d9..e6bb4d4cfbe 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 x86" +KEYWORDS="amd64 arm ~arm64 ~mips ~sparc x86" IUSE="" RDEPEND=">=app-portage/gentoopm-0.2.1[${PYTHON_USEDEP}]"