diff options
author | Sam James <sam@gentoo.org> | 2024-07-12 11:28:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-07-12 11:28:44 +0100 |
commit | 4c95182c0b34387fcc8e1ea8098b540c83039db0 (patch) | |
tree | a6d47614e9d9eafbf07a31b0268fcd60264c3667 /dev-embedded | |
parent | www-servers/lighttpd: fix build on sparc for 1.4.76 (diff) | |
download | gentoo-4c95182c0b34387fcc8e1ea8098b540c83039db0.tar.gz gentoo-4c95182c0b34387fcc8e1ea8098b540c83039db0.tar.bz2 gentoo-4c95182c0b34387fcc8e1ea8098b540c83039db0.zip |
dev-embedded/u-boot-tools: Stabilize 2024.01 x86, #935891
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/u-boot-tools/u-boot-tools-2024.01.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-embedded/u-boot-tools/u-boot-tools-2024.01.ebuild b/dev-embedded/u-boot-tools/u-boot-tools-2024.01.ebuild index 07c536bf0d2b..8a3ec5e47db4 100644 --- a/dev-embedded/u-boot-tools/u-boot-tools-2024.01.ebuild +++ b/dev-embedded/u-boot-tools/u-boot-tools-2024.01.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 arm arm64 ppc ppc64 ~riscv ~x86" +KEYWORDS="~amd64 arm arm64 ppc ppc64 ~riscv x86" IUSE="envtools" RDEPEND="dev-libs/openssl:=" |