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 BA0F5139694 for ; Sun, 23 Apr 2017 16:16:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A3BFE0BEF; Sun, 23 Apr 2017 16:16:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D896DE0BEF for ; Sun, 23 Apr 2017 16:16:03 +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 C55D6340BEA for ; Sun, 23 Apr 2017 16:16:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37B277434 for ; Sun, 23 Apr 2017 16:16:01 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1492964155.ba4be2b2c4c4fcff075c35f2323340a070e48d01.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libaom/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libaom/libaom-9999.ebuild media-libs/libaom/metadata.xml X-VCS-Directories: media-libs/libaom/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: ba4be2b2c4c4fcff075c35f2323340a070e48d01 X-VCS-Branch: master Date: Sun, 23 Apr 2017 16:16:01 +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-Archives-Salt: 7f1f0315-71a2-4431-aaa0-efc1c5e993a7 X-Archives-Hash: f3442737e262a72a083b5d9a1b7639fd commit: ba4be2b2c4c4fcff075c35f2323340a070e48d01 Author: Alexis Ballier gentoo org> AuthorDate: Sun Apr 23 16:14:55 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Apr 23 16:15:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba4be2b2 media-libs/libaom: drop svc useflag, bug #602824 Package-Manager: Portage-2.3.5, Repoman-2.3.2 media-libs/libaom/libaom-9999.ebuild | 5 ++--- media-libs/libaom/metadata.xml | 3 --- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/media-libs/libaom/libaom-9999.ebuild b/media-libs/libaom/libaom-9999.ebuild index 35cd22e9cf8..4a8404db590 100644 --- a/media-libs/libaom/libaom-9999.ebuild +++ b/media-libs/libaom/libaom-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -23,7 +23,7 @@ HOMEPAGE="http://aomedia.org" LICENSE="BSD" SLOT="0/4" -IUSE="cpu_flags_x86_avx cpu_flags_x86_avx2 doc cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 static-libs svc test +threads" +IUSE="cpu_flags_x86_avx cpu_flags_x86_avx2 doc cpu_flags_x86_mmx cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 static-libs test +threads" RDEPEND="abi_x86_32? ( !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )" DEPEND="abi_x86_32? ( dev-lang/yasm ) @@ -93,7 +93,6 @@ multilib_src_configure() { $(use_enable cpu_flags_x86_sse3 sse3) \ $(use_enable cpu_flags_x86_sse4_1 sse4_1) \ $(use_enable cpu_flags_x86_ssse3 ssse3) \ - $(use_enable svc experimental) $(use_enable svc spatial-svc) \ $(use_enable static-libs static) \ $(use_enable test unit-tests) \ $(use_enable threads multithread) \ diff --git a/media-libs/libaom/metadata.xml b/media-libs/libaom/metadata.xml index 9ddd68b5418..81158532998 100644 --- a/media-libs/libaom/metadata.xml +++ b/media-libs/libaom/metadata.xml @@ -4,7 +4,4 @@ media-video@gentoo.org - - Enable spatial-svc support (experimental) -