diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-06-26 07:51:54 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-06-26 08:24:33 -0400 |
commit | d85253be2702377ffa8e38fa3a83303f1d6e7399 (patch) | |
tree | c0b82e90c05f7b67fb39e57925077ce008fda468 /dev-libs/ucommon | |
parent | dev-util/unifdef: support Prefix. (diff) | |
download | gentoo-d85253be2702377ffa8e38fa3a83303f1d6e7399.tar.gz gentoo-d85253be2702377ffa8e38fa3a83303f1d6e7399.tar.bz2 gentoo-d85253be2702377ffa8e38fa3a83303f1d6e7399.zip |
dev-libs/ucommon: add libressl support
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-libs/ucommon')
-rw-r--r-- | dev-libs/ucommon/ucommon-6.1.10.ebuild | 9 | ||||
-rw-r--r-- | dev-libs/ucommon/ucommon-6.3.1.ebuild | 9 | ||||
-rw-r--r-- | dev-libs/ucommon/ucommon-6.5.2.ebuild | 9 | ||||
-rw-r--r-- | 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 86797d2932a4..3d18afc4ee42 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 10142cb2d2b6..be7f60a469bd 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 cf061aae6292..5ed934130a5b 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 cf061aae6292..5ed934130a5b 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 |