diff options
author | Ulrich Müller <ulm@gentoo.org> | 2016-02-09 22:40:26 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2016-02-09 22:40:26 +0100 |
commit | 2442d976c864d81e1deb8733ab4c9233637b4af7 (patch) | |
tree | 9bfbdd74e2de6c02c8170dd530bcad7e09e65672 | |
parent | app-editors/zile: Add proper slot dependency on ncurses. (diff) | |
download | gentoo-2442d976c864d81e1deb8733ab4c9233637b4af7.tar.gz gentoo-2442d976c864d81e1deb8733ab4c9233637b4af7.tar.bz2 gentoo-2442d976c864d81e1deb8733ab4c9233637b4af7.zip |
app-editors/xemacs: Whitespace.
Package-Manager: portage-2.2.27
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.22-r4.ebuild | 4 | ||||
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.24.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/xemacs/xemacs-21.4.22-r4.ebuild b/app-editors/xemacs/xemacs-21.4.22-r4.ebuild index b4d84d64c7d0..d7a8db28e91b 100644 --- a/app-editors/xemacs/xemacs-21.4.22-r4.ebuild +++ b/app-editors/xemacs/xemacs-21.4.22-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -180,7 +180,7 @@ src_configure() { # Enabling modules will cause segfaults outside the XEmacs build directory use ia64 && myconf="${myconf} --without-modules" - # fixes #552044, deprecation warnings fools header detection in configure + # fixes #552044, deprecation warnings fools header detection in configure myconf="${myconf} --cppflags=-Wno-cpp" einfo "${myconf}" diff --git a/app-editors/xemacs/xemacs-21.4.24.ebuild b/app-editors/xemacs/xemacs-21.4.24.ebuild index 24fd39cf106b..97f68aec71e3 100644 --- a/app-editors/xemacs/xemacs-21.4.24.ebuild +++ b/app-editors/xemacs/xemacs-21.4.24.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -163,7 +163,7 @@ src_configure() { # Enabling modules will cause segfaults outside the XEmacs build directory use ia64 && myconf="${myconf} --without-modules" - # fixes #552044, deprecation warnings fools header detection in configure + # fixes #552044, deprecation warnings fools header detection in configure myconf="${myconf} --cppflags=-Wno-cpp" einfo "${myconf}" |