summaryrefslogtreecommitdiff
path: root/app-text/fbreader/fbreader-0.99.4-r5.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/fbreader/fbreader-0.99.4-r5.ebuild')
-rw-r--r--app-text/fbreader/fbreader-0.99.4-r5.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/app-text/fbreader/fbreader-0.99.4-r5.ebuild b/app-text/fbreader/fbreader-0.99.4-r5.ebuild
index b3b298ab9d81..76413d99296f 100644
--- a/app-text/fbreader/fbreader-0.99.4-r5.ebuild
+++ b/app-text/fbreader/fbreader-0.99.4-r5.ebuild
@@ -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/"
@@ -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"