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 3A945138334 for ; Fri, 5 Oct 2018 13:23:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21B01E0893; Fri, 5 Oct 2018 13:23:34 +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 EBA96E0893 for ; Fri, 5 Oct 2018 13:23:32 +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 D82FB335C0C for ; Fri, 5 Oct 2018 13:23:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 100273FA for ; Fri, 5 Oct 2018 13:23:29 +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: <1538745804.3549d81070aaceebb4a33afa8d518f49332c9d7f.zlogene@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.7.1.ebuild X-VCS-Directories: kde-misc/krusader/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 3549d81070aaceebb4a33afa8d518f49332c9d7f X-VCS-Branch: master Date: Fri, 5 Oct 2018 13:23:29 +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: 88822299-e96c-49f8-b456-002b80a524f6 X-Archives-Hash: a47daf6d12bae010fb815a46445f73c2 commit: 3549d81070aaceebb4a33afa8d518f49332c9d7f Author: Mikle Kolyada gentoo org> AuthorDate: Fri Oct 5 13:23:00 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Fri Oct 5 13:23:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3549d810 kde-misc/krusader: amd64 stable wrt bug #667708 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 kde-misc/krusader/krusader-2.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-misc/krusader/krusader-2.7.1.ebuild b/kde-misc/krusader/krusader-2.7.1.ebuild index d0a80cf3007..7c25fe853da 100644 --- a/kde-misc/krusader/krusader-2.7.1.ebuild +++ b/kde-misc/krusader/krusader-2.7.1.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"