diff options
Diffstat (limited to 'sci-libs/gloo')
-rw-r--r-- | sci-libs/gloo/gloo-2022.05.18-r1.ebuild (renamed from sci-libs/gloo/gloo-2022.05.18.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/gloo/gloo-2022.05.18.ebuild b/sci-libs/gloo/gloo-2022.05.18-r1.ebuild index 5b1fc445c18d..f22733551794 100644 --- a/sci-libs/gloo/gloo-2022.05.18.ebuild +++ b/sci-libs/gloo/gloo-2022.05.18-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,7 +23,7 @@ RDEPEND=" dev-db/redis dev-libs/hiredis ) - ssl? ( dev-libs/openssl ) + ssl? ( dev-libs/openssl:0/1.1 ) " DEPEND="${RDEPEND} " |