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 0EDE7138334 for ; Tue, 2 Apr 2019 04:03:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFAD8E0864; Tue, 2 Apr 2019 04:03:33 +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 ABBEDE0864 for ; Tue, 2 Apr 2019 04:03:33 +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 E46C4335C9C for ; Tue, 2 Apr 2019 04:03:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B77B545 for ; Tue, 2 Apr 2019 04:03:29 +0000 (UTC) From: "Erik Mackdanz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Erik Mackdanz" Message-ID: <1554177792.2356986d2eeb4a7d726d22fc1829ec6b329d55ba.stasibear@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/lxcfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/lxcfs/lxcfs-3.0.3.ebuild X-VCS-Directories: sys-fs/lxcfs/ X-VCS-Committer: stasibear X-VCS-Committer-Name: Erik Mackdanz X-VCS-Revision: 2356986d2eeb4a7d726d22fc1829ec6b329d55ba X-VCS-Branch: master Date: Tue, 2 Apr 2019 04:03:29 +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: 9c9d9e71-088d-4b9b-9359-65fcce412b73 X-Archives-Hash: cfca332d91b908481eb691d7d83ced23 commit: 2356986d2eeb4a7d726d22fc1829ec6b329d55ba Author: Erik Mackdanz gentoo org> AuthorDate: Tue Apr 2 04:03:12 2019 +0000 Commit: Erik Mackdanz gentoo org> CommitDate: Tue Apr 2 04:03:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2356986d sys-fs/lxcfs: Stabilize 3.0.3 Signed-off-by: Erik Mackdanz gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.12 sys-fs/lxcfs/lxcfs-3.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/lxcfs/lxcfs-3.0.3.ebuild b/sys-fs/lxcfs/lxcfs-3.0.3.ebuild index 4d89fb38cc5..f9c354a881a 100644 --- a/sys-fs/lxcfs/lxcfs-3.0.3.ebuild +++ b/sys-fs/lxcfs/lxcfs-3.0.3.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == "9999" ]] ; then KEYWORDS="" else SRC_URI="https://github.com/lxc/lxcfs/archive/${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi # Omit all dbus. Upstream appears to require it because systemd, but