diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-12 11:14:08 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-12 11:14:08 +0300 |
commit | 78354260af32c58cce97ae8b1fe58a738517ec9b (patch) | |
tree | 12814f400665d35519eec7158dce82ff330e6e6c /dev-embedded | |
parent | dev-embedded/u-boot-tools: Stabilize 2024.01 ppc64, #935891 (diff) | |
download | gentoo-78354260af32c58cce97ae8b1fe58a738517ec9b.tar.gz gentoo-78354260af32c58cce97ae8b1fe58a738517ec9b.tar.bz2 gentoo-78354260af32c58cce97ae8b1fe58a738517ec9b.zip |
dev-embedded/u-boot-tools: Stabilize 2024.01 arm64, #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 a1d83a711fc1..69fac1b2eab0 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:=" |