From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 164F113835A for ; Sun, 31 May 2020 21:09:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34482E0864; Sun, 31 May 2020 21:09:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 196BDE0864 for ; Sun, 31 May 2020 21:09:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7CF634F004 for ; Sun, 31 May 2020 21:09:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9061A26D for ; Sun, 31 May 2020 21:09:17 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1590959316.359e36ed6b183297852bc7c37d6213869b0adf51.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/exiv2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/exiv2/exiv2-0.27.3_rc2.ebuild X-VCS-Directories: media-gfx/exiv2/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 359e36ed6b183297852bc7c37d6213869b0adf51 X-VCS-Branch: master Date: Sun, 31 May 2020 21:09:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c519af55-0f70-45e5-8b6e-e607d5f8ebf0 X-Archives-Hash: c1b6d9f7320b816ecc7f5089d03761d8 commit: 359e36ed6b183297852bc7c37d6213869b0adf51 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 31 11:04:46 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 31 21:08:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359e36ed media-gfx/exiv2: Set -DCMAKE_CXX_STANDARD=14 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/exiv2/exiv2-0.27.3_rc2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-gfx/exiv2/exiv2-0.27.3_rc2.ebuild b/media-gfx/exiv2/exiv2-0.27.3_rc2.ebuild index 8c6ab3c5c6d..276e4ea019b 100644 --- a/media-gfx/exiv2/exiv2-0.27.3_rc2.ebuild +++ b/media-gfx/exiv2/exiv2-0.27.3_rc2.ebuild @@ -65,6 +65,7 @@ src_prepare() { multilib_src_configure() { local mycmakeargs=( + -DCMAKE_CXX_STANDARD=14 -DEXIV2_BUILD_SAMPLES=NO -DEXIV2_BUILD_PO=$(usex nls) -DEXIV2_ENABLE_NLS=$(usex nls)