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 957E913934E 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 9A612E09ED; 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 81148E09ED 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 61503343BF1 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 EA68684F 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: <1627842454.e1e06dcb110486490e16100a76d34616d4a06059.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/highlight/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/highlight/highlight-3.57-r100.ebuild app-text/highlight/highlight-3.60.ebuild app-text/highlight/highlight-4.1.ebuild X-VCS-Directories: app-text/highlight/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e1e06dcb110486490e16100a76d34616d4a06059 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: f7751d6e-19b9-47b0-aace-9bed746a4d82 X-Archives-Hash: 55e82ebec519acc67c14acc06eaf627c commit: e1e06dcb110486490e16100a76d34616d4a06059 Author: Sam James gentoo org> AuthorDate: Sun Aug 1 06:38:57 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Aug 1 18:27:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e06dcb app-text/highlight: drop obsolete qt5 C++11 workaround Signed-off-by: Sam James gentoo.org> app-text/highlight/highlight-3.57-r100.ebuild | 2 +- app-text/highlight/highlight-3.60.ebuild | 2 +- app-text/highlight/highlight-4.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/highlight/highlight-3.57-r100.ebuild b/app-text/highlight/highlight-3.57-r100.ebuild index 30e6ae8553b..b302b8a2f60 100644 --- a/app-text/highlight/highlight-3.57-r100.ebuild +++ b/app-text/highlight/highlight-3.57-r100.ebuild @@ -42,7 +42,7 @@ myhlopts=( "CXX=$(tc-getCXX)" "AR=$(tc-getAR)" "LDFLAGS=${LDFLAGS}" - "CFLAGS=${CXXFLAGS} -DNDEBUG -std=c++11" + "CFLAGS=${CXXFLAGS} -DNDEBUG" "DESTDIR=${D}" "PREFIX=${EPREFIX}/usr" "HL_CONFIG_DIR=${EPREFIX}/etc/highlight/" diff --git a/app-text/highlight/highlight-3.60.ebuild b/app-text/highlight/highlight-3.60.ebuild index 30e6ae8553b..b302b8a2f60 100644 --- a/app-text/highlight/highlight-3.60.ebuild +++ b/app-text/highlight/highlight-3.60.ebuild @@ -42,7 +42,7 @@ myhlopts=( "CXX=$(tc-getCXX)" "AR=$(tc-getAR)" "LDFLAGS=${LDFLAGS}" - "CFLAGS=${CXXFLAGS} -DNDEBUG -std=c++11" + "CFLAGS=${CXXFLAGS} -DNDEBUG" "DESTDIR=${D}" "PREFIX=${EPREFIX}/usr" "HL_CONFIG_DIR=${EPREFIX}/etc/highlight/" diff --git a/app-text/highlight/highlight-4.1.ebuild b/app-text/highlight/highlight-4.1.ebuild index 3cc18e50fd3..0772a0b94e4 100644 --- a/app-text/highlight/highlight-4.1.ebuild +++ b/app-text/highlight/highlight-4.1.ebuild @@ -42,7 +42,7 @@ myhlopts=( "CXX=$(tc-getCXX)" "AR=$(tc-getAR)" "LDFLAGS=${LDFLAGS}" - "CFLAGS=${CXXFLAGS} -DNDEBUG -std=c++11" + "CFLAGS=${CXXFLAGS} -DNDEBUG" "DESTDIR=${D}" "PREFIX=${EPREFIX}/usr" "HL_CONFIG_DIR=${EPREFIX}/etc/highlight/"