diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-06-22 08:39:36 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-06-22 08:39:36 +0000 |
commit | a295fd3c39313acd1c5ef01df41dcabd1f644989 (patch) | |
tree | 6d237d3d622fb7f3606a18509e459c58e2d336fe /eclass | |
parent | Remove vulnerable version. Fix security bug 551952. (diff) | |
download | historical-a295fd3c39313acd1c5ef01df41dcabd1f644989.tar.gz historical-a295fd3c39313acd1c5ef01df41dcabd1f644989.tar.bz2 historical-a295fd3c39313acd1c5ef01df41dcabd1f644989.zip |
Fix typo.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/git-r3.eclass | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 5d1e5d9a130b..08a3792ab3a3 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1676 2015/06/19 14:11:24 chewi Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1677 2015/06/22 08:39:36 mrueg Exp $ + + 22 Jun 2015; Manuel Rüger <mrueg@gentoo.org> git-r3.eclass: + Fix typo. 19 Jun 2015; James Le Cuirot <chewi@gentoo.org> java-utils-2.eclass: Allow EANT_GENTOO_CLASSPATH_EXTRA to work when EANT_GENTOO_CLASSPATH is diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass index a5d0f054d90f..eca443bce14c 100644 --- a/eclass/git-r3.eclass +++ b/eclass/git-r3.eclass @@ -1,13 +1,13 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/git-r3.eclass,v 1.48 2015/02/04 09:44:24 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/git-r3.eclass,v 1.49 2015/06/22 08:39:36 mrueg Exp $ # @ECLASS: git-r3.eclass # @MAINTAINER: # Michał Górny <mgorny@gentoo.org> # @BLURB: Eclass for fetching and unpacking git repositories. # @DESCRIPTION: -# Third generation eclass for easing maitenance of live ebuilds using +# Third generation eclass for easing maintenance of live ebuilds using # git as remote repository. case "${EAPI:-0}" in |