diff options
author | Thomas Raschbacher <lordvan@gentoo.org> | 2021-09-02 21:47:55 +0200 |
---|---|---|
committer | Thomas Raschbacher <lordvan@gentoo.org> | 2021-09-02 21:47:55 +0200 |
commit | f9c15ae36a1e8801195143a2e8193f2a90d5cd39 (patch) | |
tree | 823f5c2d259cd9eeee7255a2a0d4874038396b8a /media-libs/libvpx | |
parent | dev-python/authheaders: add github upstream metadata (diff) | |
download | gentoo-f9c15ae36a1e8801195143a2e8193f2a90d5cd39.tar.gz gentoo-f9c15ae36a1e8801195143a2e8193f2a90d5cd39.tar.bz2 gentoo-f9c15ae36a1e8801195143a2e8193f2a90d5cd39.zip |
media-libs/libvpx: remove svc USE flag
Use of svc cannot be switched off anymore.
Closes: https://bugs.gentoo.org/678730
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Thomas Raschbacher <lordvan@gentoo.org>
Diffstat (limited to 'media-libs/libvpx')
-rw-r--r-- | media-libs/libvpx/libvpx-1.10.0.ebuild | 3 | ||||
-rw-r--r-- | media-libs/libvpx/libvpx-1.9.0.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/media-libs/libvpx/libvpx-1.10.0.ebuild b/media-libs/libvpx/libvpx-1.10.0.ebuild index 46a5c2db8ece..e049dd9007bd 100644 --- a/media-libs/libvpx/libvpx-1.10.0.ebuild +++ b/media-libs/libvpx/libvpx-1.10.0.ebuild @@ -22,7 +22,7 @@ SRC_URI="https://github.com/webmproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="BSD" SLOT="0/6" KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="doc +highbitdepth postproc static-libs svc test +threads" +IUSE="doc +highbitdepth postproc static-libs test +threads" REQUIRED_USE="test? ( threads )" @@ -69,7 +69,6 @@ multilib_src_configure() { --enable-shared --extra-cflags="${CFLAGS}" $(use_enable postproc) - $(use_enable svc experimental) $(use_enable static-libs static) $(use_enable test unit-tests) $(use_enable threads multithread) diff --git a/media-libs/libvpx/libvpx-1.9.0.ebuild b/media-libs/libvpx/libvpx-1.9.0.ebuild index 797205efb166..a445bd2935a0 100644 --- a/media-libs/libvpx/libvpx-1.9.0.ebuild +++ b/media-libs/libvpx/libvpx-1.9.0.ebuild @@ -22,7 +22,7 @@ SRC_URI="https://github.com/webmproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar. LICENSE="BSD" SLOT="0/6" KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="doc +highbitdepth postproc static-libs svc test +threads" +IUSE="doc +highbitdepth postproc static-libs test +threads" REQUIRED_USE="test? ( threads )" @@ -69,7 +69,6 @@ multilib_src_configure() { --enable-shared --extra-cflags="${CFLAGS}" $(use_enable postproc) - $(use_enable svc experimental) $(use_enable static-libs static) $(use_enable test unit-tests) $(use_enable threads multithread) |