diff options
author | Sam James <sam@gentoo.org> | 2023-03-29 15:36:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-29 15:36:12 +0100 |
commit | 304c2ce96c80f813db9c8c49e235b3e0cc8ab300 (patch) | |
tree | e545c829ffab79bd6c1d521ac1b65747c4999f9c /dev-embedded | |
parent | dev-embedded/u-boot-tools: Stabilize 2023.01 x86, #903533 (diff) | |
download | gentoo-304c2ce96c80f813db9c8c49e235b3e0cc8ab300.tar.gz gentoo-304c2ce96c80f813db9c8c49e235b3e0cc8ab300.tar.bz2 gentoo-304c2ce96c80f813db9c8c49e235b3e0cc8ab300.zip |
dev-embedded/u-boot-tools: Stabilize 2023.01 arm64, #903533
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/u-boot-tools/u-boot-tools-2023.01.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-embedded/u-boot-tools/u-boot-tools-2023.01.ebuild b/dev-embedded/u-boot-tools/u-boot-tools-2023.01.ebuild index d56f79e78e60..25a380e5a350 100644 --- a/dev-embedded/u-boot-tools/u-boot-tools-2023.01.ebuild +++ b/dev-embedded/u-boot-tools/u-boot-tools-2023.01.ebuild @@ -13,7 +13,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:=" |