diff options
author | James Le Cuirot <chewi@gentoo.org> | 2022-02-20 15:22:06 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2022-02-20 15:22:06 +0000 |
commit | b2cfa03bbae7206ca4258b4afe5e2edd5fec89b6 (patch) | |
tree | 8cc70bbc9b5962c24dc8590dd49e6ab3ded5d969 /app-arch | |
parent | media-libs/gmmlib: stable amd64 (diff) | |
download | gentoo-b2cfa03bbae7206ca4258b4afe5e2edd5fec89b6.tar.gz gentoo-b2cfa03bbae7206ca4258b4afe5e2edd5fec89b6.tar.bz2 gentoo-b2cfa03bbae7206ca4258b4afe5e2edd5fec89b6.zip |
app-arch/innoextract: Keyword 1.9 for ~arm
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/innoextract/innoextract-1.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/innoextract/innoextract-1.9.ebuild b/app-arch/innoextract/innoextract-1.9.ebuild index 31ff8072913f..a844ef3a3d8c 100644 --- a/app-arch/innoextract/innoextract-1.9.ebuild +++ b/app-arch/innoextract/innoextract-1.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://constexpr.org/innoextract/files/${P}.tar.gz" LICENSE="ZLIB" SLOT="0" -KEYWORDS="amd64 ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="debug +iconv +lzma" RDEPEND=" |