diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-01 01:35:48 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-01 02:05:41 +0200 |
commit | a41a6f885e197a5198491abf56aad54e8e525b81 (patch) | |
tree | 5f9366026387433920c6a53370f46af0bc151395 /app-editors/okteta | |
parent | dev-perl/DateTime: x86 stable (bug #667266) (diff) | |
download | gentoo-a41a6f885e197a5198491abf56aad54e8e525b81.tar.gz gentoo-a41a6f885e197a5198491abf56aad54e8e525b81.tar.bz2 gentoo-a41a6f885e197a5198491abf56aad54e8e525b81.zip |
app-editors/okteta: x86 stable (bug #666302)
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
Diffstat (limited to 'app-editors/okteta')
-rw-r--r-- | app-editors/okteta/okteta-0.25.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/okteta/okteta-0.25.3.ebuild b/app-editors/okteta/okteta-0.25.3.ebuild index b0e29bfec2df..e023724f2d7c 100644 --- a/app-editors/okteta/okteta-0.25.3.ebuild +++ b/app-editors/okteta/okteta-0.25.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 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" |