diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-03-19 08:52:49 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-03-19 08:52:49 +0000 |
commit | 21a1069ab7db966c0d6924fa1f37597f118f2dd9 (patch) | |
tree | 39ba43fc19232c49fca870beb90d70c5ab373be4 /eclass/vcs-snapshot.eclass | |
parent | Add ~mips keyword, needed by newer app-text/texi2html wrt #408399 (diff) | |
download | gentoo-2-21a1069ab7db966c0d6924fa1f37597f118f2dd9.tar.gz gentoo-2-21a1069ab7db966c0d6924fa1f37597f118f2dd9.tar.bz2 gentoo-2-21a1069ab7db966c0d6924fa1f37597f118f2dd9.zip |
Fix old eclass name in die-message.
Diffstat (limited to 'eclass/vcs-snapshot.eclass')
-rw-r--r-- | eclass/vcs-snapshot.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vcs-snapshot.eclass b/eclass/vcs-snapshot.eclass index 2bc459bea408..674836033b5f 100644 --- a/eclass/vcs-snapshot.eclass +++ b/eclass/vcs-snapshot.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/vcs-snapshot.eclass,v 1.1 2012/03/19 08:38:45 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vcs-snapshot.eclass,v 1.2 2012/03/19 08:52:49 mgorny Exp $ # @ECLASS: vcs-snapshot.eclass # @MAINTAINER: @@ -31,7 +31,7 @@ case ${EAPI:-0} in 0|1) die "EAPI ${EAPI} unsupported.";; # default(), SRC_URI arrows 2|3|4) ;; - *) die "github-snapshot.eclass API in EAPI ${EAPI} not yet established." + *) die "vcs-snapshot.eclass API in EAPI ${EAPI} not yet established." esac EXPORT_FUNCTIONS src_unpack |