Gentoo Archives: gentoo-commits

From: Thomas Raschbacher <lordvan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvpx/
Date: Thu, 02 Sep 2021 19:48:23
Message-Id: 1630612075.f9c15ae36a1e8801195143a2e8193f2a90d5cd39.lordvan@gentoo
1 commit: f9c15ae36a1e8801195143a2e8193f2a90d5cd39
2 Author: Thomas Raschbacher <lordvan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 19:47:55 2021 +0000
4 Commit: Thomas Raschbacher <lordvan <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 2 19:47:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9c15ae3
7
8 media-libs/libvpx: remove svc USE flag
9
10 Use of svc cannot be switched off anymore.
11 Closes: https://bugs.gentoo.org/678730
12 Package-Manager: Portage-3.0.20, Repoman-3.0.3
13 Signed-off-by: Thomas Raschbacher <lordvan <AT> gentoo.org>
14
15 media-libs/libvpx/libvpx-1.10.0.ebuild | 3 +--
16 media-libs/libvpx/libvpx-1.9.0.ebuild | 3 +--
17 2 files changed, 2 insertions(+), 4 deletions(-)
18
19 diff --git a/media-libs/libvpx/libvpx-1.10.0.ebuild b/media-libs/libvpx/libvpx-1.10.0.ebuild
20 index 46a5c2db8ec..e049dd9007b 100644
21 --- a/media-libs/libvpx/libvpx-1.10.0.ebuild
22 +++ b/media-libs/libvpx/libvpx-1.10.0.ebuild
23 @@ -22,7 +22,7 @@ SRC_URI="https://github.com/webmproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
24 LICENSE="BSD"
25 SLOT="0/6"
26 KEYWORDS="amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
27 -IUSE="doc +highbitdepth postproc static-libs svc test +threads"
28 +IUSE="doc +highbitdepth postproc static-libs test +threads"
29
30 REQUIRED_USE="test? ( threads )"
31
32 @@ -69,7 +69,6 @@ multilib_src_configure() {
33 --enable-shared
34 --extra-cflags="${CFLAGS}"
35 $(use_enable postproc)
36 - $(use_enable svc experimental)
37 $(use_enable static-libs static)
38 $(use_enable test unit-tests)
39 $(use_enable threads multithread)
40
41 diff --git a/media-libs/libvpx/libvpx-1.9.0.ebuild b/media-libs/libvpx/libvpx-1.9.0.ebuild
42 index 797205efb16..a445bd2935a 100644
43 --- a/media-libs/libvpx/libvpx-1.9.0.ebuild
44 +++ b/media-libs/libvpx/libvpx-1.9.0.ebuild
45 @@ -22,7 +22,7 @@ SRC_URI="https://github.com/webmproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.
46 LICENSE="BSD"
47 SLOT="0/6"
48 KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
49 -IUSE="doc +highbitdepth postproc static-libs svc test +threads"
50 +IUSE="doc +highbitdepth postproc static-libs test +threads"
51
52 REQUIRED_USE="test? ( threads )"
53
54 @@ -69,7 +69,6 @@ multilib_src_configure() {
55 --enable-shared
56 --extra-cflags="${CFLAGS}"
57 $(use_enable postproc)
58 - $(use_enable svc experimental)
59 $(use_enable static-libs static)
60 $(use_enable test unit-tests)
61 $(use_enable threads multithread)