commit: 0138a2425de64b533b21244ce14373e0e6986ca1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Aug 1 06:24:39 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Aug 1 18:27:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0138a242
app-text/fbreader: drop obsolete qt5 C++11 workaround Signed-off-by: Sam James <sam <AT> gentoo.org> app-text/fbreader/fbreader-0.99.4-r5.ebuild | 6 ++---- 1 file 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 b3b298ab9d8..76413d99296 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"
