diff options
author | 2004-11-19 17:18:00 +0000 | |
---|---|---|
committer | 2004-11-19 17:18:00 +0000 | |
commit | 99ecffc987f30a7c2309ca20271a8feb9a6a4862 (patch) | |
tree | dd859469fe6b9712e16cc132ef04500847fbd035 /eclass/kde-functions.eclass | |
parent | adding 0.92.0.12 (diff) | |
download | historical-99ecffc987f30a7c2309ca20271a8feb9a6a4862.tar.gz historical-99ecffc987f30a7c2309ca20271a8feb9a6a4862.tar.bz2 historical-99ecffc987f30a7c2309ca20271a8feb9a6a4862.zip |
added sed dependency & comment to kde-functions.eclass
Diffstat (limited to 'eclass/kde-functions.eclass')
-rw-r--r-- | eclass/kde-functions.eclass | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/eclass/kde-functions.eclass b/eclass/kde-functions.eclass index 5f7b630bd3f8..422f169b21b6 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.74 2004/10/31 20:08:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-functions.eclass,v 1.75 2004/11/19 17:18:00 carlo Exp $ # # Author Dan Armak <danarmak@gentoo.org> # @@ -9,6 +9,12 @@ ECLASS=kde-functions INHERITED="$INHERITED $ECLASS" + +# since it's always possible, that kde_sandbox_patch() gets called, the dependency is needed +# at least with the slotted autotools, we have the same problem identifying and adding the correct +# dependency like with the need-kde/qt functions. this needs to be changed +DEPEND="sys-apps/sed" + # convinience functions for requesting autotools versions need-automake() { |