diff options
author | Sam James <sam@gentoo.org> | 2021-01-04 01:31:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-04 01:31:46 +0000 |
commit | a17f0dec8a939ca57c8ac6aac42e1683a26e53fb (patch) | |
tree | bf9099d2ca97e2df515f68e82510fc92b773a9de /media-libs/x264 | |
parent | media-libs/libnsgif: Stabilize 0.2.1-r3 arm64, #763426 (diff) | |
download | gentoo-a17f0dec8a939ca57c8ac6aac42e1683a26e53fb.tar.gz gentoo-a17f0dec8a939ca57c8ac6aac42e1683a26e53fb.tar.bz2 gentoo-a17f0dec8a939ca57c8ac6aac42e1683a26e53fb.zip |
media-libs/x264: Stabilize 0.0.20190903-r1 arm64, #763390
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/x264')
-rw-r--r-- | media-libs/x264/x264-0.0.20190903-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/x264/x264-0.0.20190903-r1.ebuild b/media-libs/x264/x264-0.0.20190903-r1.ebuild index 453ed7982ff2..65ff59c847a6 100644 --- a/media-libs/x264/x264-0.0.20190903-r1.ebuild +++ b/media-libs/x264/x264-0.0.20190903-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then else MY_P="x264-snapshot-$(ver_cut 3)-2245" SRC_URI="https://download.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" + KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" S="${WORKDIR}/${MY_P}" fi |