diff options
Diffstat (limited to 'dev-python/pypy3/pypy3-7.3.4_p1.ebuild')
-rw-r--r-- | dev-python/pypy3/pypy3-7.3.4_p1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-python/pypy3/pypy3-7.3.4_p1.ebuild b/dev-python/pypy3/pypy3-7.3.4_p1.ebuild index 0b16aad31cf4..7e7ed8f9cc20 100644 --- a/dev-python/pypy3/pypy3-7.3.4_p1.ebuild +++ b/dev-python/pypy3/pypy3-7.3.4_p1.ebuild @@ -21,7 +21,7 @@ LICENSE="MIT" # also check pypy/interpreter/pycode.py -> pypy_incremental_magic SLOT="0/pypy37-pp73" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="bzip2 gdbm +jit libressl ncurses sqlite test tk" +IUSE="bzip2 gdbm +jit ncurses sqlite test tk" # pypy3.7 is in alpha state and a lot of tests are failing RESTRICT="test" @@ -30,8 +30,7 @@ RDEPEND=" >=dev-python/pypy3-exe-${PYPY_PV}:${PYPY_PV}[bzip2?,ncurses?] >=dev-python/pypy3-exe-bin-${PYPY_PV}:${PYPY_PV} ) - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= gdbm? ( sys-libs/gdbm:0= ) sqlite? ( dev-db/sqlite:3= ) tk? ( |