Fix conflict with respect to openssl and qt3 built for openspeedshop. (#13946)

* Fix conflict with respect to openssl and qt3 built for openspeedshop.

* Another fix because the first was incorrect.
This commit is contained in:
Jim Galarowicz 2019-12-02 12:13:31 -07:00 committed by Adam J. Stewart
parent 543f37ea51
commit 6d127e29de

View File

@ -139,7 +139,7 @@ class Qt(Package):
depends_on("libpng@1.2.57", when='@3')
depends_on("pcre+multibyte", when='@5.0:5.8')
depends_on("inputproto", when='@:5.8')
depends_on("openssl@:1.0.999", when='@:5.9+ssl')
depends_on("openssl@:1.0.999", when='@:5.9+ssl~krellpatch')
depends_on("glib", when='@4:')
depends_on("libpng", when='@4:')