dev-python/pypy: add libressl support
authorAnthony G. Basile <blueness@gentoo.org>
Fri, 3 Jun 2016 12:58:39 +0000 (08:58 -0400)
committerAnthony G. Basile <blueness@gentoo.org>
Fri, 3 Jun 2016 12:58:54 +0000 (08:58 -0400)
Package-Manager: portage-2.2.28

dev-python/pypy/pypy-4.0.1.ebuild
dev-python/pypy/pypy-5.0.0.ebuild
dev-python/pypy/pypy-9999.ebuild

index a6c918a540f09739a055f8e77ab6b83fef31a76c..69c51e4563f113f78eb8a7dad458bd4d3a97bbd8 100644 (file)
@@ -17,13 +17,14 @@ SRC_URI="https://bitbucket.org/pypy/pypy/downloads/${P}-src.tar.bz2
 LICENSE="MIT"
 SLOT="0/$(get_version_component_range 1-2 ${PV})"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="bzip2 doc gdbm +jit low-memory ncurses sandbox +shadowstack sqlite cpu_flags_x86_sse2 test tk"
+IUSE="bzip2 doc gdbm +jit libressl low-memory ncurses sandbox +shadowstack sqlite cpu_flags_x86_sse2 test tk"
 
 RDEPEND=">=sys-libs/zlib-1.1.3:0=
        virtual/libffi:0=
        virtual/libintl:0=
        dev-libs/expat:0=
-       dev-libs/openssl:0=[-bindist]
+       !libressl? ( dev-libs/openssl:0=[-bindist] )
+       libressl? ( dev-libs/libressl:0= )
        bzip2? ( app-arch/bzip2:0= )
        gdbm? ( sys-libs/gdbm:0= )
        ncurses? ( sys-libs/ncurses:0= )
index a6c918a540f09739a055f8e77ab6b83fef31a76c..69c51e4563f113f78eb8a7dad458bd4d3a97bbd8 100644 (file)
@@ -17,13 +17,14 @@ SRC_URI="https://bitbucket.org/pypy/pypy/downloads/${P}-src.tar.bz2
 LICENSE="MIT"
 SLOT="0/$(get_version_component_range 1-2 ${PV})"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="bzip2 doc gdbm +jit low-memory ncurses sandbox +shadowstack sqlite cpu_flags_x86_sse2 test tk"
+IUSE="bzip2 doc gdbm +jit libressl low-memory ncurses sandbox +shadowstack sqlite cpu_flags_x86_sse2 test tk"
 
 RDEPEND=">=sys-libs/zlib-1.1.3:0=
        virtual/libffi:0=
        virtual/libintl:0=
        dev-libs/expat:0=
-       dev-libs/openssl:0=[-bindist]
+       !libressl? ( dev-libs/openssl:0=[-bindist] )
+       libressl? ( dev-libs/libressl:0= )
        bzip2? ( app-arch/bzip2:0= )
        gdbm? ( sys-libs/gdbm:0= )
        ncurses? ( sys-libs/ncurses:0= )
index 07df847691940bab39f0db429837ca8a2409e733..73a3d5309d9cce111c1b6ea91892fba8bb69c655 100644 (file)
@@ -18,13 +18,14 @@ SRC_URI="
 LICENSE="MIT"
 SLOT="0/$(get_version_component_range 1-2 ${PV})"
 KEYWORDS=""
-IUSE="bzip2 doc gdbm +jit low-memory ncurses sandbox +shadowstack sqlite cpu_flags_x86_sse2 test tk"
+IUSE="bzip2 doc gdbm +jit libressl low-memory ncurses sandbox +shadowstack sqlite cpu_flags_x86_sse2 test tk"
 
 RDEPEND=">=sys-libs/zlib-1.1.3:0=
        virtual/libffi:0=
        virtual/libintl:0=
        dev-libs/expat:0=
-       dev-libs/openssl:0=[-bindist]
+       !libressl? ( dev-libs/openssl:0=[-bindist] )
+       libressl? ( dev-libs/libressl:0= )
        bzip2? ( app-arch/bzip2:0= )
        gdbm? ( sys-libs/gdbm:0= )
        ncurses? ( sys-libs/ncurses:0= )