media-libs/opencollada: Always build in C++14 mode
authorDavid Seifert <soap@gentoo.org>
Mon, 19 Feb 2018 18:17:21 +0000 (19:17 +0100)
committerDavid Seifert <soap@gentoo.org>
Mon, 19 Feb 2018 19:40:38 +0000 (20:40 +0100)
Closes: https://bugs.gentoo.org/619670
Package-Manager: Portage-2.3.24, Repoman-2.3.6

media-libs/opencollada/opencollada-1.6.36.ebuild
media-libs/opencollada/opencollada-1.6.58.ebuild
media-libs/opencollada/opencollada-1.6.62.ebuild

index 4646fb614e53a5397e238d3bf646540d5fb22305..8389c5d0edd2fd913c243a7c6e421b813fdb352e 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit cmake-utils versionator
+inherit cmake-utils flag-o-matic versionator
 
 DESCRIPTION="Stream based read/write library for COLLADA files"
 HOMEPAGE="http://www.opencollada.org/"
@@ -45,6 +45,9 @@ src_prepare() {
 }
 
 src_configure() {
+       # bug 619670
+       append-cxxflags -std=c++14
+
        local mycmakeargs=(
                -DUSE_SHARED=ON
                -DUSE_STATIC=$(usex static-libs)
index d3037374c6d97d1495a02a6e8490fbd5c0d568d1..77649f9a66261ca3e74c63fe861f58ebe05f601a 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit cmake-utils versionator
+inherit cmake-utils flag-o-matic versionator
 
 DESCRIPTION="Stream based read/write library for COLLADA files"
 HOMEPAGE="http://www.opencollada.org/"
@@ -43,6 +43,9 @@ src_prepare() {
 }
 
 src_configure() {
+       # bug 619670
+       append-cxxflags -std=c++14
+
        local mycmakeargs=(
                -DUSE_SHARED=ON
                -DUSE_STATIC=$(usex static-libs)
index 4a0d0c352bd3a489aa3fcc4bd8e4b7e23ff039a8..554964a4b879b53c5ebff3199b144fd91e9ded83 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit cmake-utils versionator
+inherit cmake-utils flag-o-matic versionator
 
 DESCRIPTION="Stream based read/write library for COLLADA files"
 HOMEPAGE="http://www.opencollada.org/"
@@ -40,6 +40,9 @@ src_prepare() {
 }
 
 src_configure() {
+       # bug 619670
+       append-cxxflags -std=c++14
+
        local mycmakeargs=(
                -DUSE_SHARED=ON
                -DUSE_STATIC=$(usex static-libs)