dev-libs/ace: add libressl support
authorAnthony G. Basile <blueness@gentoo.org>
Sat, 25 Jun 2016 23:06:31 +0000 (19:06 -0400)
committerAnthony G. Basile <blueness@gentoo.org>
Sat, 25 Jun 2016 23:06:31 +0000 (19:06 -0400)
Package-Manager: portage-2.2.28

dev-libs/ace/ace-5.8.3.ebuild

index 1aaef1fee96126b6c869aa359ada132c2f9ca9b7..917be80ac9b49fee8a21429201e5faf07a785322 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$
 
@@ -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 )"