diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-11-11 10:08:35 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-11-11 16:07:21 +0100 |
commit | 790cebd7582c78720555f2bdcb679ccf8faa1831 (patch) | |
tree | bc43fa9ffa18928caf4d934fd43d267c3db29d24 /dev-python | |
parent | app-crypt/libsecret: Explain the reasons for pulling gnome-keyring (diff) | |
download | gentoo-790cebd7582c78720555f2bdcb679ccf8faa1831.tar.gz gentoo-790cebd7582c78720555f2bdcb679ccf8faa1831.tar.bz2 gentoo-790cebd7582c78720555f2bdcb679ccf8faa1831.zip |
dev-python/pypy-bin: Improve binary package deps
Add subslots whenever possible, remove useless slot from sys-libs/glibc
and add missing dep on sys-devel/gcc (for libgcc_s.so).
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pypy-bin/pypy-bin-5.9.0-r1.ebuild (renamed from dev-python/pypy-bin/pypy-bin-5.9.0.ebuild) | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/dev-python/pypy-bin/pypy-bin-5.9.0.ebuild b/dev-python/pypy-bin/pypy-bin-5.9.0-r1.ebuild index 0ebeca4356ff..4ef3618ccdbf 100644 --- a/dev-python/pypy-bin/pypy-bin-5.9.0.ebuild +++ b/dev-python/pypy-bin/pypy-bin-5.9.0-r1.ebuild @@ -37,15 +37,15 @@ SLOT="0/41" KEYWORDS="~amd64 ~x86" IUSE="doc gdbm +jit 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=[-bindist] - sys-libs/glibc:2.2= + app-arch/bzip2:0/1 + dev-libs/expat:0/0 + dev-libs/libffi:0/0 + dev-libs/openssl:0/0[-bindist] + sys-devel/gcc:* + sys-libs/glibc sys-libs/ncurses:0/6 - sys-libs/zlib:0= + sys-libs/zlib:0/1 gdbm? ( sys-libs/gdbm:0= ) sqlite? ( dev-db/sqlite:3= ) tk? ( |