diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-14 20:55:05 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-14 20:55:05 +0300 |
commit | d9ec81633ded5127b35e247fbca361c80a4f521d (patch) | |
tree | 29282f03f4fe2775b3f8f6ff228d31e25726e1e2 /app-editors | |
parent | app-editors/okteta: Stabilize 0.26.17 arm64, #939436 (diff) | |
download | gentoo-d9ec81633ded5127b35e247fbca361c80a4f521d.tar.gz gentoo-d9ec81633ded5127b35e247fbca361c80a4f521d.tar.bz2 gentoo-d9ec81633ded5127b35e247fbca361c80a4f521d.zip |
app-editors/okteta: Stabilize 0.26.17 x86, #939436
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/okteta/okteta-0.26.17.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/okteta/okteta-0.26.17.ebuild b/app-editors/okteta/okteta-0.26.17.ebuild index 23a74ba4a1bd..d7827f1dbd5b 100644 --- a/app-editors/okteta/okteta-0.26.17.ebuild +++ b/app-editors/okteta/okteta-0.26.17.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://apps.kde.org/okteta/" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" - KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86" fi LICENSE="GPL-2 handbook? ( FDL-1.2 )" |