commit:     c5967f52754515991653499d1615d6e132e5d52b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  3 09:27:33 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar  3 10:47:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5967f52

dev-python/pypy3-bin: Add RDEPs to DEPEND, and subslots everywhere

Add RDEPENDs to DEPEND since we run the built PyPy in order to generate
CFFI caches and byte-compile modules.

Fixes: https://bugs.gentoo.org/576210

 dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild 
b/dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild
index a4fa614..2a4fa3e 100644
--- a/dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild
+++ b/dev-python/pypy3-bin/pypy3-bin-2.4.0-r4.ebuild
@@ -54,13 +54,13 @@ IUSE="gdbm +jit +shadowstack sqlite cpu_flags_x86_sse2 test 
tk"
 
 # yep, world would be easier if people started filling subslots...
 RDEPEND="
-       app-arch/bzip2:0
-       dev-libs/expat:0
-       dev-libs/libffi:0
-       dev-libs/openssl:0
-       sys-libs/glibc:2.2
+       app-arch/bzip2:0=
+       dev-libs/expat:0=
+       dev-libs/libffi:0=
+       dev-libs/openssl:0=
+       sys-libs/glibc:2.2=
        sys-libs/ncurses:0/6
-       sys-libs/zlib:0
+       sys-libs/zlib:0=
        gdbm? ( sys-libs/gdbm:0= )
        sqlite? ( dev-db/sqlite:3= )
        tk? (
@@ -68,9 +68,9 @@ RDEPEND="
                dev-tcltk/tix:0=
        )
        !dev-python/pypy3:0"
-DEPEND="app-arch/lzip
-       test? ( ${RDEPEND}
-               ${PYTHON_DEPS} )"
+DEPEND="${RDEPEND}
+       app-arch/lzip
+       test? ( ${PYTHON_DEPS} )"
 #      doc? ( ${PYTHON_DEPS}
 #              dev-python/sphinx )
 PDEPEND="app-admin/python-updater"

Reply via email to