summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-06-25 19:06:31 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-06-25 19:06:31 -0400
commit71af37c0ad110d98e80622ee8f8199d62b5b5bc8 (patch)
treec06fe795c732dc8178ffcbf00e66f9ad4f7f5087
parentdev-perl/Test-Spec: Remove old (diff)
downloadgentoo-71af37c0.tar.gz
gentoo-71af37c0.tar.bz2
gentoo-71af37c0.zip
dev-libs/ace: add libressl support
Package-Manager: portage-2.2.28
-rw-r--r--dev-libs/ace/ace-5.8.3.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-libs/ace/ace-5.8.3.ebuild b/dev-libs/ace/ace-5.8.3.ebuild
index 1aaef1fee961..917be80ac9b4 100644
--- a/dev-libs/ace/ace-5.8.3.ebuild
+++ b/dev-libs/ace/ace-5.8.3.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$
@@ -16,9 +16,11 @@ SRC_URI="!tao? ( http://download.dre.vanderbilt.edu/previous_versions/ACE-${PV}.
LICENSE="ACE BSD BSD-4 BSD-2 tao? ( sun-iiop RSA )"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="X ciao ipv6 static-libs tao"
+IUSE="X ciao ipv6 libressl static-libs tao"
-COMMON_DEPEND="dev-libs/openssl:0"
+COMMON_DEPEND="
+ !libressl? ( dev-libs/openssl:0= )
+ libressl? ( dev-libs/libressl:0= )"
# TODO probably more
RDEPEND="${COMMON_DEPEND}
X? ( x11-libs/libXt x11-libs/libXaw )"