diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-04-20 14:24:24 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-04-20 14:24:24 +0200 |
commit | c4c1e3895b04e46c97682d74653d75f9110346af (patch) | |
tree | f462c863feb68590191845a17ac927ee21861ab6 /app-editors | |
parent | dev-python/sphinxcontrib-apidoc: PEP517, fix tests wrt namespaces (diff) | |
download | gentoo-c4c1e3895b04e46c97682d74653d75f9110346af.tar.gz gentoo-c4c1e3895b04e46c97682d74653d75f9110346af.tar.bz2 gentoo-c4c1e3895b04e46c97682d74653d75f9110346af.zip |
app-editors/emacs: Leave CFLAGS alone in live ebuilds
Bug: https://bugs.gentoo.org/839405
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs/emacs-28.1.9999.ebuild | 11 | ||||
-rw-r--r-- | app-editors/emacs/emacs-29.0.9999.ebuild | 11 |
2 files changed, 2 insertions, 20 deletions
diff --git a/app-editors/emacs/emacs-28.1.9999.ebuild b/app-editors/emacs/emacs-28.1.9999.ebuild index 4c1a544cb35f..c4be1b55a5a9 100644 --- a/app-editors/emacs/emacs-28.1.9999.ebuild +++ b/app-editors/emacs/emacs-28.1.9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools elisp-common flag-o-matic readme.gentoo-r1 toolchain-funcs +inherit autotools elisp-common readme.gentoo-r1 toolchain-funcs 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 diff --git a/app-editors/emacs/emacs-29.0.9999.ebuild b/app-editors/emacs/emacs-29.0.9999.ebuild index 0de26a675244..077062bddd56 100644 --- a/app-editors/emacs/emacs-29.0.9999.ebuild +++ b/app-editors/emacs/emacs-29.0.9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools elisp-common flag-o-matic readme.gentoo-r1 toolchain-funcs +inherit autotools elisp-common readme.gentoo-r1 toolchain-funcs if [[ ${PV##*.} = 9999 ]]; then inherit git-r3 @@ -191,15 +191,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 |