diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-01-31 22:57:16 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-01-31 23:10:43 +0100 |
commit | 04f33af1a4a921acafa76bb8a94b247367ac96f6 (patch) | |
tree | f2cf55e79c5718f7a9221820ceb8b0834ffd9a2e /app-editors/okteta | |
parent | media-gfx/nomacs: x86 stable (bug #676968) (diff) | |
download | gentoo-04f33af1a4a921acafa76bb8a94b247367ac96f6.tar.gz gentoo-04f33af1a4a921acafa76bb8a94b247367ac96f6.tar.bz2 gentoo-04f33af1a4a921acafa76bb8a94b247367ac96f6.zip |
app-editors/okteta: x86 stable (bug #676966)
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'app-editors/okteta')
-rw-r--r-- | app-editors/okteta/okteta-0.25.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/okteta/okteta-0.25.5.ebuild b/app-editors/okteta/okteta-0.25.5.ebuild index 1956e22af1c8..ff3b15d11d80 100644 --- a/app-editors/okteta/okteta-0.25.5.ebuild +++ b/app-editors/okteta/okteta-0.25.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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" |