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 284FA138334 for ; Mon, 6 Aug 2018 22:21:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49272E0849; Mon, 6 Aug 2018 22:21:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 EEC7DE0849 for ; Mon, 6 Aug 2018 22:21:03 +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 A4CD8335CC3 for ; Mon, 6 Aug 2018 22:21:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32EC439F for ; Mon, 6 Aug 2018 22:20:59 +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: <1533593894.5e7f5bd24f90f2659d47e6ab059fd0dde646cdaa.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/lxc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/lxc/lxc-2.1.1-r1.ebuild app-emulation/lxc/lxc-3.0.1-r1.ebuild X-VCS-Directories: app-emulation/lxc/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 5e7f5bd24f90f2659d47e6ab059fd0dde646cdaa X-VCS-Branch: master Date: Mon, 6 Aug 2018 22:20:59 +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: 2c42f4ce-5d82-42e6-942c-c37f5aee6cf3 X-Archives-Hash: 50713345a076e5f8c864cfb62fde7b88 commit: 5e7f5bd24f90f2659d47e6ab059fd0dde646cdaa Author: Thomas Deutschmann gentoo org> AuthorDate: Mon Aug 6 22:18:14 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Mon Aug 6 22:18:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e7f5bd2 app-emulation/lxc: x86 stable (bug #662780) Package-Manager: Portage-2.3.44, Repoman-2.3.10 app-emulation/lxc/lxc-2.1.1-r1.ebuild | 2 +- app-emulation/lxc/lxc-3.0.1-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/lxc/lxc-2.1.1-r1.ebuild b/app-emulation/lxc/lxc-2.1.1-r1.ebuild index e5915426973..dc65717584e 100644 --- a/app-emulation/lxc/lxc-2.1.1-r1.ebuild +++ b/app-emulation/lxc/lxc-2.1.1-r1.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="LinuX Containers userspace utilities" HOMEPAGE="https://linuxcontainers.org/" SRC_URI="https://linuxcontainers.org/downloads/lxc/${P}.tar.gz" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86" LICENSE="LGPL-3" SLOT="0" diff --git a/app-emulation/lxc/lxc-3.0.1-r1.ebuild b/app-emulation/lxc/lxc-3.0.1-r1.ebuild index be0d3a86f25..225d8153439 100644 --- a/app-emulation/lxc/lxc-3.0.1-r1.ebuild +++ b/app-emulation/lxc/lxc-3.0.1-r1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="LinuX Containers userspace utilities" HOMEPAGE="https://linuxcontainers.org/" SRC_URI="https://linuxcontainers.org/downloads/lxc/${P}.tar.gz" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86" LICENSE="LGPL-3" SLOT="0"