commit: 2a919c12bd3f357f9d2e6e39d862692c83f50e81 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jan 28 23:15:04 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jan 28 23:15:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a919c12
dev-embedded/esptool: Stabilize 4.6.2 ALLARCHES, #923171 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-embedded/esptool/esptool-4.6.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-embedded/esptool/esptool-4.6.2.ebuild b/dev-embedded/esptool/esptool-4.6.2.ebuild index 43098ea67d52..c72cc6a73f0f 100644 --- a/dev-embedded/esptool/esptool-4.6.2.ebuild +++ b/dev-embedded/esptool/esptool-4.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 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 '
