diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2024-02-17 20:58:19 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-17 21:14:54 +0000 |
commit | 25a18821fc05f33f90be3f5fc4463dd75dfab395 (patch) | |
tree | 96503723eb19353366e1cff51ebb7e250c95181d /media-video/hevc-hm | |
parent | dev-python/lz4: keyword 4.3.3 for sparc, bug #891511 (diff) | |
download | gentoo-25a18821fc05f33f90be3f5fc4463dd75dfab395.tar.gz gentoo-25a18821fc05f33f90be3f5fc4463dd75dfab395.tar.bz2 gentoo-25a18821fc05f33f90be3f5fc4463dd75dfab395.zip |
media-video/hevc-hm: keyword 17.0 for sparc, bug #902217
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/hevc-hm')
-rw-r--r-- | media-video/hevc-hm/hevc-hm-17.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/hevc-hm/hevc-hm-17.0.ebuild b/media-video/hevc-hm/hevc-hm-17.0.ebuild index b17543b42377..3fd38b4b7838 100644 --- a/media-video/hevc-hm/hevc-hm-17.0.ebuild +++ b/media-video/hevc-hm/hevc-hm-17.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023 Gentoo Authors +# Copyright 2023-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://vcgit.hhi.fraunhofer.de/jvet/HM/-/archive/HM-${PV}/HM-HM-${PV}. LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc" S="${WORKDIR}/HM-HM-${PV}" |