commit:     d85253be2702377ffa8e38fa3a83303f1d6e7399
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 26 11:51:54 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 12:24:33 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d85253be

dev-libs/ucommon: add libressl support

Package-Manager: portage-2.2.28

 dev-libs/ucommon/ucommon-6.1.10.ebuild | 9 ++++++---
 dev-libs/ucommon/ucommon-6.3.1.ebuild  | 9 ++++++---
 dev-libs/ucommon/ucommon-6.5.2.ebuild  | 9 ++++++---
 dev-libs/ucommon/ucommon-6.5.7.ebuild  | 9 ++++++---
 4 files changed, 24 insertions(+), 12 deletions(-)

diff --git a/dev-libs/ucommon/ucommon-6.1.10.ebuild 
b/dev-libs/ucommon/ucommon-6.1.10.ebuild
index 86797d2..3d18afc 100644
--- a/dev-libs/ucommon/ucommon-6.1.10.ebuild
+++ b/dev-libs/ucommon/ucommon-6.1.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,15 +15,18 @@ SRC_URI="mirror://gnu/commoncpp/${P}.tar.gz"
 LICENSE="LGPL-3"
 SLOT="0/6"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE="doc static-libs socks +cxx debug ssl gnutls"
+IUSE="doc static-libs socks +cxx debug libressl ssl gnutls"
 
 RDEPEND="
        ssl? (
-               !gnutls? ( dev-libs/openssl:0= )
                gnutls? (
                        net-libs/gnutls:0=
                        dev-libs/libgcrypt:0=
                )
+               !gnutls? (
+                       !libressl? ( dev-libs/openssl:0= )
+                       libressl? ( dev-libs/libressl:0= )
+               )
        )"
 
 DEPEND="virtual/pkgconfig

diff --git a/dev-libs/ucommon/ucommon-6.3.1.ebuild 
b/dev-libs/ucommon/ucommon-6.3.1.ebuild
index 10142cb..be7f60a 100644
--- a/dev-libs/ucommon/ucommon-6.3.1.ebuild
+++ b/dev-libs/ucommon/ucommon-6.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,15 +15,18 @@ SRC_URI="mirror://gnu/commoncpp/${P}.tar.gz"
 LICENSE="LGPL-3"
 SLOT="0/6"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE="doc static-libs socks +cxx debug ssl gnutls"
+IUSE="doc static-libs socks +cxx debug libressl ssl gnutls"
 
 RDEPEND="
        ssl? (
-               !gnutls? ( dev-libs/openssl:0= )
                gnutls? (
                        net-libs/gnutls:0=
                        dev-libs/libgcrypt:0=
                )
+               !gnutls? (
+                       !libressl? ( dev-libs/openssl:0= )
+                       libressl? ( dev-libs/libressl:0= )
+               )
        )"
 
 DEPEND="virtual/pkgconfig

diff --git a/dev-libs/ucommon/ucommon-6.5.2.ebuild 
b/dev-libs/ucommon/ucommon-6.5.2.ebuild
index cf061aa..5ed9341 100644
--- a/dev-libs/ucommon/ucommon-6.5.2.ebuild
+++ b/dev-libs/ucommon/ucommon-6.5.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,15 +15,18 @@ SRC_URI="mirror://gnu/commoncpp/${P}.tar.gz"
 LICENSE="LGPL-3"
 SLOT="0/6"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE="doc static-libs socks +cxx debug ssl gnutls"
+IUSE="doc static-libs socks +cxx debug libressl ssl gnutls"
 
 RDEPEND="
        ssl? (
-               !gnutls? ( dev-libs/openssl:0= )
                gnutls? (
                        net-libs/gnutls:0=
                        dev-libs/libgcrypt:0=
                )
+               !gnutls? (
+                       !libressl? ( dev-libs/openssl:0= )
+                       libressl? ( dev-libs/libressl:0= )
+               )
        )"
 
 DEPEND="virtual/pkgconfig

diff --git a/dev-libs/ucommon/ucommon-6.5.7.ebuild 
b/dev-libs/ucommon/ucommon-6.5.7.ebuild
index cf061aa..5ed9341 100644
--- a/dev-libs/ucommon/ucommon-6.5.7.ebuild
+++ b/dev-libs/ucommon/ucommon-6.5.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -15,15 +15,18 @@ SRC_URI="mirror://gnu/commoncpp/${P}.tar.gz"
 LICENSE="LGPL-3"
 SLOT="0/6"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux"
-IUSE="doc static-libs socks +cxx debug ssl gnutls"
+IUSE="doc static-libs socks +cxx debug libressl ssl gnutls"
 
 RDEPEND="
        ssl? (
-               !gnutls? ( dev-libs/openssl:0= )
                gnutls? (
                        net-libs/gnutls:0=
                        dev-libs/libgcrypt:0=
                )
+               !gnutls? (
+                       !libressl? ( dev-libs/openssl:0= )
+                       libressl? ( dev-libs/libressl:0= )
+               )
        )"
 
 DEPEND="virtual/pkgconfig

Reply via email to