commit: cb5b6050407a1503981b0efd55e151f3a3a328f1 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Mar 10 19:23:43 2018 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Mar 10 19:43:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb5b6050
dev-libs/beecrypt: Build in C++14 mode Closes: https://bugs.gentoo.org/649548 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-libs/beecrypt/beecrypt-4.2.1-r4.ebuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-libs/beecrypt/beecrypt-4.2.1-r4.ebuild b/dev-libs/beecrypt/beecrypt-4.2.1-r4.ebuild index 69a3ccb8f34..a5e42cb2075 100644 --- a/dev-libs/beecrypt/beecrypt-4.2.1-r4.ebuild +++ b/dev-libs/beecrypt/beecrypt-4.2.1-r4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit autotools java-pkg-opt-2 python-single-r1 +inherit autotools flag-o-matic java-pkg-opt-2 python-single-r1 DESCRIPTION="General-purpose cryptography library" HOMEPAGE="https://sourceforge.net/projects/beecrypt/" @@ -52,6 +52,10 @@ src_prepare() { } src_configure() { + # ICU needs char16_t support now + # bug 649548 + append-cxxflags -std=c++14 + # cplusplus needs threads support econf \ --disable-expert-mode \
