commit:     30d8e7d7ef71751233dff456965428d74b42479a
Author:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  2 17:18:53 2015 +0000
Commit:     Julian Ospald <hasufell <AT> gentoo <DOT> org>
CommitDate: Fri Oct  2 17:18:53 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d8e7d7

dev-libs/eet: add libressl support

 dev-libs/eet/{eet-9999.ebuild => eet-1.7.10-r1.ebuild} | 11 ++++++++---
 dev-libs/eet/eet-9999.ebuild                           | 11 ++++++++---
 2 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/dev-libs/eet/eet-9999.ebuild b/dev-libs/eet/eet-1.7.10-r1.ebuild
similarity index 87%
copy from dev-libs/eet/eet-9999.ebuild
copy to dev-libs/eet/eet-1.7.10-r1.ebuild
index 2925993..f666eb7 100644
--- a/dev-libs/eet/eet-9999.ebuild
+++ b/dev-libs/eet/eet-1.7.10-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,7 +19,7 @@ DESCRIPTION="E file chunk reading/writing library"
 HOMEPAGE="https://trac.enlightenment.org/e/wiki/Eet";
 
 LICENSE="BSD-2"
-IUSE="debug examples gnutls ssl static-libs test"
+IUSE="debug examples gnutls libressl ssl static-libs test"
 
 RDEPEND=">=dev-libs/eina-${PV}
        virtual/jpeg
@@ -28,7 +28,12 @@ RDEPEND=">=dev-libs/eina-${PV}
                net-libs/gnutls
                dev-libs/libgcrypt:0
        )
-       !gnutls? ( ssl? ( dev-libs/openssl ) )"
+       !gnutls? (
+               ssl? (
+                       !libressl? ( dev-libs/openssl:0 )
+                       libressl? ( dev-libs/libressl )
+               )
+       )"
 DEPEND="${RDEPEND}
        test? (
                dev-libs/check

diff --git a/dev-libs/eet/eet-9999.ebuild b/dev-libs/eet/eet-9999.ebuild
index 2925993..f666eb7 100644
--- a/dev-libs/eet/eet-9999.ebuild
+++ b/dev-libs/eet/eet-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -19,7 +19,7 @@ DESCRIPTION="E file chunk reading/writing library"
 HOMEPAGE="https://trac.enlightenment.org/e/wiki/Eet";
 
 LICENSE="BSD-2"
-IUSE="debug examples gnutls ssl static-libs test"
+IUSE="debug examples gnutls libressl ssl static-libs test"
 
 RDEPEND=">=dev-libs/eina-${PV}
        virtual/jpeg
@@ -28,7 +28,12 @@ RDEPEND=">=dev-libs/eina-${PV}
                net-libs/gnutls
                dev-libs/libgcrypt:0
        )
-       !gnutls? ( ssl? ( dev-libs/openssl ) )"
+       !gnutls? (
+               ssl? (
+                       !libressl? ( dev-libs/openssl:0 )
+                       libressl? ( dev-libs/libressl )
+               )
+       )"
 DEPEND="${RDEPEND}
        test? (
                dev-libs/check

Reply via email to