diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2007-04-12 14:01:42 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2007-04-12 14:01:42 +0000 |
commit | 4bf6e651ce57bb467683a74c12869993996fe575 (patch) | |
tree | c704e497d45c0a47ec1c7a1347ed53859018bfb2 /eclass | |
parent | Fix bug #136810. (diff) | |
download | gentoo-2-4bf6e651ce57bb467683a74c12869993996fe575.tar.gz gentoo-2-4bf6e651ce57bb467683a74c12869993996fe575.tar.bz2 gentoo-2-4bf6e651ce57bb467683a74c12869993996fe575.zip |
Fix bug #164543.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde-functions.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde-functions.eclass b/eclass/kde-functions.eclass index 670ffb70bc69..e3e327a9dd06 100644 --- a/eclass/kde-functions.eclass +++ b/eclass/kde-functions.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-functions.eclass,v 1.146 2007/03/17 16:41:27 carlo Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-functions.eclass,v 1.147 2007/04/12 14:01:42 carlo Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -324,7 +324,7 @@ get-parent-package() { done <<EOF $KDE_DERIVATION_MAP EOF - die "Package $target not found in KDE_DERIVATION_MAP, please report bug" + die "Package $1 not found in KDE_DERIVATION_MAP, please report bug" } # accepts 1 parameter, the name of a monolithic package; echoes the names of all ebuilds derived from it |