diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-01-01 21:52:09 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-01-01 21:52:40 +0000 |
commit | e9bd3cb6d4ce79e3f3c6119a8cc2d0ac0f8e3d7a (patch) | |
tree | c82cb5ae1d991cb2465bff6551210422d3c93d26 /media-libs/amf-headers | |
parent | dev-libs/boost: keyword 1.84.0-r1 (diff) | |
download | gentoo-e9bd3cb6d4ce79e3f3c6119a8cc2d0ac0f8e3d7a.tar.gz gentoo-e9bd3cb6d4ce79e3f3c6119a8cc2d0ac0f8e3d7a.tar.bz2 gentoo-e9bd3cb6d4ce79e3f3c6119a8cc2d0ac0f8e3d7a.zip |
media-libs/amf-headers: Keyword 1.4.30 for ~arm64
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-libs/amf-headers')
-rw-r--r-- | media-libs/amf-headers/amf-headers-1.4.30.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/amf-headers/amf-headers-1.4.30.ebuild b/media-libs/amf-headers/amf-headers-1.4.30.ebuild index 37174ce94183..44e1d134e11d 100644 --- a/media-libs/amf-headers/amf-headers-1.4.30.ebuild +++ b/media-libs/amf-headers/amf-headers-1.4.30.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/GPUOpen-LibrariesAndSDKs/AMF" else SRC_URI="https://github.com/GPUOpen-LibrariesAndSDKs/AMF/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" fi DESCRIPTION="The Advanced Media Framework (AMF) SDK" |