summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-03-08 19:50:39 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-03-08 19:56:18 +0100
commit19cfabf84f06572b1e37ff6d939e8e97bfc26d4d (patch)
treecea1c2a093171ab3b3c97eb59202fdc8b9151c3d /media-libs/libcdr/libcdr-9999.ebuild
parentmedia-libs/mesa: Depend on media-libs/libglvnd[X?] (diff)
downloadgentoo-19cfabf84f06572b1e37ff6d939e8e97bfc26d4d.tar.gz
gentoo-19cfabf84f06572b1e37ff6d939e8e97bfc26d4d.tar.bz2
gentoo-19cfabf84f06572b1e37ff6d939e8e97bfc26d4d.zip
media-libs/libcdr: Drop -std=c++14 workaround
Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs/libcdr/libcdr-9999.ebuild')
-rw-r--r--media-libs/libcdr/libcdr-9999.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/media-libs/libcdr/libcdr-9999.ebuild b/media-libs/libcdr/libcdr-9999.ebuild
index 723e5b807b62..3397e4658eb6 100644
--- a/media-libs/libcdr/libcdr-9999.ebuild
+++ b/media-libs/libcdr/libcdr-9999.ebuild
@@ -1,10 +1,8 @@
-# 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
@@ -19,6 +17,7 @@ HOMEPAGE="https://wiki.documentfoundation.org/DLP/Libraries/libcdr"
LICENSE="MPL-2.0"
SLOT="0"
IUSE="doc static-libs test"
+
RESTRICT="!test? ( test )"
RDEPEND="
@@ -44,9 +43,6 @@ src_prepare() {
}
src_configure() {
- # bug 619448
- append-cxxflags -std=c++14
-
local myeconfargs=(
$(use_with doc docs)
$(use_enable static-libs static)