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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E313158091 for ; Tue, 7 Jun 2022 06:44:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4D9EE089C; Tue, 7 Jun 2022 06:44:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4069E089C for ; Tue, 7 Jun 2022 06:44:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3C0E3417A0 for ; Tue, 7 Jun 2022 06:44:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48E45471 for ; Tue, 7 Jun 2022 06:44:46 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1654584273.4ca8019087aab182e0f3f1211f235f128d537b8a.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/emacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/emacs/emacs-27.2-r5.ebuild app-editors/emacs/emacs-28.1.ebuild X-VCS-Directories: app-editors/emacs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 4ca8019087aab182e0f3f1211f235f128d537b8a X-VCS-Branch: master Date: Tue, 7 Jun 2022 06:44:46 +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: 294e8d2b-60ec-4357-9cbd-f48a4260e1f8 X-Archives-Hash: 4689b14578bb194c6c37a51af381658b commit: 4ca8019087aab182e0f3f1211f235f128d537b8a Author: Ulrich Müller gentoo org> AuthorDate: Tue Jun 7 06:42:26 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Jun 7 06:44:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ca80190 app-editors/emacs: Leave CFLAGS alone in Emacs 27 and newer Closes: https://bugs.gentoo.org/839405 Signed-off-by: Ulrich Müller gentoo.org> app-editors/emacs/emacs-27.2-r5.ebuild | 11 +---------- app-editors/emacs/emacs-28.1.ebuild | 11 +---------- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/app-editors/emacs/emacs-27.2-r5.ebuild b/app-editors/emacs/emacs-27.2-r5.ebuild index 50165a4c30ce..18395bf3a2ec 100644 --- a/app-editors/emacs/emacs-27.2-r5.ebuild +++ b/app-editors/emacs/emacs-27.2-r5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools elisp-common flag-o-matic readme.gentoo-r1 toolchain-funcs +inherit elisp-common readme.gentoo-r1 toolchain-funcs #autotools if [[ ${PV##*.} = 9999 ]]; then inherit git-r3 @@ -159,15 +159,6 @@ src_prepare() { } src_configure() { - strip-flags - filter-flags -pie #526948 - - if use ia64; then - replace-flags "-O[2-9]" -O1 #325373 - else - replace-flags "-O[3-9]" -O2 - fi - local myconf if use alsa; then diff --git a/app-editors/emacs/emacs-28.1.ebuild b/app-editors/emacs/emacs-28.1.ebuild index c1f2773fb0b4..69b2645dfb9b 100644 --- a/app-editors/emacs/emacs-28.1.ebuild +++ b/app-editors/emacs/emacs-28.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit elisp-common flag-o-matic readme.gentoo-r1 toolchain-funcs #autotools +inherit elisp-common readme.gentoo-r1 toolchain-funcs #autotools if [[ ${PV##*.} = 9999 ]]; then inherit git-r3 @@ -169,15 +169,6 @@ src_prepare() { } src_configure() { - strip-flags - filter-flags -pie #526948 - - if use ia64; then - replace-flags "-O[2-9]" -O1 #325373 - else - replace-flags "-O[3-9]" -O2 - fi - local myconf if use alsa; then