commit: 66ca65e0f3c23dcc5f15009edcb96f4e6191a9d1 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Tue Feb 3 20:45:30 2026 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Tue Feb 3 20:45:30 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ca65e0
dev-embedded/esptool: Stabilize 5.1.0 ALLARCHES, #969523 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-embedded/esptool/esptool-5.1.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-embedded/esptool/esptool-5.1.0.ebuild b/dev-embedded/esptool/esptool-5.1.0.ebuild index d86d03f7ca0e..6f6cf13d2a73 100644 --- a/dev-embedded/esptool/esptool-5.1.0.ebuild +++ b/dev-embedded/esptool/esptool-5.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2025 Gentoo Authors +# Copyright 2021-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/espressif/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm arm64 x86" RDEPEND=" $(python_gen_cond_dep '
