From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 514DC139337 for ; Sun, 1 Aug 2021 18:27:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66793E08E8; Sun, 1 Aug 2021 18:27:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A825E08E8 for ; Sun, 1 Aug 2021 18:27:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 304CC343BC2 for ; Sun, 1 Aug 2021 18:27:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C010C7A7 for ; Sun, 1 Aug 2021 18:27:53 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1627842451.0138a2425de64b533b21244ce14373e0e6986ca1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/fbreader/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/fbreader/fbreader-0.99.4-r5.ebuild X-VCS-Directories: app-text/fbreader/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0138a2425de64b533b21244ce14373e0e6986ca1 X-VCS-Branch: master Date: Sun, 1 Aug 2021 18:27:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 25abc413-b2f6-4063-ba95-b6bb01b9f2e0 X-Archives-Hash: 2454579ced63c32e7d41178cff9bb833 commit: 0138a2425de64b533b21244ce14373e0e6986ca1 Author: Sam James gentoo org> AuthorDate: Sun Aug 1 06:24:39 2021 +0000 Commit: Sam James gentoo 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 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"