diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-15 17:13:52 +0000 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-12-15 17:13:52 +0000 |
commit | dd917c93159889ace3e73636af2e360dc2f1c43f (patch) | |
tree | 8a1d1a2509a8b9f3c18600b540b99f41332faa61 /app-containers | |
parent | dev-python/tables: Stabilize 3.9.2 amd64, #920021 (diff) | |
download | gentoo-dd917c93159889ace3e73636af2e360dc2f1c43f.tar.gz gentoo-dd917c93159889ace3e73636af2e360dc2f1c43f.tar.bz2 gentoo-dd917c93159889ace3e73636af2e360dc2f1c43f.zip |
app-containers/catatonit: Stabilize 0.2.0 amd64, #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 74469d9d4d19..fe9f57b4d930 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+" |