summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-editors/xemacs/xemacs-21.4.22-r4.ebuild4
-rw-r--r--app-editors/xemacs/xemacs-21.4.24.ebuild4
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}"