diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-11 09:22:29 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-11 09:22:29 +0300 |
commit | e219d76cac0ff0fb41b2e7c6a1ba2dd8128275d7 (patch) | |
tree | a96b3d769fff51dac4635931576187eba9c3b6a9 /app-containers/k3d | |
parent | dev-python/ipython: Stabilize 8.25.0 arm, #934339 (diff) | |
download | gentoo-e219d76cac0ff0fb41b2e7c6a1ba2dd8128275d7.tar.gz gentoo-e219d76cac0ff0fb41b2e7c6a1ba2dd8128275d7.tar.bz2 gentoo-e219d76cac0ff0fb41b2e7c6a1ba2dd8128275d7.zip |
app-containers/k3d: Stabilize 5.6.0 amd64, #935838
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-containers/k3d')
-rw-r--r-- | app-containers/k3d/k3d-5.6.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-containers/k3d/k3d-5.6.0.ebuild b/app-containers/k3d/k3d-5.6.0.ebuild index 1baa48e507e5..8b268675c330 100644 --- a/app-containers/k3d/k3d-5.6.0.ebuild +++ b/app-containers/k3d/k3d-5.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/rancher/k3d/archive/refs/tags/v${PV}.tar.gz -> ${P}. LICENSE="MIT Apache-2.0 BSD BSD-2 MPL-2.0 ISC" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="doc" src_prepare() { |