From: Justin Lecher Date: Mon, 9 Jan 2012 10:16:25 +0000 (+0000) Subject: Correct typo in autotools-utils.eclass: @DEFAULT-UNSET -> @DEFAULT_UNSET X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e4a1c44f9efa45521721559a8db13c380330596b;p=gentoo.git Correct typo in autotools-utils.eclass: @DEFAULT-UNSET -> @DEFAULT_UNSET --- diff --git a/eclass/ChangeLog b/eclass/ChangeLog index d13df25f74e3..6b17c6be9d05 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.74 2012/01/07 17:53:47 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.75 2012/01/09 10:16:25 jlec Exp $ + + 09 Jan 2012; Justin Lecher autotools-utils.eclass: + Correct typo in autotools-utils.eclass: @DEFAULT-UNSET -> @DEFAULT_UNSET 07 Jan 2012; Michał Górny systemd.eclass: Install systemd units to /usr/lib. 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.