summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-01-09 10:16:25 +0000
committerJustin Lecher <jlec@gentoo.org>2012-01-09 10:16:25 +0000
commit415b35195bf1469cf5befb2b1eb04340372b036c (patch)
treebcf4d9206ba4e69a155bb7dce0e1231889327338 /eclass/autotools-utils.eclass
parentFix security flaw in EDE, bug 398227. (diff)
downloadgentoo-2-415b35195bf1469cf5befb2b1eb04340372b036c.tar.gz
gentoo-2-415b35195bf1469cf5befb2b1eb04340372b036c.tar.bz2
gentoo-2-415b35195bf1469cf5befb2b1eb04340372b036c.zip
Correct typo in autotools-utils.eclass: @DEFAULT-UNSET -> @DEFAULT_UNSET
Diffstat (limited to 'eclass/autotools-utils.eclass')
-rw-r--r--eclass/autotools-utils.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/autotools-utils.eclass b/eclass/autotools-utils.eclass
index 7bb1e427f18e..bf009a3c4635 100644
--- a/eclass/autotools-utils.eclass
+++ b/eclass/autotools-utils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.32 2012/01/05 22:42:53 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/autotools-utils.eclass,v 1.33 2012/01/09 10:16:25 jlec Exp $
# @ECLASS: autotools-utils.eclass
# @MAINTAINER:
@@ -94,7 +94,7 @@ case ${EAPI:-0} in
esac
# @ECLASS-VARIABLE: AUTOTOOLS_AUTORECONF
-# @DEFAULT-UNSET
+# @DEFAULT_UNSET
# @DESCRIPTION:
# Set to a non-empty value in order to enable running autoreconf
# in src_prepare() and adding autotools dependencies.