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 81310138359 for ; Mon, 26 Oct 2020 13:56:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 825A6E0895; Mon, 26 Oct 2020 13:56:24 +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 62559E0895 for ; Mon, 26 Oct 2020 13:56:24 +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 9216434087F for ; Mon, 26 Oct 2020 13:56:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FCA23BF for ; Mon, 26 Oct 2020 13:56:20 +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: <1603720546.8be95d0054f4f315915be317e6226eeacd8b8844.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-4.2.0.ebuild X-VCS-Directories: sys-libs/kpmcore/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8be95d0054f4f315915be317e6226eeacd8b8844 X-VCS-Branch: master Date: Mon, 26 Oct 2020 13:56:20 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7aec4fb6-d1aa-48a9-9a8b-165201cc0f5c X-Archives-Hash: 17d113e013024b834c37e0eab69d747c commit: 8be95d0054f4f315915be317e6226eeacd8b8844 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 26 13:16:01 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 26 13:55:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8be95d00 sys-libs/kpmcore: 4.2.0 amd64 stable Bug: https://bugs.gentoo.org/749822 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-libs/kpmcore/kpmcore-4.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/kpmcore/kpmcore-4.2.0.ebuild b/sys-libs/kpmcore/kpmcore-4.2.0.ebuild index af375a1deee..2e80358ddd5 100644 --- a/sys-libs/kpmcore/kpmcore-4.2.0.ebuild +++ b/sys-libs/kpmcore/kpmcore-4.2.0.ebuild @@ -10,7 +10,7 @@ inherit ecm kde.org if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~arm64 x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi DESCRIPTION="Library for managing partitions"