diff options
author | 2020-09-04 08:44:38 +0300 | |
---|---|---|
committer | 2020-09-04 08:47:02 +0300 | |
commit | 1be9b507c9d14e45e3a978241bcacb4b24f3c088 (patch) | |
tree | fd3d5a9297ff47716349b145d8001ab38a790cb2 /app-emulation | |
parent | app-emulation/lxc: stabilize 4.0.4 on x86 (diff) | |
download | gentoo-1be9b507c9d14e45e3a978241bcacb4b24f3c088.tar.gz gentoo-1be9b507c9d14e45e3a978241bcacb4b24f3c088.tar.bz2 gentoo-1be9b507c9d14e45e3a978241bcacb4b24f3c088.zip |
app-emulation/lxc: stabilize 4.0.4 on amd64
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/lxc/lxc-4.0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/lxc/lxc-4.0.4.ebuild b/app-emulation/lxc/lxc-4.0.4.ebuild index b5598625ec7d..fe6b7eea0236 100644 --- a/app-emulation/lxc/lxc-4.0.4.ebuild +++ b/app-emulation/lxc/lxc-4.0.4.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://linuxcontainers.org/ https://github.com/lxc/lxc" SRC_URI="https://linuxcontainers.org/downloads/lxc/${P}.tar.gz https://github.com/lxc/lxc/archive/${P}.tar.gz" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" LICENSE="LGPL-3" SLOT="0" |