diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2004-11-19 17:18:00 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2004-11-19 17:18:00 +0000 |
commit | fdfb22789b2bdf85b7829baa3edb9c7410c3a88c (patch) | |
tree | 49d920d21ead616f5c8376be103d12b41eb7afb1 /eclass/kde-functions.eclass | |
parent | adding 0.92.0.12 (Manifest recommit) (diff) | |
download | gentoo-2-fdfb22789b2bdf85b7829baa3edb9c7410c3a88c.tar.gz gentoo-2-fdfb22789b2bdf85b7829baa3edb9c7410c3a88c.tar.bz2 gentoo-2-fdfb22789b2bdf85b7829baa3edb9c7410c3a88c.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() { |