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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BB02715808B for ; Thu, 7 Apr 2022 14:46:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9977AE0DD7; Thu, 7 Apr 2022 14:46:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00923E0DD7 for ; Thu, 7 Apr 2022 14:46:33 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 828D4340F29 for ; Thu, 7 Apr 2022 14:46:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2234177 for ; Thu, 7 Apr 2022 14:46:30 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1649342758.f8e6afa5c7bbaec0365dc1e7467e65a1a4541f87.zerochaos@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-r1.ebuild net-wireless/lorcon/lorcon-2020.06.06_p20220216.ebuild net-wireless/lorcon/lorcon-9999.ebuild X-VCS-Directories: net-wireless/lorcon/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: f8e6afa5c7bbaec0365dc1e7467e65a1a4541f87 X-VCS-Branch: master Date: Thu, 7 Apr 2022 14:46:30 +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: 0e5f758e-3893-41c1-a1e6-6cb70604407b X-Archives-Hash: 88fafb2ce81892ce8f01c7ad962fef55 commit: f8e6afa5c7bbaec0365dc1e7467e65a1a4541f87 Author: Arthur Zamarin gentoo org> AuthorDate: Wed Feb 16 18:37:56 2022 +0000 Commit: Rick Farina gentoo org> CommitDate: Thu Apr 7 14:45:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8e6afa5 net-wireless/lorcon: use newer pep517 Signed-off-by: Arthur Zamarin gentoo.org> Signed-off-by: Rick Farina gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/24215 ...06.06_p20220216.ebuild => lorcon-2020.06.06_p20220216-r1.ebuild} | 6 ++++-- net-wireless/lorcon/lorcon-9999.ebuild | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/net-wireless/lorcon/lorcon-2020.06.06_p20220216.ebuild b/net-wireless/lorcon/lorcon-2020.06.06_p20220216-r1.ebuild similarity index 92% rename from net-wireless/lorcon/lorcon-2020.06.06_p20220216.ebuild rename to net-wireless/lorcon/lorcon-2020.06.06_p20220216-r1.ebuild index 36ede49a82fc..b19aa50f2fba 100644 --- a/net-wireless/lorcon/lorcon-2020.06.06_p20220216.ebuild +++ b/net-wireless/lorcon/lorcon-2020.06.06_p20220216-r1.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_OPTIONAL=1 @@ -30,10 +31,11 @@ SLOT="0" IUSE="python" RDEPEND=" - python? ( ${PYTHON_DEPS} ) dev-libs/libnl:3= - net-libs/libpcap" + net-libs/libpcap + python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND}" +BDEPEND="python? ( ${DISTUTILS_DEPS} )" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" diff --git a/net-wireless/lorcon/lorcon-9999.ebuild b/net-wireless/lorcon/lorcon-9999.ebuild index 36ede49a82fc..b19aa50f2fba 100644 --- a/net-wireless/lorcon/lorcon-9999.ebuild +++ b/net-wireless/lorcon/lorcon-9999.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_OPTIONAL=1 @@ -30,10 +31,11 @@ SLOT="0" IUSE="python" RDEPEND=" - python? ( ${PYTHON_DEPS} ) dev-libs/libnl:3= - net-libs/libpcap" + net-libs/libpcap + python? ( ${PYTHON_DEPS} )" DEPEND="${RDEPEND}" +BDEPEND="python? ( ${DISTUTILS_DEPS} )" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"