Gentoo Archives: gentoo-commits

From: Julian Ospald <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ecore/
Date: Fri, 02 Oct 2015 17:15:01
Message-Id: 1443805958.40a2de831d62ccc4748cc32385668ac842fd29c4.hasufell@gentoo
1 commit: 40a2de831d62ccc4748cc32385668ac842fd29c4
2 Author: Julian Ospald <hasufell <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 2 17:12:38 2015 +0000
4 Commit: Julian Ospald <hasufell <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 2 17:12:38 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a2de83
7
8 dev-libs/ecore: update live ebuild and add libressl support
9
10 dev-libs/ecore/ecore-9999.ebuild | 13 +++++++++----
11 1 file changed, 9 insertions(+), 4 deletions(-)
12
13 diff --git a/dev-libs/ecore/ecore-9999.ebuild b/dev-libs/ecore/ecore-9999.ebuild
14 index 21ad98d..ca6bdd6 100644
15 --- a/dev-libs/ecore/ecore-9999.ebuild
16 +++ b/dev-libs/ecore/ecore-9999.ebuild
17 @@ -2,7 +2,7 @@
18 # Distributed under the terms of the GNU General Public License v2
19 # $Id$
20
21 -EAPI="4"
22 +EAPI=5
23
24 if [[ ${PV} == "9999" ]] ; then
25 EGIT_SUB_PROJECT="legacy"
26 @@ -20,14 +20,19 @@ inherit enlightenment eutils
27 DESCRIPTION="Enlightenment's core event abstraction layer and OS abstraction layer"
28
29 LICENSE="BSD-2"
30 -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"
31 +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"
32
33 RDEPEND=">=dev-libs/eina-${PV}
34 ares? ( net-dns/c-ares )
35 - glib? ( dev-libs/glib )
36 + glib? ( dev-libs/glib:2 )
37 curl? ( net-misc/curl )
38 gnutls? ( net-libs/gnutls )
39 - !gnutls? ( ssl? ( dev-libs/openssl ) )
40 + !gnutls? (
41 + ssl? (
42 + !libressl? ( dev-libs/openssl:0 )
43 + libressl? ( dev-libs/libressl )
44 + )
45 + )
46 evas? (
47 >=media-libs/evas-${PV}[directfb?,fbcon?,opengl?,X?,xcb?]
48 opengl? ( virtual/opengl )