blob: 0c58e74c061b85793f2a884754b01f926cf11d3b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DEFINED_PHASES=compile install prepare setup test unpack
DEPEND=app-arch/bzip2:0= dev-libs/expat:0= dev-libs/libffi:0= dev-libs/openssl:0=[-bindist] sys-libs/glibc:2.2= sys-libs/ncurses:0/6 sys-libs/zlib:0= gdbm? ( sys-libs/gdbm:0= ) sqlite? ( dev-db/sqlite:3= ) tk? ( dev-lang/tk:0= dev-tcltk/tix:0= ) !dev-python/pypy:0 app-arch/lzip app-arch/xz-utils doc? ( || ( >=dev-lang/python-2.7.5-r2:2.7 >=virtual/pypy-5:0 ) dev-python/sphinx )
DESCRIPTION=Pre-built version of PyPy
EAPI=5
HOMEPAGE=http://pypy.org/
IUSE=doc gdbm +jit +shadowstack sqlite cpu_flags_x86_sse2 test tk
KEYWORDS=~amd64 ~x86
LICENSE=MIT
RDEPEND=app-arch/bzip2:0= dev-libs/expat:0= dev-libs/libffi:0= dev-libs/openssl:0=[-bindist] sys-libs/glibc:2.2= sys-libs/ncurses:0/6 sys-libs/zlib:0= gdbm? ( sys-libs/gdbm:0= ) sqlite? ( dev-db/sqlite:3= ) tk? ( dev-lang/tk:0= dev-tcltk/tix:0= ) !dev-python/pypy:0
REQUIRED_USE=!jit? ( !shadowstack ) x86? ( !cpu_flags_x86_sse2? ( !jit !shadowstack ) )
SLOT=0/41
SRC_URI=https://bitbucket.org/pypy/pypy/downloads/pypy2-v5.6.0-src.tar.bz2 https://dev.gentoo.org/~djc/python-gentoo-patches-2.7.11-0.tar.xz amd64? ( jit? ( shadowstack? ( https://dev.gentoo.org/~mgorny/dist/pypy-bin/5.6.0/pypy-bin-5.6.0-amd64+bzip2+jit+ncurses+shadowstack.tar.lz ) ) jit? ( !shadowstack? ( https://dev.gentoo.org/~mgorny/dist/pypy-bin/5.6.0/pypy-bin-5.6.0-amd64+bzip2+jit+ncurses.tar.lz ) ) !jit? ( !shadowstack? ( https://dev.gentoo.org/~mgorny/dist/pypy-bin/5.6.0/pypy-bin-5.6.0-amd64+bzip2+ncurses.tar.lz ) ) ) x86? ( cpu_flags_x86_sse2? ( jit? ( shadowstack? ( https://dev.gentoo.org/~mgorny/dist/pypy-bin/5.6.0/pypy-bin-5.6.0-x86+bzip2+jit+ncurses+shadowstack+sse2.tar.lz ) ) jit? ( !shadowstack? ( https://dev.gentoo.org/~mgorny/dist/pypy-bin/5.6.0/pypy-bin-5.6.0-x86+bzip2+jit+ncurses+sse2.tar.lz ) ) !jit? ( !shadowstack? ( https://dev.gentoo.org/~mgorny/dist/pypy-bin/5.6.0/pypy-bin-5.6.0-x86+bzip2+ncurses+sse2.tar.lz ) ) ) !cpu_flags_x86_sse2? ( !jit? ( !shadowstack? ( https://dev.gentoo.org/~mgorny/dist/pypy-bin/5.6.0/pypy-bin-5.6.0-x86+bzip2+ncurses.tar.lz ) ) ) )
_eclass_exported_funcs=pkg_setup:- src_unpack:unpacker src_prepare:- src_compile:- src_test:- src_install:-
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 43ddf5aaffa7a8d0482df54d25a66a1f eutils e7491451996e8b54c3caeb713285b0fb ltprune 2770eed66a9b8ef944714cd0e968182e multilib 0236be304ee52e7f179ed2f337075515 pax-utils 4f95120230a315c8caaabeb2307b7eee python-any-r1 be89e882151ba4b847089b860d79729c python-utils-r1 a166d0f5815d7f1e67bb60a196f1bf7e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee unpacker f40f7b4bd5aa88c2a4ba7b0d1e0ded70 versionator c80ccf29e90adea7c5cae94b42eb76d0
_md5_=85346e64f573a2f4c1c95476cadf6d69
|