dev-libs/ucommon: add libressl support
authorAnthony G. Basile <blueness@gentoo.org>
Sun, 26 Jun 2016 11:51:54 +0000 (07:51 -0400)
committerAnthony G. Basile <blueness@gentoo.org>
Sun, 26 Jun 2016 12:24:33 +0000 (08:24 -0400)
Package-Manager: portage-2.2.28

dev-libs/ucommon/ucommon-6.1.10.ebuild
dev-libs/ucommon/ucommon-6.3.1.ebuild
dev-libs/ucommon/ucommon-6.5.2.ebuild
dev-libs/ucommon/ucommon-6.5.7.ebuild

index 86797d2932a45d1906005dfa1e9d9df0bd886131..3d18afc4ee4256797c56a476fb39a62d2594b5dd 100644 (file)
@@ -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
index 10142cb2d2b62e258a41f7a18f9b7e6308c9402e..be7f60a469bd927118e6349170d4b09ab50557e1 100644 (file)
@@ -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
index cf061aae62924378239adae892a30135d799a3a8..5ed934130a5b81eb1fdce64001882996d4b955c6 100644 (file)
@@ -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
index cf061aae62924378239adae892a30135d799a3a8..5ed934130a5b81eb1fdce64001882996d4b955c6 100644 (file)
@@ -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