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 E128C139694 for ; Tue, 20 Jun 2017 05:18:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65B63E0D9E; Tue, 20 Jun 2017 05:18:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 437D6E0DA0 for ; Tue, 20 Jun 2017 05:18:02 +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 CE08B341A08 for ; Tue, 20 Jun 2017 05:18:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D01157494 for ; Tue, 20 Jun 2017 05:17:57 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1497935817.4c5b2ca579a06b9da76d43faa73c7f4dd6d032e1.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/krusader/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/krusader/krusader-2.6.0.ebuild X-VCS-Directories: kde-misc/krusader/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 4c5b2ca579a06b9da76d43faa73c7f4dd6d032e1 X-VCS-Branch: master Date: Tue, 20 Jun 2017 05:17:57 +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: 610b1841-513a-4e7f-8d73-7f59bd8bb67b X-Archives-Hash: d6a4c2e8ada310b095cf5b57d9597a12 commit: 4c5b2ca579a06b9da76d43faa73c7f4dd6d032e1 Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Jun 20 05:16:57 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Jun 20 05:16:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c5b2ca5 kde-misc/krusader: x86 stable wrt bug #622042 Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo gentoo.org> kde-misc/krusader/krusader-2.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-misc/krusader/krusader-2.6.0.ebuild b/kde-misc/krusader/krusader-2.6.0.ebuild index 527bf1fc8f3..19db3d9c03e 100644 --- a/kde-misc/krusader/krusader-2.6.0.ebuild +++ b/kde-misc/krusader/krusader-2.6.0.ebuild @@ -8,7 +8,7 @@ inherit kde5 if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~x86" + KEYWORDS="amd64 x86" fi DESCRIPTION="Advanced twin-panel (commander-style) file-manager with many extras"