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 5A29F138350 for ; Sun, 8 Mar 2020 18:56:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88E95E087D; Sun, 8 Mar 2020 18:56:38 +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 6DDAEE087C for ; Sun, 8 Mar 2020 18:56:38 +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 788C434F406 for ; Sun, 8 Mar 2020 18:56:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E00012B for ; Sun, 8 Mar 2020 18:56:35 +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: <1583693778.19cfabf84f06572b1e37ff6d939e8e97bfc26d4d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libcdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libcdr/libcdr-9999.ebuild X-VCS-Directories: media-libs/libcdr/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 19cfabf84f06572b1e37ff6d939e8e97bfc26d4d X-VCS-Branch: master Date: Sun, 8 Mar 2020 18:56:35 +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: c58ac13d-a18a-440b-a245-17b16ed636e4 X-Archives-Hash: 203cc44a72fb1aa597269664bb666ab4 commit: 19cfabf84f06572b1e37ff6d939e8e97bfc26d4d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 8 18:50:39 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 8 18:56:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19cfabf8 media-libs/libcdr: Drop -std=c++14 workaround Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libcdr/libcdr-9999.ebuild | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/media-libs/libcdr/libcdr-9999.ebuild b/media-libs/libcdr/libcdr-9999.ebuild index 723e5b807b6..3397e4658eb 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)