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 0E1D7138359 for ; Mon, 23 Nov 2020 08:15:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00397E0870; Mon, 23 Nov 2020 08:15:55 +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 DCD06E0870 for ; Mon, 23 Nov 2020 08:15:54 +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 A3A9D335DA8 for ; Mon, 23 Nov 2020 08:15:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB02C456 for ; Mon, 23 Nov 2020 08:15:51 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1606119341.ea297189bd3a869ace1385980ba5e43fd32b6e5c.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python3-lxc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python3-lxc/python3-lxc-3.0.4.ebuild X-VCS-Directories: dev-python/python3-lxc/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ea297189bd3a869ace1385980ba5e43fd32b6e5c X-VCS-Branch: master Date: Mon, 23 Nov 2020 08:15:51 +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: 4e827a82-4d15-4453-9315-79482deec1c1 X-Archives-Hash: 934fb9e8d52f7ce0b2336342a72d45e5 commit: ea297189bd3a869ace1385980ba5e43fd32b6e5c Author: Joonas Niilola gentoo org> AuthorDate: Mon Nov 23 08:08:25 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Nov 23 08:15:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea297189 dev-python/python3-lxc: stabilize 3.0.4 on x86 Signed-off-by: Joonas Niilola gentoo.org> dev-python/python3-lxc/python3-lxc-3.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python3-lxc/python3-lxc-3.0.4.ebuild b/dev-python/python3-lxc/python3-lxc-3.0.4.ebuild index ef8c9bd68d9..8734f3c01db 100644 --- a/dev-python/python3-lxc/python3-lxc-3.0.4.ebuild +++ b/dev-python/python3-lxc/python3-lxc-3.0.4.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://linuxcontainers.org/downloads/lxc/${P}.tar.gz LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86" IUSE="verify-sig" RDEPEND="app-emulation/lxc"