diff options
author | 2019-11-20 13:25:50 +0100 | |
---|---|---|
committer | 2019-11-20 13:27:14 +0100 | |
commit | 81eb03188e5f51de42f8bb42e28859eb0687a01e (patch) | |
tree | e8a3cf419e336025e2a05a018574debe5046d010 /dev-python/pypy | |
parent | dev-python/pypy-bin: Allow openssl[bindist] (diff) | |
download | gentoo-81eb03188e5f51de42f8bb42e28859eb0687a01e.tar.gz gentoo-81eb03188e5f51de42f8bb42e28859eb0687a01e.tar.bz2 gentoo-81eb03188e5f51de42f8bb42e28859eb0687a01e.zip |
dev-python/pypy: Allow openssl[bindist]
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pypy')
-rw-r--r-- | dev-python/pypy/pypy-7.2.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pypy/pypy-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pypy/pypy-7.2.0.ebuild b/dev-python/pypy/pypy-7.2.0.ebuild index 15c787deb86b..87c098986b30 100644 --- a/dev-python/pypy/pypy-7.2.0.ebuild +++ b/dev-python/pypy/pypy-7.2.0.ebuild @@ -26,7 +26,7 @@ RDEPEND=">=sys-libs/zlib-1.1.3:0= virtual/libffi:0= virtual/libintl:0= dev-libs/expat:0= - !libressl? ( dev-libs/openssl:0=[-bindist] ) + !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) bzip2? ( app-arch/bzip2:0= ) gdbm? ( sys-libs/gdbm:0= ) diff --git a/dev-python/pypy/pypy-9999.ebuild b/dev-python/pypy/pypy-9999.ebuild index f4acfd24cccc..a6955da93675 100644 --- a/dev-python/pypy/pypy-9999.ebuild +++ b/dev-python/pypy/pypy-9999.ebuild @@ -27,7 +27,7 @@ RDEPEND=">=sys-libs/zlib-1.1.3:0= virtual/libffi:0= virtual/libintl:0= dev-libs/expat:0= - !libressl? ( dev-libs/openssl:0=[-bindist] ) + !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) bzip2? ( app-arch/bzip2:0= ) gdbm? ( sys-libs/gdbm:0= ) |