diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-08 21:27:58 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-08 23:49:54 +0100 |
commit | 39b54b20b8ddb80961837043c8f6b9160f633bd2 (patch) | |
tree | 645e06f05ce27ad3c3628a73ee0af2adf7a85019 /eclass | |
parent | mail-client/thunderbird: adjust media-libs/libvpx blocker (diff) | |
download | gentoo-39b54b20b8ddb80961837043c8f6b9160f633bd2.tar.gz gentoo-39b54b20b8ddb80961837043c8f6b9160f633bd2.tar.bz2 gentoo-39b54b20b8ddb80961837043c8f6b9160f633bd2.zip |
mozconfig-v6.60.eclass: adjust media-libs/libvpx blocker
This will help PM to resolve dependencies without user interaction.
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/mozconfig-v6.60.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mozconfig-v6.60.eclass b/eclass/mozconfig-v6.60.eclass index b090218ac814..059ec55f2cab 100644 --- a/eclass/mozconfig-v6.60.eclass +++ b/eclass/mozconfig-v6.60.eclass @@ -116,7 +116,7 @@ RDEPEND=">=app-text/hunspell-1.5.4:= system-sqlite? ( >=dev-db/sqlite-3.23.1:3[secure-delete,debug=] ) system-libvpx? ( >=media-libs/libvpx-1.5.0:0=[postproc] - <media-libs/libvpx-1.8 + <media-libs/libvpx-1.8:0=[postproc] ) system-harfbuzz? ( >=media-libs/harfbuzz-1.4.2:0= >=media-gfx/graphite2-1.3.9-r1 ) " |