From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AFAEB1384B4 for ; Tue, 10 Nov 2015 08:33:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE662E07F9; Tue, 10 Nov 2015 08:33:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5FCCFE07F9 for ; Tue, 10 Nov 2015 08:33:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 354543404A5 for ; Tue, 10 Nov 2015 08:33:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2922E242C for ; Tue, 10 Nov 2015 08:33:13 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1447144351.cb8b57baf1042d11074c57511b5f779999f628fb.polynomial-c@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/ X-VCS-Repository: proj/mozilla X-VCS-Files: eclass/mozconfig-v5.31.eclass eclass/mozconfig-v5.36.eclass eclass/mozconfig-v5.38.eclass eclass/mozconfig-v6.38.eclass eclass/mozconfig-v6.39.eclass eclass/mozconfig-v6.40.eclass eclass/mozconfig-v6.41.eclass eclass/mozconfig-v6.42.eclass X-VCS-Directories: eclass/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: cb8b57baf1042d11074c57511b5f779999f628fb X-VCS-Branch: master Date: Tue, 10 Nov 2015 08:33:13 +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: 6f210a92-4e63-45d5-a15b-69fe46318069 X-Archives-Hash: 5b177d25c1a97555db8e640fca25f639 commit: cb8b57baf1042d11074c57511b5f779999f628fb Author: Lars Wendler gentoo org> AuthorDate: Tue Nov 10 08:32:31 2015 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Nov 10 08:32:31 2015 +0000 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=cb8b57ba mozconfig eclasses: Added slot dependency for media-libs/libvpx. Signed-off-by: Lars Wendler gentoo.org> eclass/mozconfig-v5.31.eclass | 2 +- eclass/mozconfig-v5.36.eclass | 2 +- eclass/mozconfig-v5.38.eclass | 2 +- eclass/mozconfig-v6.38.eclass | 2 +- eclass/mozconfig-v6.39.eclass | 2 +- eclass/mozconfig-v6.40.eclass | 2 +- eclass/mozconfig-v6.41.eclass | 2 +- eclass/mozconfig-v6.42.eclass | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/eclass/mozconfig-v5.31.eclass b/eclass/mozconfig-v5.31.eclass index 3c96d50..e98ade2 100644 --- a/eclass/mozconfig-v5.31.eclass +++ b/eclass/mozconfig-v5.31.eclass @@ -85,7 +85,7 @@ RDEPEND=">=app-text/hunspell-1.2 # firefox-31.0-patches-0.3 and above carry a patch making newer libvpx compatible case ${PATCHFF##*31.0-patches-} in - 0.3) RDEPEND+=" system-libvpx? ( >=media-libs/libvpx-1.3.0 )" ;; + 0.3) RDEPEND+=" system-libvpx? ( >=media-libs/libvpx-1.3.0:0= )" ;; *) RDEPEND+=" system-libvpx? ( =media-libs/libvpx-1.3.0* )" ;; esac diff --git a/eclass/mozconfig-v5.36.eclass b/eclass/mozconfig-v5.36.eclass index 03159ac..d86fe55 100644 --- a/eclass/mozconfig-v5.36.eclass +++ b/eclass/mozconfig-v5.36.eclass @@ -89,7 +89,7 @@ RDEPEND=">=app-text/hunspell-1.2 system-icu? ( >=dev-libs/icu-51.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-sqlite? ( >=dev-db/sqlite-3.8.7.4:3[secure-delete,debug=] ) - system-libvpx? ( >=media-libs/libvpx-1.3.0[postproc] ) + system-libvpx? ( >=media-libs/libvpx-1.3.0:0=[postproc] ) " if [[ -n ${MOZCONFIG_OPTIONAL_WIFI} ]]; then diff --git a/eclass/mozconfig-v5.38.eclass b/eclass/mozconfig-v5.38.eclass index 53e53b0..2882b8b 100644 --- a/eclass/mozconfig-v5.38.eclass +++ b/eclass/mozconfig-v5.38.eclass @@ -89,7 +89,7 @@ RDEPEND=">=app-text/hunspell-1.2 system-icu? ( >=dev-libs/icu-51.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-sqlite? ( >=dev-db/sqlite-3.8.8.2:3[secure-delete,debug=] ) - system-libvpx? ( >=media-libs/libvpx-1.3.0[postproc] ) + system-libvpx? ( >=media-libs/libvpx-1.3.0:0=[postproc] ) " if [[ -n ${MOZCONFIG_OPTIONAL_WIFI} ]]; then diff --git a/eclass/mozconfig-v6.38.eclass b/eclass/mozconfig-v6.38.eclass index 367a8a7..a69de8c 100644 --- a/eclass/mozconfig-v6.38.eclass +++ b/eclass/mozconfig-v6.38.eclass @@ -92,7 +92,7 @@ RDEPEND=">=app-text/hunspell-1.2 system-icu? ( >=dev-libs/icu-51.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-sqlite? ( >=dev-db/sqlite-3.8.8.2:3[secure-delete,debug=] ) - system-libvpx? ( >=media-libs/libvpx-1.3.0[postproc] ) + system-libvpx? ( >=media-libs/libvpx-1.3.0:0=[postproc] ) " if [[ -n ${MOZCONFIG_OPTIONAL_WIFI} ]]; then diff --git a/eclass/mozconfig-v6.39.eclass b/eclass/mozconfig-v6.39.eclass index 909b65d..b4d149f 100644 --- a/eclass/mozconfig-v6.39.eclass +++ b/eclass/mozconfig-v6.39.eclass @@ -93,7 +93,7 @@ RDEPEND=">=app-text/hunspell-1.2 system-icu? ( >=dev-libs/icu-51.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-sqlite? ( >=dev-db/sqlite-3.8.9:3[secure-delete,debug=] ) - system-libvpx? ( >=media-libs/libvpx-1.3.0[postproc] ) + system-libvpx? ( >=media-libs/libvpx-1.3.0:0=[postproc] ) " if [[ -n ${MOZCONFIG_OPTIONAL_WIFI} ]]; then diff --git a/eclass/mozconfig-v6.40.eclass b/eclass/mozconfig-v6.40.eclass index 333943f..f763a34 100644 --- a/eclass/mozconfig-v6.40.eclass +++ b/eclass/mozconfig-v6.40.eclass @@ -103,7 +103,7 @@ RDEPEND=">=app-text/hunspell-1.2 system-icu? ( >=dev-libs/icu-51.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-sqlite? ( >=dev-db/sqlite-3.8.9:3[secure-delete,debug=] ) - system-libvpx? ( >=media-libs/libvpx-1.3.0[postproc] ) + system-libvpx? ( >=media-libs/libvpx-1.3.0:0=[postproc] ) " if [[ -n ${MOZCONFIG_OPTIONAL_GTK3} ]]; then diff --git a/eclass/mozconfig-v6.41.eclass b/eclass/mozconfig-v6.41.eclass index 8177eb4..b3ee165 100644 --- a/eclass/mozconfig-v6.41.eclass +++ b/eclass/mozconfig-v6.41.eclass @@ -103,7 +103,7 @@ RDEPEND=">=app-text/hunspell-1.2 system-icu? ( >=dev-libs/icu-51.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-sqlite? ( >=dev-db/sqlite-3.8.10.1:3[secure-delete,debug=] ) - system-libvpx? ( >=media-libs/libvpx-1.3.0[postproc] ) + system-libvpx? ( >=media-libs/libvpx-1.3.0:0=[postproc] ) " if [[ -n ${MOZCONFIG_OPTIONAL_GTK3} ]]; then diff --git a/eclass/mozconfig-v6.42.eclass b/eclass/mozconfig-v6.42.eclass index e3d5b31..b1d3aff 100644 --- a/eclass/mozconfig-v6.42.eclass +++ b/eclass/mozconfig-v6.42.eclass @@ -103,7 +103,7 @@ RDEPEND=">=app-text/hunspell-1.2 system-icu? ( >=dev-libs/icu-51.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1 ) system-sqlite? ( >=dev-db/sqlite-3.8.11.1:3[secure-delete,debug=] ) - system-libvpx? ( >=media-libs/libvpx-1.3.0[postproc] ) + system-libvpx? ( >=media-libs/libvpx-1.3.0:0=[postproc] ) " if [[ -n ${MOZCONFIG_OPTIONAL_GTK3} ]]; then