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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 81D59158086 for ; Fri, 12 Nov 2021 18:54:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 468A4E09BF; Fri, 12 Nov 2021 18:54:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC3F9E09BD for ; Fri, 12 Nov 2021 18:54:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7F3BE3431B6 for ; Fri, 12 Nov 2021 18:54:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21E521C1 for ; Fri, 12 Nov 2021 18:54:48 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1636742788.21ef6e379259893cf013fb41f98be71b8235a401.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/kdevelop/kdevelop-5.6.2.ebuild X-VCS-Directories: dev-util/kdevelop/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 21ef6e379259893cf013fb41f98be71b8235a401 X-VCS-Branch: master Date: Fri, 12 Nov 2021 18:54:48 +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: bdc49e10-b444-42ad-ba35-aec1f20d9d96 X-Archives-Hash: 7b7646248a98e4d1dfd10b54ff3de894 commit: 21ef6e379259893cf013fb41f98be71b8235a401 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Nov 12 18:41:18 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Nov 12 18:46:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21ef6e37 dev-util/kdevelop: keyword 5.6.2 for ~ppc64 Signed-off-by: Georgy Yakovlev gentoo.org> dev-util/kdevelop/kdevelop-5.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/kdevelop/kdevelop-5.6.2.ebuild b/dev-util/kdevelop/kdevelop-5.6.2.ebuild index 45c37a3c05d..cbfb2cfc4eb 100644 --- a/dev-util/kdevelop/kdevelop-5.6.2.ebuild +++ b/dev-util/kdevelop/kdevelop-5.6.2.ebuild @@ -16,7 +16,7 @@ DESCRIPTION="Integrated Development Environment, supporting KF5/Qt, C/C++ and mu HOMEPAGE="https://kdevelop.org/" if [[ ${KDE_BUILD_TYPE} = release ]]; then - KEYWORDS="amd64 ~arm64 x86" + KEYWORDS="amd64 ~arm64 ~ppc64 x86" fi LICENSE="GPL-2 LGPL-2"