From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F2DFB1580B2 for ; Thu, 2 Sep 2021 19:48:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A4EBE0956; Thu, 2 Sep 2021 19:48:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1647AE0956 for ; Thu, 2 Sep 2021 19:48:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2D1134068A for ; Thu, 2 Sep 2021 19:48:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C74083 for ; Thu, 2 Sep 2021 19:48:20 +0000 (UTC) From: "Thomas Raschbacher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Raschbacher" Message-ID: <1630612075.f9c15ae36a1e8801195143a2e8193f2a90d5cd39.lordvan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvpx/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libvpx/libvpx-1.10.0.ebuild media-libs/libvpx/libvpx-1.9.0.ebuild X-VCS-Directories: media-libs/libvpx/ X-VCS-Committer: lordvan X-VCS-Committer-Name: Thomas Raschbacher X-VCS-Revision: f9c15ae36a1e8801195143a2e8193f2a90d5cd39 X-VCS-Branch: master Date: Thu, 2 Sep 2021 19:48:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8fa2924b-a867-459f-a6e3-6cf7c9a11b4c X-Archives-Hash: e06ee9b2c6c2fa6ff4004af6eb4aa009 commit: f9c15ae36a1e8801195143a2e8193f2a90d5cd39 Author: Thomas Raschbacher gentoo org> AuthorDate: Thu Sep 2 19:47:55 2021 +0000 Commit: Thomas Raschbacher gentoo org> CommitDate: Thu Sep 2 19:47:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9c15ae3 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 gentoo.org> media-libs/libvpx/libvpx-1.10.0.ebuild | 3 +-- 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 46a5c2db8ec..e049dd9007b 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 797205efb16..a445bd2935a 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)