summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-11-23 13:02:26 +0000
committerArthur Zamarin <arthurzam@gentoo.org>2024-11-23 13:02:26 +0000
commit34dfa8b3831b506a94518ed04d42b8ba49a40c2b (patch)
treed583b2004f17f3e7bbbff456f1a5bc6e6fef3858
parentmedia-libs/x264: Stabilize 0.0.20240513 amd64, #944705 (diff)
downloadgentoo-34dfa8b3831b506a94518ed04d42b8ba49a40c2b.tar.gz
gentoo-34dfa8b3831b506a94518ed04d42b8ba49a40c2b.tar.bz2
gentoo-34dfa8b3831b506a94518ed04d42b8ba49a40c2b.zip
media-video/x264-encoder: Stabilize 0.0.20240513 amd64, #944705
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--media-video/x264-encoder/x264-encoder-0.0.20240513.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/x264-encoder/x264-encoder-0.0.20240513.ebuild b/media-video/x264-encoder/x264-encoder-0.0.20240513.ebuild
index 488b1f76ddb7..710d2992b673 100644
--- a/media-video/x264-encoder/x264-encoder-0.0.20240513.ebuild
+++ b/media-video/x264-encoder/x264-encoder-0.0.20240513.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]]; then
else
X264_COMMIT="4613ac3c15fd75cebc4b9f65b7fb95e70a3acce1"
SRC_URI="https://code.videolan.org/videolan/x264/-/archive/${X264_COMMIT}/x264-${X264_COMMIT}.tar.bz2 -> ${P/-encoder}.tar.bz2"
- KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
+ KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86"
S="${WORKDIR}/${PN/-encoder}-${X264_COMMIT}"
fi