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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DF37F158041 for ; Thu, 7 Mar 2024 12:09:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98137E29C4; Thu, 7 Mar 2024 12:09:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7774DE29C4 for ; Thu, 7 Mar 2024 12:09:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CD4534302D for ; Thu, 7 Mar 2024 12:09:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD5C914EF for ; Thu, 7 Mar 2024 12:09:15 +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: <1709812589.4269d0d9127a19e61d0551d6d628fa1e58970dc4.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-24.02.49.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: 4269d0d9127a19e61d0551d6d628fa1e58970dc4 X-VCS-Branch: master Date: Thu, 7 Mar 2024 12:09:15 +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: a227ff9b-b9e2-47a0-b78b-081dabddc1fa X-Archives-Hash: 00d2d464190e25d1ad0d64b38db1fdeb commit: 4269d0d9127a19e61d0551d6d628fa1e58970dc4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 7 11:56:29 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 7 11:56:29 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4269d0d9 dev-util/kdevelop-python: Minor style fix Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kdevelop-python/kdevelop-python-24.02.49.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-24.02.49.9999.ebuild b/dev-util/kdevelop-python/kdevelop-python-24.02.49.9999.ebuild index a420f23aee..d4369f81db 100644 --- a/dev-util/kdevelop-python/kdevelop-python-24.02.49.9999.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-24.02.49.9999.ebuild @@ -16,8 +16,8 @@ HOMEPAGE="https://www.kdevelop.org/" LICENSE="GPL-2" # TODO: CHECK SLOT="5" -IUSE="" KEYWORDS="" +IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="test" diff --git a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild index a420f23aee..d4369f81db 100644 --- a/dev-util/kdevelop-python/kdevelop-python-9999.ebuild +++ b/dev-util/kdevelop-python/kdevelop-python-9999.ebuild @@ -16,8 +16,8 @@ HOMEPAGE="https://www.kdevelop.org/" LICENSE="GPL-2" # TODO: CHECK SLOT="5" -IUSE="" KEYWORDS="" +IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RESTRICT="test"