commit: 42984493572742b8d9fe50ff28f49f7f4786fa56 Author: Wade Cline <wadecline <AT> hotmail <DOT> com> AuthorDate: Fri Dec 1 06:06:33 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Dec 1 21:34:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42984493
dev-libs/libmowgli: Update 9999 dev-libs/libmowgli/libmowgli-9999.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/dev-libs/libmowgli/libmowgli-9999.ebuild b/dev-libs/libmowgli/libmowgli-9999.ebuild index 9a22f89057f..5450f37c16c 100644 --- a/dev-libs/libmowgli/libmowgli-9999.ebuild +++ b/dev-libs/libmowgli/libmowgli-9999.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -inherit git-2 +inherit git-r3 DESCRIPTION="Useful set of performance and usability-oriented extensions to C" HOMEPAGE="http://atheme.org/projects/libmowgli.html" @@ -18,10 +18,9 @@ RDEPEND="ssl? ( libressl? ( dev-libs/libressl:0= ) )" DEPEND="${RDEPEND}" -DOCS="AUTHORS README doc/BOOST doc/design-concepts.txt" +DOCS=( AUTHORS README doc/BOOST doc/design-concepts.txt ) src_configure() { - # disabling SSL is "broken" in 2.0.0 so we have to use this hack till 2.0.1 - use !ssl && myconf="--with-openssl=/dev/null" - econf ${myconf} + econf \ + $(use_with ssl openssl) }
