diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2015-11-10 09:26:43 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2015-11-10 09:27:57 +0100 |
commit | 30723e3645b077fe73ca964665aac6041a71aac7 (patch) | |
tree | 6ae782343638569cebedf2d833311bf4c8684cef /eclass/mozconfig-v5.31.eclass | |
parent | dev-python/ddt: x86 stable wrt bug #564826 (diff) | |
download | gentoo-30723e3645b077fe73ca964665aac6041a71aac7.tar.gz gentoo-30723e3645b077fe73ca964665aac6041a71aac7.tar.bz2 gentoo-30723e3645b077fe73ca964665aac6041a71aac7.zip |
mozconfig eclasses: Added slot dependency for media-libs/libvpx.
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'eclass/mozconfig-v5.31.eclass')
-rw-r--r-- | eclass/mozconfig-v5.31.eclass | 2 |
1 files changed, 1 insertions, 1 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 |