Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libmowgli/
Date: Fri, 01 Dec 2017 21:35:03
Message-Id: 1512164091.42984493572742b8d9fe50ff28f49f7f4786fa56.asturm@gentoo
1 commit: 42984493572742b8d9fe50ff28f49f7f4786fa56
2 Author: Wade Cline <wadecline <AT> hotmail <DOT> com>
3 AuthorDate: Fri Dec 1 06:06:33 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 1 21:34:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42984493
7
8 dev-libs/libmowgli: Update 9999
9
10 dev-libs/libmowgli/libmowgli-9999.ebuild | 11 +++++------
11 1 file changed, 5 insertions(+), 6 deletions(-)
12
13 diff --git a/dev-libs/libmowgli/libmowgli-9999.ebuild b/dev-libs/libmowgli/libmowgli-9999.ebuild
14 index 9a22f89057f..5450f37c16c 100644
15 --- a/dev-libs/libmowgli/libmowgli-9999.ebuild
16 +++ b/dev-libs/libmowgli/libmowgli-9999.ebuild
17 @@ -1,9 +1,9 @@
18 # Copyright 1999-2017 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20
21 -EAPI=5
22 +EAPI=6
23
24 -inherit git-2
25 +inherit git-r3
26
27 DESCRIPTION="Useful set of performance and usability-oriented extensions to C"
28 HOMEPAGE="http://atheme.org/projects/libmowgli.html"
29 @@ -18,10 +18,9 @@ RDEPEND="ssl? (
30 libressl? ( dev-libs/libressl:0= )
31 )"
32 DEPEND="${RDEPEND}"
33 -DOCS="AUTHORS README doc/BOOST doc/design-concepts.txt"
34 +DOCS=( AUTHORS README doc/BOOST doc/design-concepts.txt )
35
36 src_configure() {
37 - # disabling SSL is "broken" in 2.0.0 so we have to use this hack till 2.0.1
38 - use !ssl && myconf="--with-openssl=/dev/null"
39 - econf ${myconf}
40 + econf \
41 + $(use_with ssl openssl)
42 }