diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-12 11:14:07 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-12 11:14:07 +0300 |
commit | 8912f62675b3e14bbff5809542bec72f85a0fead (patch) | |
tree | e3e738c5a74f5cfd454f0cc1e0303f42a29526d8 /dev-embedded | |
parent | dev-embedded/u-boot-tools: Stabilize 2024.01 arm, #935891 (diff) | |
download | gentoo-8912f62675b3e14bbff5809542bec72f85a0fead.tar.gz gentoo-8912f62675b3e14bbff5809542bec72f85a0fead.tar.bz2 gentoo-8912f62675b3e14bbff5809542bec72f85a0fead.zip |
dev-embedded/u-boot-tools: Stabilize 2024.01 ppc64, #935891
Signed-off-by: Arthur Zamarin <arthurzam@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 afec06ce5094..a1d83a711fc1 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:=" |