diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-20 13:25:53 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-20 13:27:16 +0100 |
commit | ab0d4bba1a3ac8d63406b6050aba2c1e8c535942 (patch) | |
tree | a33531a4bf257d3bd4263b161e0bd75f02b20f25 /dev-python/pypy3 | |
parent | dev-python/pypy3-bin: Allow openssl[bindist] (diff) | |
download | gentoo-ab0d4bba1a3ac8d63406b6050aba2c1e8c535942.tar.gz gentoo-ab0d4bba1a3ac8d63406b6050aba2c1e8c535942.tar.bz2 gentoo-ab0d4bba1a3ac8d63406b6050aba2c1e8c535942.zip |
dev-python/pypy3: Allow openssl[bindist]
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pypy3')
-rw-r--r-- | dev-python/pypy3/pypy3-7.2.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pypy3/pypy3-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pypy3/pypy3-7.2.0-r1.ebuild b/dev-python/pypy3/pypy3-7.2.0-r1.ebuild index b703db56d2da..0b49fbb2bc8d 100644 --- a/dev-python/pypy3/pypy3-7.2.0-r1.ebuild +++ b/dev-python/pypy3/pypy3-7.2.0-r1.ebuild @@ -24,7 +24,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/pypy3/pypy3-9999.ebuild b/dev-python/pypy3/pypy3-9999.ebuild index 12b0e7fae866..10dbaca72bfa 100644 --- a/dev-python/pypy3/pypy3-9999.ebuild +++ b/dev-python/pypy3/pypy3-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= ) |