From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id CEB951584AD for ; Thu, 01 May 2025 22:13:09 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B978E342FF2 for ; Thu, 01 May 2025 22:13:09 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 82F631103BD; Thu, 01 May 2025 22:13:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 bobolink.gentoo.org (Postfix) with ESMTPS id 7A5EB1103BD for ; Thu, 01 May 2025 22:13:01 +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 3136C342FF2 for ; Thu, 01 May 2025 22:13:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1517266A for ; Thu, 01 May 2025 22:12:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1746137555.9f14fceb2f6934b0a88118892cb378c1f8000091.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/lorcon/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/lorcon/lorcon-2020.06.06_p20220216-r2.ebuild net-wireless/lorcon/lorcon-2020.06.06_p20220216-r3.ebuild net-wireless/lorcon/lorcon-9999.ebuild X-VCS-Directories: net-wireless/lorcon/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9f14fceb2f6934b0a88118892cb378c1f8000091 X-VCS-Branch: master Date: Thu, 01 May 2025 22:12:59 +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: aed4ec04-e972-41ac-826a-818aacf28e08 X-Archives-Hash: df81abcb2aaa35e940a6184b2bb4afd5 commit: 9f14fceb2f6934b0a88118892cb378c1f8000091 Author: Sam James gentoo org> AuthorDate: Thu May 1 22:11:50 2025 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 1 22:12:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f14fceb net-wireless/lorcon: set DISTUTILS_EXT=1 Closes: https://bugs.gentoo.org/954874 Signed-off-by: Sam James gentoo.org> ...06.06_p20220216-r2.ebuild => lorcon-2020.06.06_p20220216-r3.ebuild} | 3 ++- net-wireless/lorcon/lorcon-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/net-wireless/lorcon/lorcon-2020.06.06_p20220216-r2.ebuild b/net-wireless/lorcon/lorcon-2020.06.06_p20220216-r3.ebuild similarity index 99% rename from net-wireless/lorcon/lorcon-2020.06.06_p20220216-r2.ebuild rename to net-wireless/lorcon/lorcon-2020.06.06_p20220216-r3.ebuild index 2115b02481da..fee2ff4b06a4 100644 --- a/net-wireless/lorcon/lorcon-2020.06.06_p20220216-r2.ebuild +++ b/net-wireless/lorcon/lorcon-2020.06.06_p20220216-r3.ebuild @@ -3,9 +3,10 @@ EAPI=8 +DISTUTILS_EXT=1 +DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{11..12} ) -DISTUTILS_OPTIONAL=1 inherit distutils-r1 flag-o-matic diff --git a/net-wireless/lorcon/lorcon-9999.ebuild b/net-wireless/lorcon/lorcon-9999.ebuild index 94e12916cb7b..a409a8f697a5 100644 --- a/net-wireless/lorcon/lorcon-9999.ebuild +++ b/net-wireless/lorcon/lorcon-9999.ebuild @@ -3,9 +3,10 @@ EAPI=8 +DISTUTILS_EXT=1 +DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{11..12} ) -DISTUTILS_OPTIONAL=1 inherit distutils-r1 flag-o-matic