From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D4E0138334 for ; Sat, 20 Apr 2019 23:45:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B12AE0C35; Sat, 20 Apr 2019 23:45:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0241CE0C37 for ; Sat, 20 Apr 2019 23:45:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FABB342105 for ; Sat, 20 Apr 2019 17:46:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F08B65C1 for ; Sat, 20 Apr 2019 17:46:05 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1555782319.2f7942733fea1c3f03857daf8d112b6631ae228d.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/okteta/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/okteta/okteta-0.26.1.ebuild X-VCS-Directories: app-editors/okteta/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 2f7942733fea1c3f03857daf8d112b6631ae228d X-VCS-Branch: master Date: Sat, 20 Apr 2019 17:46:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e5259a46-1479-478d-9cef-483dc34dd305 X-Archives-Hash: f346be8841fe9c918ce3dc7f4ab102cd commit: 2f7942733fea1c3f03857daf8d112b6631ae228d Author: Mikle Kolyada gentoo org> AuthorDate: Sat Apr 20 17:45:19 2019 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Apr 20 17:45:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f794273 app-editors/okteta: amd64 stable wrt bug #683700 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64" app-editors/okteta/okteta-0.26.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/okteta/okteta-0.26.1.ebuild b/app-editors/okteta/okteta-0.26.1.ebuild index 26543662e04..6ffa594faf9 100644 --- a/app-editors/okteta/okteta-0.26.1.ebuild +++ b/app-editors/okteta/okteta-0.26.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"