From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-980815-garchives=archives.gentoo.org@lists.gentoo.org>
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 1A0CF1396DA
	for <garchives@archives.gentoo.org>; Sat, 28 Oct 2017 07:43:41 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 39EFCE0CAE;
	Sat, 28 Oct 2017 07:43:40 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 18FA7E0CAE
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 Oct 2017 07:43:39 +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 CD8A7341650
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 Oct 2017 07:43:38 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B39A83B
	for <gentoo-commits@lists.gentoo.org>; Sat, 28 Oct 2017 07:43:37 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1509176442.8fd2e5e7f9a86eb55e8b8592dd1e1053f22f7c48.asturm@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.1.2.ebuild
X-VCS-Directories: dev-util/kdevelop-php/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 8fd2e5e7f9a86eb55e8b8592dd1e1053f22f7c48
X-VCS-Branch: master
Date: Sat, 28 Oct 2017 07:43:37 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 75a8efda-9b68-46c9-84d9-4978c24c7a04
X-Archives-Hash: c3a9a5760ef4d00441618900998e2a89

commit:     8fd2e5e7f9a86eb55e8b8592dd1e1053f22f7c48
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 27 21:52:57 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 28 07:40:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd2e5e7

dev-util/kdevelop-php: RESTRICT=test, bug #635570

Package-Manager: Portage-2.3.12, Repoman-2.3.4

 dev-util/kdevelop-php/kdevelop-php-5.1.2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-util/kdevelop-php/kdevelop-php-5.1.2.ebuild b/dev-util/kdevelop-php/kdevelop-php-5.1.2.ebuild
index b2e792507c4..20744e9575f 100644
--- a/dev-util/kdevelop-php/kdevelop-php-5.1.2.ebuild
+++ b/dev-util/kdevelop-php/kdevelop-php-5.1.2.ebuild
@@ -43,3 +43,5 @@ RDEPEND="${COMMON_DEPEND}
 DEPEND="${COMMON_DEPEND}
 	test? ( >=dev-util/kdevplatform-${PV}:${SLOT}[test] )
 "
+
+RESTRICT+=" test"