Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy/
Date: Fri, 03 Jun 2016 12:57:08
Message-Id: 1464958734.5511b0a8bf767be61d967245455a0ffd617d27ac.blueness@gentoo
1 commit: 5511b0a8bf767be61d967245455a0ffd617d27ac
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 3 12:58:39 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 3 12:58:54 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5511b0a8
7
8 dev-python/pypy: add libressl support
9
10 Package-Manager: portage-2.2.28
11
12 dev-python/pypy/pypy-4.0.1.ebuild | 5 +++--
13 dev-python/pypy/pypy-5.0.0.ebuild | 5 +++--
14 dev-python/pypy/pypy-9999.ebuild | 5 +++--
15 3 files changed, 9 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-python/pypy/pypy-4.0.1.ebuild b/dev-python/pypy/pypy-4.0.1.ebuild
18 index a6c918a..69c51e4 100644
19 --- a/dev-python/pypy/pypy-4.0.1.ebuild
20 +++ b/dev-python/pypy/pypy-4.0.1.ebuild
21 @@ -17,13 +17,14 @@ SRC_URI="https://bitbucket.org/pypy/pypy/downloads/${P}-src.tar.bz2
22 LICENSE="MIT"
23 SLOT="0/$(get_version_component_range 1-2 ${PV})"
24 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
25 -IUSE="bzip2 doc gdbm +jit low-memory ncurses sandbox +shadowstack sqlite cpu_flags_x86_sse2 test tk"
26 +IUSE="bzip2 doc gdbm +jit libressl low-memory ncurses sandbox +shadowstack sqlite cpu_flags_x86_sse2 test tk"
27
28 RDEPEND=">=sys-libs/zlib-1.1.3:0=
29 virtual/libffi:0=
30 virtual/libintl:0=
31 dev-libs/expat:0=
32 - dev-libs/openssl:0=[-bindist]
33 + !libressl? ( dev-libs/openssl:0=[-bindist] )
34 + libressl? ( dev-libs/libressl:0= )
35 bzip2? ( app-arch/bzip2:0= )
36 gdbm? ( sys-libs/gdbm:0= )
37 ncurses? ( sys-libs/ncurses:0= )
38
39 diff --git a/dev-python/pypy/pypy-5.0.0.ebuild b/dev-python/pypy/pypy-5.0.0.ebuild
40 index a6c918a..69c51e4 100644
41 --- a/dev-python/pypy/pypy-5.0.0.ebuild
42 +++ b/dev-python/pypy/pypy-5.0.0.ebuild
43 @@ -17,13 +17,14 @@ SRC_URI="https://bitbucket.org/pypy/pypy/downloads/${P}-src.tar.bz2
44 LICENSE="MIT"
45 SLOT="0/$(get_version_component_range 1-2 ${PV})"
46 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
47 -IUSE="bzip2 doc gdbm +jit low-memory ncurses sandbox +shadowstack sqlite cpu_flags_x86_sse2 test tk"
48 +IUSE="bzip2 doc gdbm +jit libressl low-memory ncurses sandbox +shadowstack sqlite cpu_flags_x86_sse2 test tk"
49
50 RDEPEND=">=sys-libs/zlib-1.1.3:0=
51 virtual/libffi:0=
52 virtual/libintl:0=
53 dev-libs/expat:0=
54 - dev-libs/openssl:0=[-bindist]
55 + !libressl? ( dev-libs/openssl:0=[-bindist] )
56 + libressl? ( dev-libs/libressl:0= )
57 bzip2? ( app-arch/bzip2:0= )
58 gdbm? ( sys-libs/gdbm:0= )
59 ncurses? ( sys-libs/ncurses:0= )
60
61 diff --git a/dev-python/pypy/pypy-9999.ebuild b/dev-python/pypy/pypy-9999.ebuild
62 index 07df847..73a3d53 100644
63 --- a/dev-python/pypy/pypy-9999.ebuild
64 +++ b/dev-python/pypy/pypy-9999.ebuild
65 @@ -18,13 +18,14 @@ SRC_URI="
66 LICENSE="MIT"
67 SLOT="0/$(get_version_component_range 1-2 ${PV})"
68 KEYWORDS=""
69 -IUSE="bzip2 doc gdbm +jit low-memory ncurses sandbox +shadowstack sqlite cpu_flags_x86_sse2 test tk"
70 +IUSE="bzip2 doc gdbm +jit libressl low-memory ncurses sandbox +shadowstack sqlite cpu_flags_x86_sse2 test tk"
71
72 RDEPEND=">=sys-libs/zlib-1.1.3:0=
73 virtual/libffi:0=
74 virtual/libintl:0=
75 dev-libs/expat:0=
76 - dev-libs/openssl:0=[-bindist]
77 + !libressl? ( dev-libs/openssl:0=[-bindist] )
78 + libressl? ( dev-libs/libressl:0= )
79 bzip2? ( app-arch/bzip2:0= )
80 gdbm? ( sys-libs/gdbm:0= )
81 ncurses? ( sys-libs/ncurses:0= )