commit:     40a2de831d62ccc4748cc32385668ac842fd29c4
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  2 17:12:38 2015 +0000
Commit:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Fri Oct  2 17:12:38 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a2de83

dev-libs/ecore: update live ebuild and add libressl support

 dev-libs/ecore/ecore-9999.ebuild | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/dev-libs/ecore/ecore-9999.ebuild b/dev-libs/ecore/ecore-9999.ebuild
index 21ad98d..ca6bdd6 100644
--- a/dev-libs/ecore/ecore-9999.ebuild
+++ b/dev-libs/ecore/ecore-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="4"
+EAPI=5
 
 if [[ ${PV} == "9999" ]] ; then
        EGIT_SUB_PROJECT="legacy"
@@ -20,14 +20,19 @@ inherit enlightenment eutils
 DESCRIPTION="Enlightenment's core event abstraction layer and OS abstraction 
layer"
 
 LICENSE="BSD-2"
-IUSE="ares curl directfb +evas examples fbcon gles glib gnutls +inotify ipv6 
opengl sdl ssl static-libs +threads tslib wayland +X xcb xinerama xprint 
xscreensaver"
+IUSE="ares curl directfb +evas examples fbcon gles glib gnutls +inotify ipv6 
libressl opengl sdl ssl static-libs test +threads tslib wayland +X xcb xinerama 
xprint xscreensaver"
 
 RDEPEND=">=dev-libs/eina-${PV}
        ares? ( net-dns/c-ares )
-       glib? ( dev-libs/glib )
+       glib? ( dev-libs/glib:2 )
        curl? ( net-misc/curl )
        gnutls? ( net-libs/gnutls )
-       !gnutls? ( ssl? ( dev-libs/openssl ) )
+       !gnutls? (
+               ssl? (
+                       !libressl? ( dev-libs/openssl:0 )
+                       libressl? ( dev-libs/libressl )
+               )
+       )
        evas? (
                >=media-libs/evas-${PV}[directfb?,fbcon?,opengl?,X?,xcb?]
                opengl? ( virtual/opengl )

Reply via email to