Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/signond/
Date: Sun, 01 Aug 2021 18:27:58
Message-Id: 1627842463.8ac22b21d9882a60833d2164a0c6a6d80eec9d10.sam@gentoo
1 commit: 8ac22b21d9882a60833d2164a0c6a6d80eec9d10
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 1 07:06:11 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 1 18:27:43 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ac22b21
7
8 net-libs/signond: drop obsolete qt5 C++11 workaround
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-libs/signond/signond-8.60-r2.ebuild | 6 +-----
13 1 file changed, 1 insertion(+), 5 deletions(-)
14
15 diff --git a/net-libs/signond/signond-8.60-r2.ebuild b/net-libs/signond/signond-8.60-r2.ebuild
16 index e9c1f2cee1f..ac6a101babc 100644
17 --- a/net-libs/signond/signond-8.60-r2.ebuild
18 +++ b/net-libs/signond/signond-8.60-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -51,10 +51,6 @@ src_prepare() {
26 sed -e "/^documentation.path = /c\documentation.path = \$\${INSTALL_PREFIX}/share/doc/${PF}/libsignon-qt/" \
27 -i lib/SignOn/doc/doc.pri || die
28
29 - # std flags
30 - sed -e "/CONFIG += c++11/d" \
31 - -i common-project-config.pri || die "failed fixing CXXFLAGS"
32 -
33 use doc || sed -e "/include(\s*doc\/doc.pri\s*)/d" \
34 -i signon.pro lib/SignOn/SignOn.pro lib/plugins/plugins.pro || die