diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-05 20:04:12 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-01-05 20:04:12 +0200 |
commit | 27697386c654a90aa4baf5eba399339384addad5 (patch) | |
tree | 329344d545674f69a9c6821023b702c8919e3b04 /dev-embedded | |
parent | dev-python/smmap: Stabilize 5.0.0 ppc64, #830544 (diff) | |
download | gentoo-27697386c654a90aa4baf5eba399339384addad5.tar.gz gentoo-27697386c654a90aa4baf5eba399339384addad5.tar.bz2 gentoo-27697386c654a90aa4baf5eba399339384addad5.zip |
dev-embedded/u-boot-tools: Stabilize 2021.07 arm64, #830607
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/u-boot-tools/u-boot-tools-2021.07.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-embedded/u-boot-tools/u-boot-tools-2021.07.ebuild b/dev-embedded/u-boot-tools/u-boot-tools-2021.07.ebuild index c917c6a346b0..f77a2b9b75d5 100644 --- a/dev-embedded/u-boot-tools/u-boot-tools-2021.07.ebuild +++ b/dev-embedded/u-boot-tools/u-boot-tools-2021.07.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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:=" |