diff options
author | 2001-10-01 13:54:38 +0000 | |
---|---|---|
committer | 2001-10-01 13:54:38 +0000 | |
commit | 59c21a1dd45215879de844d5db13cd09ddc266bc (patch) | |
tree | 9d652b014281cc1c96b3cc4cf41bcbd2d2d6069e /eclass/kde-base.eclass | |
parent | eclasses v3. read the gentoo-dev announcement, and news.txt and howto.* (diff) | |
download | gentoo-2-59c21a1dd45215879de844d5db13cd09ddc266bc.tar.gz gentoo-2-59c21a1dd45215879de844d5db13cd09ddc266bc.tar.bz2 gentoo-2-59c21a1dd45215879de844d5db13cd09ddc266bc.zip |
eclasses v3.1
added debug.eclass and fixed many bugs
Diffstat (limited to 'eclass/kde-base.eclass')
-rw-r--r-- | eclass/kde-base.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/kde-base.eclass b/eclass/kde-base.eclass index 5371747f377e..6d7009e6f957 100644 --- a/eclass/kde-base.eclass +++ b/eclass/kde-base.eclass @@ -1,10 +1,9 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/kde-base.eclass,v 1.8 2001/10/01 11:04:22 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde-base.eclass,v 1.9 2001/10/01 13:54:38 danarmak Exp $ # This is the kde ebuild for std. kde-dependant apps which follow configure/make/make install # procedures and have std. configure options. -. /usr/portage/eclass/inherit.eclass || die inherit c kde || die ECLASS=kde-base |