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 74CB5138334 for ; Tue, 1 Jan 2019 13:48:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68928E0CCC; Tue, 1 Jan 2019 13:48:24 +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 3EFD7E0CCC for ; Tue, 1 Jan 2019 13:48:23 +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 224C4335CEB for ; Tue, 1 Jan 2019 13:48:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50C01326 for ; Tue, 1 Jan 2019 13:48:18 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1546350443.6356d95461f57492ee62e30b5d0c731826be9974.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/lxc-templates/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/lxc-templates/lxc-templates-3.0.3.ebuild X-VCS-Directories: app-emulation/lxc-templates/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: 6356d95461f57492ee62e30b5d0c731826be9974 X-VCS-Branch: master Date: Tue, 1 Jan 2019 13:48:18 +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: a664de5c-dbf1-438c-a114-65a6447d4028 X-Archives-Hash: fecfaf6e53901d7f69bcb1198537c574 commit: 6356d95461f57492ee62e30b5d0c731826be9974 Author: Virgil Dupras gentoo org> AuthorDate: Tue Jan 1 13:47:23 2019 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Tue Jan 1 13:47:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6356d954 app-emulation/lxc-templates: stabilize 3.0.3 for amd64 and x86 Signed-off-by: Virgil Dupras gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-emulation/lxc-templates/lxc-templates-3.0.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/lxc-templates/lxc-templates-3.0.3.ebuild b/app-emulation/lxc-templates/lxc-templates-3.0.3.ebuild index 4a4dcd5d0e2..c52d602d521 100644 --- a/app-emulation/lxc-templates/lxc-templates-3.0.3.ebuild +++ b/app-emulation/lxc-templates/lxc-templates-3.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ DESCRIPTION="Old style template scripts for LXC" 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"