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 26A671382C5 for ; Fri, 4 May 2018 15:36:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9374FE08BB; Fri, 4 May 2018 15:36:38 +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 7495AE08A5 for ; Fri, 4 May 2018 15:36:38 +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 987B3335C7C for ; Fri, 4 May 2018 15:36:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BBA541 for ; Fri, 4 May 2018 15:36:34 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1525448090.7f3b00f7bd9938a078372ec070ed4be00f4dffe2.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/smb4k/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/smb4k/smb4k-2.1.0.ebuild X-VCS-Directories: net-misc/smb4k/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 7f3b00f7bd9938a078372ec070ed4be00f4dffe2 X-VCS-Branch: master Date: Fri, 4 May 2018 15:36:34 +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: 335a60d1-e44f-4e87-9d47-c45a89c58b87 X-Archives-Hash: f602c09ef86be32bc3798d0a19e02d8e commit: 7f3b00f7bd9938a078372ec070ed4be00f4dffe2 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri May 4 15:34:50 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri May 4 15:34:50 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f3b00f7 net-misc/smb4k: x86 stable (bug #654732) Package-Manager: Portage-2.3.34, Repoman-2.3.9 net-misc/smb4k/smb4k-2.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/smb4k/smb4k-2.1.0.ebuild b/net-misc/smb4k/smb4k-2.1.0.ebuild index 74eb7914f02..9255e0027eb 100644 --- a/net-misc/smb4k/smb4k-2.1.0.ebuild +++ b/net-misc/smb4k/smb4k-2.1.0.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://sourceforge.net/p/smb4k/home/Home/" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 x86" fi LICENSE="GPL-2"