commit: 30723e3645b077fe73ca964665aac6041a71aac7
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 10 08:26:43 2015 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Nov 10 08:27:57 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30723e36
mozconfig eclasses: Added slot dependency for media-libs/libvpx.
Signed-off-by: Lars Wendler <polynomial-c <AT> 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 e8dc59b..3d67500 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: