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 24C7A1396D9 for ; Thu, 16 Nov 2017 19:40:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57280E0D47; Thu, 16 Nov 2017 19:40:43 +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 31C1EE0D47 for ; Thu, 16 Nov 2017 19:40:43 +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 EB87B33BF01 for ; Thu, 16 Nov 2017 19:40:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EECB9CEC for ; Thu, 16 Nov 2017 19:40:40 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1510861064.32436e87069afb7caccc3848c4e5dd18cd1caa27.asturm@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.2.1.ebuild X-VCS-Directories: sys-libs/kpmcore/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 32436e87069afb7caccc3848c4e5dd18cd1caa27 X-VCS-Branch: master Date: Thu, 16 Nov 2017 19:40: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: 2872b522-ab66-4e09-9bbf-95a400e2e7f2 X-Archives-Hash: 3644e22532cb367b5d76476ca53dce3f commit: 32436e87069afb7caccc3848c4e5dd18cd1caa27 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 16 19:37:44 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 16 19:37:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32436e87 sys-libs/kpmcore: 3.2.1 stable for amd64, bug #636618 Package-Manager: Portage-2.3.13, Repoman-2.3.4 sys-libs/kpmcore/kpmcore-3.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/kpmcore/kpmcore-3.2.1.ebuild b/sys-libs/kpmcore/kpmcore-3.2.1.ebuild index 8dd9ceb8adb..9afb1bae933 100644 --- a/sys-libs/kpmcore/kpmcore-3.2.1.ebuild +++ b/sys-libs/kpmcore/kpmcore-3.2.1.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"