diff options
Diffstat (limited to 'dev-embedded/u-boot-tools/u-boot-tools-2021.07.ebuild')
-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:=" |