From 40a2de831d62ccc4748cc32385668ac842fd29c4 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 2 Oct 2015 19:12:38 +0200 Subject: [PATCH] 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 21ad98dd762b..ca6bdd6c1541 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 ) -- 2.26.2