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 784D6139694 for ; Thu, 23 Mar 2017 00:26:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7FBA21C03E; Thu, 23 Mar 2017 00:26:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85C4621C03E for ; Thu, 23 Mar 2017 00:26:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 63C013415D2 for ; Thu, 23 Mar 2017 00:26:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 964457197 for ; Thu, 23 Mar 2017 00:26:03 +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: <1490227865.9a0407f4139a797c08d2f3fe944014ec7f944e86.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: 9a0407f4139a797c08d2f3fe944014ec7f944e86 X-VCS-Branch: master Date: Thu, 23 Mar 2017 00:26:03 +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: c5c66c89-97a8-4d01-99b4-ff4280b7f493 X-Archives-Hash: 4ea3cfbc3101310dafafdd4849a49aed commit: 9a0407f4139a797c08d2f3fe944014ec7f944e86 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 23 00:11:05 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 23 00:11:05 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9a0407f4 dev-util/kdevelop-python: Add missing RDEPEND Gentoo-bug: 613548 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-util/kdevelop-python/kdevelop-python-5.1.9999.ebuild | 3 +++ dev-util/kdevelop-python/kdevelop-python-9999.ebuild | 3 +++ 2 files changed, 6 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 070e4627eb..240e6008cc 100644 --- a/dev-util/kdevelop-python/kdevelop-python-5.1.9999.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-5.1.9999.ebuild @@ -13,6 +13,8 @@ DESCRIPTION="Python plugin for KDevelop" IUSE="" [[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + DEPEND="${PYTHON_DEPS} $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) @@ -31,6 +33,7 @@ DEPEND="${PYTHON_DEPS} dev-util/kdevplatform:5 " RDEPEND="${DEPEND} + dev-python/pycodestyle[${PYTHON_USEDEP}] dev-util/kdevelop:5 " diff --git a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild index f290c118f1..4bb18371cf 100644 --- a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild @@ -12,6 +12,8 @@ DESCRIPTION="Python plugin for KDevelop" IUSE="" [[ ${KDE_BUILD_TYPE} = release ]] && KEYWORDS="~amd64 ~x86" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + DEPEND="${PYTHON_DEPS} $(add_frameworks_dep kcompletion) $(add_frameworks_dep kconfig) @@ -30,6 +32,7 @@ DEPEND="${PYTHON_DEPS} dev-util/kdevplatform:5 " RDEPEND="${DEPEND} + dev-python/pycodestyle[${PYTHON_USEDEP}] dev-util/kdevelop:5 "