commit: 5ce6520a81d0e0539628b3ea270864654f3a198d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue May 28 19:02:39 2019 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Fri Jun 14 17:46:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce6520a
sci-biology/foldingathome: Permit dev-libs/openssl-compat Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> sci-biology/foldingathome/foldingathome-7.5.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-biology/foldingathome/foldingathome-7.5.1.ebuild b/sci-biology/foldingathome/foldingathome-7.5.1.ebuild index f842c8814c7..08e9c15149d 100644 --- a/sci-biology/foldingathome/foldingathome-7.5.1.ebuild +++ b/sci-biology/foldingathome/foldingathome-7.5.1.ebuild @@ -19,7 +19,10 @@ IUSE="" # i.e. uclibc or clang can provide what is necessary at runtime DEPEND="dev-util/patchelf" RDEPEND="app-arch/bzip2 - =dev-libs/openssl-1.0*:* + || ( + dev-libs/openssl-compat:1.0.0 + =dev-libs/openssl-1.0*:* + ) sys-devel/gcc sys-libs/glibc sys-libs/zlib"