diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-20 13:25:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-20 13:27:15 +0100 |
commit | f2b87e8d953ebaaef6004c59f2cd8e1ba69e3c62 (patch) | |
tree | c88662c5e72308b0af42c269dd2899a0c92dae27 /dev-python | |
parent | dev-python/pypy: Allow openssl[bindist] (diff) | |
download | gentoo-f2b87e8d953ebaaef6004c59f2cd8e1ba69e3c62.tar.gz gentoo-f2b87e8d953ebaaef6004c59f2cd8e1ba69e3c62.tar.bz2 gentoo-f2b87e8d953ebaaef6004c59f2cd8e1ba69e3c62.zip |
dev-python/pypy3-bin: Allow openssl[bindist]
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pypy3-bin/pypy3-bin-7.2.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pypy3-bin/pypy3-bin-7.2.0-r1.ebuild b/dev-python/pypy3-bin/pypy3-bin-7.2.0-r1.ebuild index 53f4a07681af..118713407551 100644 --- a/dev-python/pypy3-bin/pypy3-bin-7.2.0-r1.ebuild +++ b/dev-python/pypy3-bin/pypy3-bin-7.2.0-r1.ebuild @@ -42,7 +42,7 @@ RDEPEND=" sys-libs/ncurses:0/6 sys-libs/zlib:0/1 gdbm? ( sys-libs/gdbm:0= ) - !libressl? ( dev-libs/openssl:0=[-bindist] ) + !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) sqlite? ( dev-db/sqlite:3= ) tk? ( |