diff options
author | Sam James <sam@gentoo.org> | 2021-01-04 03:29:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-04 03:29:47 +0000 |
commit | 2f5b6560465b10ac0f45727450c8741b19b03864 (patch) | |
tree | 4e2435c676b9a254d0390a07d687fb001f6e5b89 /media-video/x264-encoder | |
parent | dev-python/nose2: Stabilize 0.9.2 ALLARCHES, #763351 (diff) | |
download | gentoo-2f5b6560465b10ac0f45727450c8741b19b03864.tar.gz gentoo-2f5b6560465b10ac0f45727450c8741b19b03864.tar.bz2 gentoo-2f5b6560465b10ac0f45727450c8741b19b03864.zip |
media-video/x264-encoder: Stabilize 0.0.20190903 amd64, #763390
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/x264-encoder')
-rw-r--r-- | media-video/x264-encoder/x264-encoder-0.0.20190903.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/x264-encoder/x264-encoder-0.0.20190903.ebuild b/media-video/x264-encoder/x264-encoder-0.0.20190903.ebuild index 13b167268ffb..7152350a4144 100644 --- a/media-video/x264-encoder/x264-encoder-0.0.20190903.ebuild +++ b/media-video/x264-encoder/x264-encoder-0.0.20190903.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 @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then else MY_P="x264-snapshot-$(ver_cut 3)-2245" SRC_URI="http://download.videolan.org/pub/videolan/x264/snapshots/${MY_P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86" S="${WORKDIR}/${MY_P}" fi |