commit:     a8928d86d6e8ce4e4b81e4dcd04760525aba7381
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 17 02:37:52 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 17 02:47:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8928d86

media-video/x264-encoder: Drop USE 10bit

Closes: https://bugs.gentoo.org/644114
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-video/x264-encoder/x264-encoder-9999.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/media-video/x264-encoder/x264-encoder-9999.ebuild 
b/media-video/x264-encoder/x264-encoder-9999.ebuild
index 4958c30688e..8c3b410528a 100644
--- a/media-video/x264-encoder/x264-encoder-9999.ebuild
+++ b/media-video/x264-encoder/x264-encoder-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,12 +21,12 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="10bit avs custom-cflags ffmpeg ffmpegsource +interlaced mp4 +threads"
+IUSE="avs custom-cflags ffmpeg ffmpegsource +interlaced mp4 +threads"
 
 REQUIRED_USE="ffmpegsource? ( ffmpeg )"
 
 RDEPEND="
-       ~media-libs/x264-${PV}[10bit=,interlaced=,threads=]
+       ~media-libs/x264-${PV}[interlaced=,threads=]
        ffmpeg? ( virtual/ffmpeg )
        ffmpegsource? ( media-libs/ffmpegsource )
        mp4? ( >=media-video/gpac-0.5.2:= )"
@@ -52,7 +52,6 @@ src_configure() {
                --system-libx264 \
                --host="${CHOST}" \
                --disable-lsmash \
-               $(usex 10bit "--bit-depth=10" "") \
                $(usex avs "" "--disable-avs") \
                $(usex ffmpeg "" "--disable-lavf --disable-swscale") \
                $(usex ffmpegsource "" "--disable-ffms") \

Reply via email to