diff options
-rw-r--r-- | eclass/mozconfig-v5.31.eclass | 2 | ||||
-rw-r--r-- | eclass/mozconfig-v5.36.eclass | 2 | ||||
-rw-r--r-- | eclass/mozconfig-v5.38.eclass | 2 | ||||
-rw-r--r-- | eclass/mozconfig-v6.38.eclass | 2 | ||||
-rw-r--r-- | eclass/mozconfig-v6.39.eclass | 2 | ||||
-rw-r--r-- | eclass/mozconfig-v6.40.eclass | 2 | ||||
-rw-r--r-- | eclass/mozconfig-v6.41.eclass | 2 | ||||
-rw-r--r-- | 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 3c96d5001392..e98ade2eb9fe 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 03159aceb1d6..d86fe55cc8ed 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 53e53b0618bc..2882b8bd1639 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 367a8a734b83..a69de8c36e02 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 909b65d38269..b4d149f6a50c 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 333943f932b0..f763a3400ee8 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 8177eb4ced88..b3ee16532b2a 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 e8dc59b6c234..3d67500fc22c 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] ) " # dev-lang/yaml is needed on all available platforms for webm support: |