diff options
author | Virgil Dupras <vdupras@gentoo.org> | 2019-01-01 08:47:23 -0500 |
---|---|---|
committer | Virgil Dupras <vdupras@gentoo.org> | 2019-01-01 08:47:23 -0500 |
commit | 6356d95461f57492ee62e30b5d0c731826be9974 (patch) | |
tree | 4c26376ad85264389c7d54d3a6225fcb32fff297 /app-emulation/lxc-templates | |
parent | dev-libs/appstream-glib: ensure gobject-introsection that works with meson (diff) | |
download | gentoo-6356d95461f57492ee62e30b5d0c731826be9974.tar.gz gentoo-6356d95461f57492ee62e30b5d0c731826be9974.tar.bz2 gentoo-6356d95461f57492ee62e30b5d0c731826be9974.zip |
app-emulation/lxc-templates: stabilize 3.0.3 for amd64 and x86
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-emulation/lxc-templates')
-rw-r--r-- | app-emulation/lxc-templates/lxc-templates-3.0.3.ebuild | 4 |
1 files 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 4a4dcd5d0e2a..c52d602d5218 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" |