Skip to content

Commit

Permalink
app-text/fbreader: drop obsolete qt5 C++11 workaround
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Aug 1, 2021
1 parent da257f0 commit 0138a24
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app-text/fbreader/fbreader-0.99.4-r5.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit flag-o-matic qmake-utils xdg
inherit qmake-utils xdg

DESCRIPTION="E-Book Reader. Supports many e-book formats"
HOMEPAGE="https://www.fbreader.org/"
Expand Down Expand Up @@ -39,8 +39,6 @@ PATCHES=( "${DISTDIR}"/${P}-combined.patch )
src_prepare() {
default

append-cflags -std=c++11

# Let portage decide about the compiler
sed -e "/^CC = /d" \
-i makefiles/arch/desktop.mk || die "removing CC line failed"
Expand Down

0 comments on commit 0138a24

Please sign in to comment.