Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/exiv2/
Date: Sun, 31 May 2020 21:09:21
Message-Id: 1590959316.359e36ed6b183297852bc7c37d6213869b0adf51.asturm@gentoo
1 commit: 359e36ed6b183297852bc7c37d6213869b0adf51
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 11:04:46 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 21:08:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359e36ed
7
8 media-gfx/exiv2: Set -DCMAKE_CXX_STANDARD=14
9
10 Package-Manager: Portage-2.3.100, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 media-gfx/exiv2/exiv2-0.27.3_rc2.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/media-gfx/exiv2/exiv2-0.27.3_rc2.ebuild b/media-gfx/exiv2/exiv2-0.27.3_rc2.ebuild
17 index 8c6ab3c5c6d..276e4ea019b 100644
18 --- a/media-gfx/exiv2/exiv2-0.27.3_rc2.ebuild
19 +++ b/media-gfx/exiv2/exiv2-0.27.3_rc2.ebuild
20 @@ -65,6 +65,7 @@ src_prepare() {
21
22 multilib_src_configure() {
23 local mycmakeargs=(
24 + -DCMAKE_CXX_STANDARD=14
25 -DEXIV2_BUILD_SAMPLES=NO
26 -DEXIV2_BUILD_PO=$(usex nls)
27 -DEXIV2_ENABLE_NLS=$(usex nls)