Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ace/
Date: Sun, 26 Jun 2016 00:09:40
Message-Id: 1466895991.71af37c0ad110d98e80622ee8f8199d62b5b5bc8.blueness@gentoo
1 commit: 71af37c0ad110d98e80622ee8f8199d62b5b5bc8
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 23:06:31 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 23:06:31 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71af37c0
7
8 dev-libs/ace: add libressl support
9
10 Package-Manager: portage-2.2.28
11
12 dev-libs/ace/ace-5.8.3.ebuild | 8 +++++---
13 1 file changed, 5 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-libs/ace/ace-5.8.3.ebuild b/dev-libs/ace/ace-5.8.3.ebuild
16 index 1aaef1f..917be80 100644
17 --- a/dev-libs/ace/ace-5.8.3.ebuild
18 +++ b/dev-libs/ace/ace-5.8.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -16,9 +16,11 @@ SRC_URI="!tao? ( http://download.dre.vanderbilt.edu/previous_versions/ACE-${PV}.
26 LICENSE="ACE BSD BSD-4 BSD-2 tao? ( sun-iiop RSA )"
27 SLOT="0/${PV}"
28 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
29 -IUSE="X ciao ipv6 static-libs tao"
30 +IUSE="X ciao ipv6 libressl static-libs tao"
31
32 -COMMON_DEPEND="dev-libs/openssl:0"
33 +COMMON_DEPEND="
34 + !libressl? ( dev-libs/openssl:0= )
35 + libressl? ( dev-libs/libressl:0= )"
36 # TODO probably more
37 RDEPEND="${COMMON_DEPEND}
38 X? ( x11-libs/libXt x11-libs/libXaw )"