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 CAD821382C5 for ; Thu, 15 Mar 2018 16:34:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31BDBE0869; Thu, 15 Mar 2018 16:34:15 +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 138D0E0869 for ; Thu, 15 Mar 2018 16:34:15 +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 39A54335CA4 for ; Thu, 15 Mar 2018 16:34:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF11E15A for ; Thu, 15 Mar 2018 16:34:12 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1521131648.c73e9cd6683bea93953988e36753e4aff8c35d0c.zlogene@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.5.ebuild X-VCS-Directories: app-portage/smart-live-rebuild/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: c73e9cd6683bea93953988e36753e4aff8c35d0c X-VCS-Branch: master Date: Thu, 15 Mar 2018 16:34:12 +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-Archives-Salt: b4e6ddfc-4558-4177-9b57-0072e202ebb3 X-Archives-Hash: 585df2a985c23ad295a523a2ed3b33d5 commit: c73e9cd6683bea93953988e36753e4aff8c35d0c Author: Mikle Kolyada gentoo org> AuthorDate: Thu Mar 15 16:33:59 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Mar 15 16:34:08 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c73e9cd6 app-portage/smart-live-rebuild: arm stable wrt bug #643054 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-portage/smart-live-rebuild/smart-live-rebuild-1.3.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.5.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.5.ebuild index 9170f0461ff..31ec3b6360b 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.5.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.3.5.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/mgorny/smart-live-rebuild/releases/download/v${PV}/$ LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 ~arm ~mips x86 ~x86-fbsd" +KEYWORDS="amd64 arm ~mips x86 ~x86-fbsd" IUSE="" RDEPEND=">=app-portage/gentoopm-0.2.1[${PYTHON_USEDEP}]"