repo/gentoo:master commit in: app-containers/crun/
"Arthur Zamarin" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786825505.ffbbbc2d090bbab531c27f14e966f77cac5c52e6.arthurzam@gentoo> |
commit: ffbbbc2d090bbab531c27f14e966f77cac5c52e6
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 15 20:25:05 2026 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 15 20:25:05 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffbbbc2d
app-containers/crun: Stabilize 1.28 ppc64, #980950
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-containers/crun/crun-1.28.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-containers/crun/crun-1.28.ebuild b/app-containers/crun/crun-1.28.ebuild
index 24f1aec250c5..a4cf77479837 100644
--- a/app-containers/crun/crun-1.28.ebuild
+++ b/app-containers/crun/crun-1.28.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
inherit autotools libtool python-any-r1 flag-o-matic toolchain-funcs
@@ -15,7 +15,7 @@ if [[ "${PV}" == *9999* ]]; then
EGIT_REPO_URI="https://github.com/containers/${PN}.git"
else
SRC_URI="https://github.com/containers/${PN}/releases/download/${PV}/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv"
+ KEYWORDS="~amd64 ~arm ~arm64 ~loong ppc64 ~riscv"
fi
LICENSE="GPL-2+ LGPL-2.1+"