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 0E15C1396D0 for ; Fri, 18 Aug 2017 15:35:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 680D9E0DC9; Fri, 18 Aug 2017 15:34:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 4B262E0DC9 for ; Fri, 18 Aug 2017 15:34:59 +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 6485834195B for ; Fri, 18 Aug 2017 15:34:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C2567A3F for ; Fri, 18 Aug 2017 15:34:55 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1503070486.d1b0a3754d8e3610ad3a0f5d0a370fc789bbce70.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/kpmcore/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/kpmcore/kpmcore-3.1.2.ebuild X-VCS-Directories: sys-libs/kpmcore/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: d1b0a3754d8e3610ad3a0f5d0a370fc789bbce70 X-VCS-Branch: master Date: Fri, 18 Aug 2017 15:34:55 +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: cc32c7bd-f356-443e-880f-328c227c554c X-Archives-Hash: 3859478bb45bb3650ceeb11503692d53 commit: d1b0a3754d8e3610ad3a0f5d0a370fc789bbce70 Author: Michael Palimaka gentoo org> AuthorDate: Fri Aug 18 15:34:09 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Aug 18 15:34:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1b0a375 sys-libs/kpmcore: amd64/x86 stable Gentoo-bug: 627194 Package-Manager: Portage-2.3.6, Repoman-2.3.3 sys-libs/kpmcore/kpmcore-3.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/kpmcore/kpmcore-3.1.2.ebuild b/sys-libs/kpmcore/kpmcore-3.1.2.ebuild index 6b1b7065601..cf246681f48 100644 --- a/sys-libs/kpmcore/kpmcore-3.1.2.ebuild +++ b/sys-libs/kpmcore/kpmcore-3.1.2.ebuild @@ -7,7 +7,7 @@ inherit kde5 if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="amd64 ~arm x86" fi DESCRIPTION="Library for managing partitions"