From: Erik Mackdanz Date: Thu, 7 Feb 2019 03:16:27 +0000 (-0600) Subject: sys-fs/lxcfs: Stabilize 3.0.2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9734a0dae2f280319c78f77685aa3f6ab9af5ce9;p=gentoo.git sys-fs/lxcfs: Stabilize 3.0.2 Closes: https://bugs.gentoo.org/676070 Signed-off-by: Erik Mackdanz Package-Manager: Portage-2.3.59, Repoman-2.3.12 --- diff --git a/sys-fs/lxcfs/lxcfs-3.0.2.ebuild b/sys-fs/lxcfs/lxcfs-3.0.2.ebuild index ce923205a59a..6c80f13b0e87 100644 --- a/sys-fs/lxcfs/lxcfs-3.0.2.ebuild +++ b/sys-fs/lxcfs/lxcfs-3.0.2.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=6 @@ -11,13 +11,13 @@ SLOT="0" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/lxc/lxcfs.git" - EGIT_BRANCH="master" + EGIT_BRANCH="master" inherit git-r3 - SRC_URI="" + SRC_URI="" 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