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 E7D741582EF for ; Sat, 22 Feb 2025 08:02:12 +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 D22D8343217 for ; Sat, 22 Feb 2025 08:02:12 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 07A3211047E; Sat, 22 Feb 2025 08:02:06 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 02D8F11047E for ; Sat, 22 Feb 2025 08:02:05 +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 ABCF33431DE for ; Sat, 22 Feb 2025 08:02:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0BBB92733 for ; Sat, 22 Feb 2025 08:02:04 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1740211069.76eda435d430141036ad82739d7246953a538f3a.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/esptool/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/esptool/esptool-4.8.1.ebuild X-VCS-Directories: dev-embedded/esptool/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 76eda435d430141036ad82739d7246953a538f3a X-VCS-Branch: master Date: Sat, 22 Feb 2025 08:02:04 +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: 96858839-554c-445b-b232-6ad9859146cb X-Archives-Hash: 40d98599de4f98449ef37cff478a3fc8 commit: 76eda435d430141036ad82739d7246953a538f3a Author: Ulrich Müller gentoo org> AuthorDate: Fri Feb 14 16:16:38 2025 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Feb 22 07:57:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76eda435 dev-embedded/esptool: Fix incorrect REPLACING_VERSIONS usage Signed-off-by: Ulrich Müller gentoo.org> dev-embedded/esptool/esptool-4.8.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-embedded/esptool/esptool-4.8.1.ebuild b/dev-embedded/esptool/esptool-4.8.1.ebuild index 8036d355abd6..087a54ac1cff 100644 --- a/dev-embedded/esptool/esptool-4.8.1.ebuild +++ b/dev-embedded/esptool/esptool-4.8.1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools DISTUTILS_SINGLE_IMPL=1 -inherit distutils-r1 +inherit distutils-r1 eapi9-ver DESCRIPTION="Utility to communicate with the ROM bootloader in Espressif ESP8266 and ESP32" HOMEPAGE="https://github.com/espressif/esptool" @@ -58,7 +58,7 @@ src_prepare() { } pkg_postinst() { - if ver_test ${REPLACING_VERSIONS} -lt 4; then + if ver_replacing -lt 4; then ewarn "${P} - new 4.x release with breaking changes:" ewarn " - Public API has been defined by limiting access to internals that have been refactored into multiple source files" ewarn " - If active security features are detected, the default behavior changes to prevent unintentional bricking"