diff options
author | Sam James <sam@gentoo.org> | 2022-12-25 16:40:23 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-25 16:40:23 +0000 |
commit | 084d9300674f629eba9fc3d21e4f90092ec9b36a (patch) | |
tree | a035f470f50690d89b04716a70af6e1085d3af01 /dev-libs | |
parent | dev-util/gdbus-codegen: Stabilize 2.74.4 ppc64, #887813 (diff) | |
download | gentoo-084d9300674f629eba9fc3d21e4f90092ec9b36a.tar.gz gentoo-084d9300674f629eba9fc3d21e4f90092ec9b36a.tar.bz2 gentoo-084d9300674f629eba9fc3d21e4f90092ec9b36a.zip |
dev-libs/aml: Keyword 0.2.2 arm64, #888185
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/aml/aml-0.2.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/aml/aml-0.2.2.ebuild b/dev-libs/aml/aml-0.2.2.ebuild index 4fb5ab4d3ca9..cba2c54138ba 100644 --- a/dev-libs/aml/aml-0.2.2.ebuild +++ b/dev-libs/aml/aml-0.2.2.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/any1/aml.git" else SRC_URI="https://github.com/any1/aml/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm64 ~riscv ~x86" fi LICENSE="ISC" |