Package-Manager: Portage-2.3.93, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit flag-o-matic
-
if [[ ${PV} = 9999 ]]; then
EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libcdr.git"
inherit autotools git-r3
LICENSE="MPL-2.0"
SLOT="0"
IUSE="doc static-libs test"
+
RESTRICT="!test? ( test )"
RDEPEND="
}
src_configure() {
- # bug 619448
- append-cxxflags -std=c++14
-
local myeconfargs=(
$(use_with doc docs)
$(use_enable static-libs static)