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 8B2FB1396D1 for ; Fri, 18 Aug 2017 17:05:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB0AAE0DD1; Fri, 18 Aug 2017 17:05:50 +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 CB082E0DD1 for ; Fri, 18 Aug 2017 17:05:50 +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 CDAC234199D for ; Fri, 18 Aug 2017 17:05:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 787EE7A3C for ; Fri, 18 Aug 2017 17:05:48 +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: <1503075926.cfb1480f45aa49397f5bda727315bdceb980d161.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevelop-python/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevelop-python/kdevelop-python-5.1.9999.ebuild dev-util/kdevelop-python/kdevelop-python-9999.ebuild X-VCS-Directories: dev-util/kdevelop-python/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: cfb1480f45aa49397f5bda727315bdceb980d161 X-VCS-Branch: master Date: Fri, 18 Aug 2017 17:05: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-Archives-Salt: ffb19d95-2e02-4e38-86a8-454a34eb8c9d X-Archives-Hash: 841e7cdd172ab0657dc4d2f6f4269973 commit: cfb1480f45aa49397f5bda727315bdceb980d161 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Aug 18 17:02:11 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Aug 18 17:05:26 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cfb1480f dev-util/kdevelop-python: Switch KDE_TEST to forceoptional Upstream commit 8705b280726863f38065668fdfb02577482f0bcc Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-util/kdevelop-python/kdevelop-python-5.1.9999.ebuild | 1 + dev-util/kdevelop-python/kdevelop-python-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-util/kdevelop-python/kdevelop-python-5.1.9999.ebuild b/dev-util/kdevelop-python/kdevelop-python-5.1.9999.ebuild index fe446336d5..681783b6f1 100644 --- a/dev-util/kdevelop-python/kdevelop-python-5.1.9999.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-5.1.9999.ebuild @@ -4,6 +4,7 @@ EAPI=6 EGIT_BRANCH="5.1" +KDE_TEST="forceoptional" KDEBASE="kdevelop" KMNAME="kdev-python" PYTHON_COMPAT=( python3_{4,5,6} ) diff --git a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild index 7ad4c1a3ba..94408d45b7 100644 --- a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild @@ -3,6 +3,7 @@ EAPI=6 +KDE_TEST="forceoptional" KDEBASE="kdevelop" KMNAME="kdev-python" PYTHON_COMPAT=( python3_{4,5,6} )