diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-15 17:33:31 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-15 17:33:31 +0000 |
commit | 76bb1267f46d2ee4a36b4774964b28fb05a379cc (patch) | |
tree | d7bc07d81dca0dd85d9a5f2d2f41cdd1c70ef3bb /app-containers | |
parent | dev-python/tables: Stabilize 3.9.2 arm64, #920021 (diff) | |
download | gentoo-76bb1267f46d2ee4a36b4774964b28fb05a379cc.tar.gz gentoo-76bb1267f46d2ee4a36b4774964b28fb05a379cc.tar.bz2 gentoo-76bb1267f46d2ee4a36b4774964b28fb05a379cc.zip |
app-containers/catatonit: Stabilize 0.2.0 arm64, #920024
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-containers')
-rw-r--r-- | app-containers/catatonit/catatonit-0.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/catatonit/catatonit-0.2.0.ebuild b/app-containers/catatonit/catatonit-0.2.0.ebuild index fe9f57b4d930..d456e8839984 100644 --- a/app-containers/catatonit/catatonit-0.2.0.ebuild +++ b/app-containers/catatonit/catatonit-0.2.0.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/openSUSE/catatonit.git" else SRC_URI="https://github.com/openSUSE/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv" + KEYWORDS="amd64 arm64 ~ppc64 ~riscv" fi LICENSE="GPL-2+" |