diff options
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/okteta/okteta-0.25.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/okteta/okteta-0.25.1.ebuild b/app-editors/okteta/okteta-0.25.1.ebuild index 89727e9e83b1..54d74014584c 100644 --- a/app-editors/okteta/okteta-0.25.1.ebuild +++ b/app-editors/okteta/okteta-0.25.1.ebuild @@ -10,7 +10,7 @@ inherit kde5 if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" fi DESCRIPTION="Hex editor by KDE" |