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 4EC14138334 for ; Fri, 28 Sep 2018 08:36:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19FC2E099E; Fri, 28 Sep 2018 08:36:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E30B9E099E for ; Fri, 28 Sep 2018 08:36:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0126D335C2B for ; Fri, 28 Sep 2018 08:36:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2B5E3E1 for ; Fri, 28 Sep 2018 08:36:40 +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: <1538123791.9e020ca5471cc7b4a8d37f0f3709294eff46ec8a.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.25.3.ebuild X-VCS-Directories: app-editors/okteta/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 9e020ca5471cc7b4a8d37f0f3709294eff46ec8a X-VCS-Branch: master Date: Fri, 28 Sep 2018 08:36:40 +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-Archives-Salt: 514e5447-525e-4c36-8d47-bfc577d51e0d X-Archives-Hash: 3a30a807bbb5fe45b9e624c700bcc832 commit: 9e020ca5471cc7b4a8d37f0f3709294eff46ec8a Author: Mikle Kolyada gentoo org> AuthorDate: Fri Sep 28 08:36:31 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Sep 28 08:36:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e020ca5 app-editors/okteta: amd64 stable wrt bug #666302 Package-Manager: Portage-2.3.49, Repoman-2.3.10 app-editors/okteta/okteta-0.25.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/okteta/okteta-0.25.3.ebuild b/app-editors/okteta/okteta-0.25.3.ebuild index 89727e9e83b..b0e29bfec2d 100644 --- a/app-editors/okteta/okteta-0.25.3.ebuild +++ b/app-editors/okteta/okteta-0.25.3.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"