diff options
author | Julian Ospald <hasufell@gentoo.org> | 2015-10-02 19:12:38 +0200 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2015-10-02 19:12:38 +0200 |
commit | 40a2de831d62ccc4748cc32385668ac842fd29c4 (patch) | |
tree | b965cde0a7be82b944abd2599f09b79852562719 /dev-libs/ecore | |
parent | dev-libs/ecore: add libressl support (diff) | |
download | gentoo-40a2de831d62ccc4748cc32385668ac842fd29c4.tar.gz gentoo-40a2de831d62ccc4748cc32385668ac842fd29c4.tar.bz2 gentoo-40a2de831d62ccc4748cc32385668ac842fd29c4.zip |
dev-libs/ecore: update live ebuild and add libressl support
Diffstat (limited to 'dev-libs/ecore')
-rw-r--r-- | dev-libs/ecore/ecore-9999.ebuild | 13 |
1 files 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 ) |