diff options
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" |