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 | dc7fcd43eaab27031a37be2fe7471261c18c8ea6 (patch) | |
tree | 245edb54bd94819bcd5e3ec1176d78350875985c /eclass | |
parent | Fix bug #136810. (diff) | |
download | historical-dc7fcd43eaab27031a37be2fe7471261c18c8ea6.tar.gz historical-dc7fcd43eaab27031a37be2fe7471261c18c8ea6.tar.bz2 historical-dc7fcd43eaab27031a37be2fe7471261c18c8ea6.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 |