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 B1588139337 for ; Sun, 1 Aug 2021 18:27:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BC73E0A44; Sun, 1 Aug 2021 18:27:58 +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 DC058E0A10 for ; Sun, 1 Aug 2021 18:27:57 +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 12519343BF4 for ; Sun, 1 Aug 2021 18:27:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9297985C for ; Sun, 1 Aug 2021 18:27:54 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1627842463.8ac22b21d9882a60833d2164a0c6a6d80eec9d10.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/signond/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/signond/signond-8.60-r2.ebuild X-VCS-Directories: net-libs/signond/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8ac22b21d9882a60833d2164a0c6a6d80eec9d10 X-VCS-Branch: master Date: Sun, 1 Aug 2021 18:27:54 +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: 982845e8-7ca6-4ab2-aabb-0cbfac1ee95a X-Archives-Hash: e5a1b3ca1e6e444ef6bf7c5c4de09093 commit: 8ac22b21d9882a60833d2164a0c6a6d80eec9d10 Author: Sam James gentoo org> AuthorDate: Sun Aug 1 07:06:11 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Aug 1 18:27:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac22b21 net-libs/signond: drop obsolete qt5 C++11 workaround Signed-off-by: Sam James gentoo.org> net-libs/signond/signond-8.60-r2.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/net-libs/signond/signond-8.60-r2.ebuild b/net-libs/signond/signond-8.60-r2.ebuild index e9c1f2cee1f..ac6a101babc 100644 --- a/net-libs/signond/signond-8.60-r2.ebuild +++ b/net-libs/signond/signond-8.60-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -51,10 +51,6 @@ src_prepare() { sed -e "/^documentation.path = /c\documentation.path = \$\${INSTALL_PREFIX}/share/doc/${PF}/libsignon-qt/" \ -i lib/SignOn/doc/doc.pri || die - # std flags - sed -e "/CONFIG += c++11/d" \ - -i common-project-config.pri || die "failed fixing CXXFLAGS" - use doc || sed -e "/include(\s*doc\/doc.pri\s*)/d" \ -i signon.pro lib/SignOn/SignOn.pro lib/plugins/plugins.pro || die