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 6E8D9138359 for ; Mon, 2 Nov 2020 23:53:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B767CE07D8; Mon, 2 Nov 2020 23:53:02 +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 A33E7E07D8 for ; Mon, 2 Nov 2020 23:53:02 +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 AC99C340D96 for ; Mon, 2 Nov 2020 23:53:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68AA11DF for ; Mon, 2 Nov 2020 23:53:00 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1604361139.906ea22544151c3e41f9277d8e3309948d5b3b0c.sam@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.0-r1.ebuild X-VCS-Directories: dev-util/kdevelop/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 906ea22544151c3e41f9277d8e3309948d5b3b0c X-VCS-Branch: master Date: Mon, 2 Nov 2020 23:53:00 +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: 980e4323-b0eb-43bb-ad08-47f295ca4fb5 X-Archives-Hash: 1db8a086757773740df8bb0240fc7ff7 commit: 906ea22544151c3e41f9277d8e3309948d5b3b0c Author: Sam James gentoo org> AuthorDate: Mon Nov 2 23:52:19 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Nov 2 23:52:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=906ea225 dev-util/kdevelop: Stabilize 5.6.0-r1 amd64, #750767 Signed-off-by: Sam James gentoo.org> dev-util/kdevelop/kdevelop-5.6.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/kdevelop/kdevelop-5.6.0-r1.ebuild b/dev-util/kdevelop/kdevelop-5.6.0-r1.ebuild index f11effbade9..78c011af579 100644 --- a/dev-util/kdevelop/kdevelop-5.6.0-r1.ebuild +++ b/dev-util/kdevelop/kdevelop-5.6.0-r1.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 x86" fi LICENSE="GPL-2 LGPL-2"