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 87562139347 for ; Thu, 22 Jul 2021 20:00:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB7FCE09E5; Thu, 22 Jul 2021 20:00:37 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBE18E09E4 for ; Thu, 22 Jul 2021 20:00:37 +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 C578B340B63 for ; Thu, 22 Jul 2021 20:00:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13A857EE for ; Thu, 22 Jul 2021 20:00:34 +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: <1626983702.13ce851003b831f0625f9a0ed99fca368b37bb7d.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.6.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: 13ce851003b831f0625f9a0ed99fca368b37bb7d X-VCS-Branch: master Date: Thu, 22 Jul 2021 20:00:34 +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: 679897ed-8455-4c99-a3ba-c93983a3c70e X-Archives-Hash: 0780f8dd17738dfa53d0230aca68d45b commit: 13ce851003b831f0625f9a0ed99fca368b37bb7d Author: David Seifert gentoo org> AuthorDate: Sat Jul 17 18:15:42 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jul 22 19:55:02 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=13ce8510 dev-util/kdevelop-python: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP Signed-off-by: David Seifert gentoo.org> Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdevelop-python/kdevelop-python-5.6.9999.ebuild | 2 +- dev-util/kdevelop-python/kdevelop-python-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/kdevelop-python/kdevelop-python-5.6.9999.ebuild b/dev-util/kdevelop-python/kdevelop-python-5.6.9999.ebuild index d5c772fb5e..96a30a65d0 100644 --- a/dev-util/kdevelop-python/kdevelop-python-5.6.9999.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-5.6.9999.ebuild @@ -44,7 +44,7 @@ DEPEND="${PYTHON_DEPS} " RDEPEND="${DEPEND} $(python_gen_cond_dep ' - dev-python/pycodestyle[${PYTHON_MULTI_USEDEP}] + dev-python/pycodestyle[${PYTHON_USEDEP}] ') " diff --git a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild index d5c772fb5e..96a30a65d0 100644 --- a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild @@ -44,7 +44,7 @@ DEPEND="${PYTHON_DEPS} " RDEPEND="${DEPEND} $(python_gen_cond_dep ' - dev-python/pycodestyle[${PYTHON_MULTI_USEDEP}] + dev-python/pycodestyle[${PYTHON_USEDEP}] ') "