From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1564053-garchives=archives.gentoo.org@lists.gentoo.org>
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 BDD3B15814D
	for <garchives@archives.gentoo.org>; Thu, 19 Oct 2023 15:13:24 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 045652BC1C0;
	Thu, 19 Oct 2023 15:13:24 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 E2D872BC1C0
	for <gentoo-commits@lists.gentoo.org>; Thu, 19 Oct 2023 15:13:23 +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 3F1D5335D42
	for <gentoo-commits@lists.gentoo.org>; Thu, 19 Oct 2023 15:13:23 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id DBDC51295
	for <gentoo-commits@lists.gentoo.org>; Thu, 19 Oct 2023 15:13:20 +0000 (UTC)
From: "Michał Górny" <mgorny@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, "Michał Górny" <mgorny@gentoo.org>
Message-ID: <1697728386.382e68e4a2ac95a6fd12e67d84630cea11f28ef1.mgorny@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/clang-python/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/clang-python/clang-python-17.0.3.9999.ebuild dev-python/clang-python/clang-python-18.0.0.9999.ebuild dev-python/clang-python/clang-python-18.0.0_pre20231013.ebuild
X-VCS-Directories: dev-python/clang-python/
X-VCS-Committer: mgorny
X-VCS-Committer-Name: Michał Górny
X-VCS-Revision: 382e68e4a2ac95a6fd12e67d84630cea11f28ef1
X-VCS-Branch: master
Date: Thu, 19 Oct 2023 15:13:20 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 5ac894b5-7274-45d1-bfe3-6edc0c03a936
X-Archives-Hash: 15e7eb6704258f34a96560be7ab766e5

commit:     382e68e4a2ac95a6fd12e67d84630cea11f28ef1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 19 15:04:45 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 19 15:13:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=382e68e4

dev-python/clang-python: Fix EmptyGlobalAssignment

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/clang-python/clang-python-17.0.3.9999.ebuild        | 1 -
 dev-python/clang-python/clang-python-18.0.0.9999.ebuild        | 1 -
 dev-python/clang-python/clang-python-18.0.0_pre20231013.ebuild | 1 -
 3 files changed, 3 deletions(-)

diff --git a/dev-python/clang-python/clang-python-17.0.3.9999.ebuild b/dev-python/clang-python/clang-python-17.0.3.9999.ebuild
index 0b4b598d92ff..e1394f43bcd1 100644
--- a/dev-python/clang-python/clang-python-17.0.3.9999.ebuild
+++ b/dev-python/clang-python/clang-python-17.0.3.9999.ebuild
@@ -11,7 +11,6 @@ HOMEPAGE="https://llvm.org/"
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
-KEYWORDS=""
 IUSE="test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"

diff --git a/dev-python/clang-python/clang-python-18.0.0.9999.ebuild b/dev-python/clang-python/clang-python-18.0.0.9999.ebuild
index 0b4b598d92ff..e1394f43bcd1 100644
--- a/dev-python/clang-python/clang-python-18.0.0.9999.ebuild
+++ b/dev-python/clang-python/clang-python-18.0.0.9999.ebuild
@@ -11,7 +11,6 @@ HOMEPAGE="https://llvm.org/"
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
-KEYWORDS=""
 IUSE="test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"

diff --git a/dev-python/clang-python/clang-python-18.0.0_pre20231013.ebuild b/dev-python/clang-python/clang-python-18.0.0_pre20231013.ebuild
index 0b4b598d92ff..e1394f43bcd1 100644
--- a/dev-python/clang-python/clang-python-18.0.0_pre20231013.ebuild
+++ b/dev-python/clang-python/clang-python-18.0.0_pre20231013.ebuild
@@ -11,7 +11,6 @@ HOMEPAGE="https://llvm.org/"
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
-KEYWORDS=""
 IUSE="test"
 RESTRICT="!test? ( test )"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"