summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMats Lidell <matsl@gentoo.org>2014-10-28 18:54:41 +0000
committerMats Lidell <matsl@gentoo.org>2014-10-28 18:54:41 +0000
commitabe29a7689884fcd4b840c7b7627ca74d8b43974 (patch)
treeeb2872744f76179984f226b05d56be0f9de1b274 /app-editors/xemacs/xemacs-21.4.22-r4.ebuild
parentVersion bump. (diff)
downloadgentoo-2-abe29a7689884fcd4b840c7b7627ca74d8b43974.tar.gz
gentoo-2-abe29a7689884fcd4b840c7b7627ca74d8b43974.tar.bz2
gentoo-2-abe29a7689884fcd4b840c7b7627ca74d8b43974.zip
Remove export on WANT_AUTOCONF to global scope. bug 527076.
(Portage version: 2.2.8-r2/cvs/Linux i686, signed Manifest commit with key 0x377034660A5828DE!)
Diffstat (limited to 'app-editors/xemacs/xemacs-21.4.22-r4.ebuild')
-rw-r--r--app-editors/xemacs/xemacs-21.4.22-r4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/xemacs/xemacs-21.4.22-r4.ebuild b/app-editors/xemacs/xemacs-21.4.22-r4.ebuild
index f79b78c16b37..72b04a24802e 100644
--- a/app-editors/xemacs/xemacs-21.4.22-r4.ebuild
+++ b/app-editors/xemacs/xemacs-21.4.22-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r4.ebuild,v 1.1 2014/10/21 16:49:26 matsl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r4.ebuild,v 1.2 2014/10/28 18:54:41 matsl Exp $
# Note: xemacs currently does not work with a hardened profile. If you
# want to use xemacs on a hardened profile then compile with the
@@ -8,7 +8,7 @@
EAPI="5"
-export WANT_AUTOCONF="2.1"
+WANT_AUTOCONF="2.1"
inherit autotools eutils toolchain-funcs
DESCRIPTION="highly customizable open source text editor and application development system"