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 CB619138359 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 281FAE0829; Mon, 2 Nov 2020 23:53:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 12BBFE0829 for ; Mon, 2 Nov 2020 23:53:03 +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 0D4BC340DA7 for ; Mon, 2 Nov 2020 23:53:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 809CB3B2 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: <1604361140.820a0eabe4e19654576770f33ddb3aeb6499782f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/kdevelop-php/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/kdevelop-php/kdevelop-php-5.6.0.ebuild X-VCS-Directories: dev-util/kdevelop-php/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 820a0eabe4e19654576770f33ddb3aeb6499782f 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: e752de69-083f-4a7a-8062-642572aeb134 X-Archives-Hash: d37e302b20f8f74bf1d03ca826d68bd1 commit: 820a0eabe4e19654576770f33ddb3aeb6499782f Author: Sam James gentoo org> AuthorDate: Mon Nov 2 23:52:20 2020 +0000 Commit: Sam James gentoo org> CommitDate: Mon Nov 2 23:52:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=820a0eab dev-util/kdevelop-php: Stabilize 5.6.0 amd64, #750767 Signed-off-by: Sam James gentoo.org> dev-util/kdevelop-php/kdevelop-php-5.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/kdevelop-php/kdevelop-php-5.6.0.ebuild b/dev-util/kdevelop-php/kdevelop-php-5.6.0.ebuild index 8c793961f83..6b995a55883 100644 --- a/dev-util/kdevelop-php/kdevelop-php-5.6.0.ebuild +++ b/dev-util/kdevelop-php/kdevelop-php-5.6.0.ebuild @@ -17,7 +17,7 @@ DESCRIPTION="PHP plugin for KDevelop" HOMEPAGE="https://www.kdevelop.org/" if [[ ${KDE_BUILD_TYPE} = release ]]; then - KEYWORDS="~amd64 x86" + KEYWORDS="amd64 x86" fi LICENSE="GPL-2 LGPL-2"