Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/fbreader/
Date: Sun, 01 Aug 2021 18:27:57
Message-Id: 1627842451.0138a2425de64b533b21244ce14373e0e6986ca1.sam@gentoo
1 commit: 0138a2425de64b533b21244ce14373e0e6986ca1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 1 06:24:39 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 1 18:27:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0138a242
7
8 app-text/fbreader: drop obsolete qt5 C++11 workaround
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-text/fbreader/fbreader-0.99.4-r5.ebuild | 6 ++----
13 1 file changed, 2 insertions(+), 4 deletions(-)
14
15 diff --git a/app-text/fbreader/fbreader-0.99.4-r5.ebuild b/app-text/fbreader/fbreader-0.99.4-r5.ebuild
16 index b3b298ab9d8..76413d99296 100644
17 --- a/app-text/fbreader/fbreader-0.99.4-r5.ebuild
18 +++ b/app-text/fbreader/fbreader-0.99.4-r5.ebuild
19 @@ -1,9 +1,9 @@
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
26 -inherit flag-o-matic qmake-utils xdg
27 +inherit qmake-utils xdg
28
29 DESCRIPTION="E-Book Reader. Supports many e-book formats"
30 HOMEPAGE="https://www.fbreader.org/"
31 @@ -39,8 +39,6 @@ PATCHES=( "${DISTDIR}"/${P}-combined.patch )
32 src_prepare() {
33 default
34
35 - append-cflags -std=c++11
36 -
37 # Let portage decide about the compiler
38 sed -e "/^CC = /d" \
39 -i makefiles/arch/desktop.mk || die "removing CC line failed"