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 E0A8F13933E 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 C3707E0A00; Sun, 1 Aug 2021 18:27:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 AA238E0A00 for ; Sun, 1 Aug 2021 18:27:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 98072343BF4 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 0B121850 for ; Sun, 1 Aug 2021 18:27:54 +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: <1627842455.74cbadd661a04fb2bad5be859abee739ae77e980.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/log4cplus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/log4cplus/log4cplus-1.2.0.ebuild X-VCS-Directories: dev-libs/log4cplus/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 74cbadd661a04fb2bad5be859abee739ae77e980 X-VCS-Branch: master Date: Sun, 1 Aug 2021 18:27:54 +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: 3bfa5cba-e5cc-494e-bfdb-3721d67102e9 X-Archives-Hash: 8b00749498090de611e18974a2247774 commit: 74cbadd661a04fb2bad5be859abee739ae77e980 Author: Sam James gentoo org> AuthorDate: Sun Aug 1 06:40:02 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Aug 1 18:27:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74cbadd6 dev-libs/log4cplus: drop obsolete qt5 C++11 workaround Signed-off-by: Sam James gentoo.org> dev-libs/log4cplus/log4cplus-1.2.0.ebuild | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dev-libs/log4cplus/log4cplus-1.2.0.ebuild b/dev-libs/log4cplus/log4cplus-1.2.0.ebuild index ae5197583f3..5d5331b72ab 100644 --- a/dev-libs/log4cplus/log4cplus-1.2.0.ebuild +++ b/dev-libs/log4cplus/log4cplus-1.2.0.ebuild @@ -3,8 +3,6 @@ EAPI=6 -inherit flag-o-matic - DESCRIPTION="C++ port of the Log for Java (log4j) logging library" HOMEPAGE="http://log4cplus.sourceforge.net/ https://github.com/log4cplus/log4cplus" SRC_URI="mirror://sourceforge/project/${PN}/${PN}-stable/${PV}/${P}.tar.bz2" @@ -26,10 +24,6 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}/${PN}-1.2.0-fix-c++14.patch" ) src_configure() { - # bug 648714 - # Qt5 now requires C++11 - append-cxxflags -std=c++11 - econf \ --disable-static \ $(use_with iconv) \