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 506231382C5 for ; Thu, 1 Feb 2018 20:37:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A5DDE0A94; Thu, 1 Feb 2018 20:37:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 71A21E0A8E for ; Thu, 1 Feb 2018 20:37:25 +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 2084F335C77 for ; Thu, 1 Feb 2018 20:37:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ADEB71E6 for ; Thu, 1 Feb 2018 20:37:20 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1517517418.9f44a5eaae062d723e9adf90bf01080d40fbbd42.whissi@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: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 9f44a5eaae062d723e9adf90bf01080d40fbbd42 X-VCS-Branch: master Date: Thu, 1 Feb 2018 20:37:20 +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: cab0fd03-1d00-43ba-a624-781f1366a157 X-Archives-Hash: a7eabc2678d98eafe94fc51b4f1752d3 commit: 9f44a5eaae062d723e9adf90bf01080d40fbbd42 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Feb 1 20:31:03 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Feb 1 20:36:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f44a5ea app-portage/smart-live-rebuild: x86 stable (bug #643054) Package-Manager: Portage-2.3.21, 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 c4e847154da..9170f0461ff 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}]"