diff options
-rw-r--r-- | app-editors/okteta/okteta-0.26.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/okteta/okteta-0.26.7.ebuild b/app-editors/okteta/okteta-0.26.7.ebuild index cf8171388a8d..fbefa8d222f5 100644 --- a/app-editors/okteta/okteta-0.26.7.ebuild +++ b/app-editors/okteta/okteta-0.26.7.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://apps.kde.org/okteta/ https://utils.kde.org/projects/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 )" |