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 538671395E2 for ; Fri, 25 Nov 2016 18:55:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40A98E0BBD; Fri, 25 Nov 2016 18:55:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 26677E0BB9 for ; Fri, 25 Nov 2016 18:54:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D89243411D7 for ; Fri, 25 Nov 2016 18:54:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E21CA24AF for ; Fri, 25 Nov 2016 18:54:43 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1480100072.a547bfc49f2f48d0f77a33f6cebedf51e2d20d96.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/lxc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/lxc/lxc-1.0.8.ebuild X-VCS-Directories: app-emulation/lxc/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: a547bfc49f2f48d0f77a33f6cebedf51e2d20d96 X-VCS-Branch: master Date: Fri, 25 Nov 2016 18:54:43 +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: f08990a3-8da2-46f0-bf18-ca4f0fa6c332 X-Archives-Hash: 0b078fbce6df05e7fe92593812377d27 commit: a547bfc49f2f48d0f77a33f6cebedf51e2d20d96 Author: Agostino Sarubbo gentoo org> AuthorDate: Fri Nov 25 18:54:00 2016 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Fri Nov 25 18:54:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a547bfc4 app-emulation/lxc: x86 stable wrt bug #556310 Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> app-emulation/lxc/lxc-1.0.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/lxc/lxc-1.0.8.ebuild b/app-emulation/lxc/lxc-1.0.8.ebuild index 1de647d..fdaca82 100644 --- a/app-emulation/lxc/lxc-1.0.8.ebuild +++ b/app-emulation/lxc/lxc-1.0.8.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="LinuX Containers userspace utilities" HOMEPAGE="https://linuxcontainers.org/" SRC_URI="https://github.com/lxc/lxc/archive/${MY_P}.tar.gz" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" LICENSE="LGPL-3" SLOT="0"