diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 04:21:10 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 04:21:10 +0000 |
commit | 200b2f6b51754bf32301a60f67c6139596d850e4 (patch) | |
tree | 5421c98d7be7a2817b88bd2893c4dab3d43d078f /eclass/xfce42.eclass | |
parent | Remove inappropriate global scope warning. (diff) | |
download | historical-200b2f6b51754bf32301a60f67c6139596d850e4.tar.gz historical-200b2f6b51754bf32301a60f67c6139596d850e4.tar.bz2 historical-200b2f6b51754bf32301a60f67c6139596d850e4.zip |
Remove debug.eclass usage.
Diffstat (limited to 'eclass/xfce42.eclass')
-rw-r--r-- | eclass/xfce42.eclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/xfce42.eclass b/eclass/xfce42.eclass index 037985d41299..8e5b0c901784 100644 --- a/eclass/xfce42.eclass +++ b/eclass/xfce42.eclass @@ -1,13 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xfce42.eclass,v 1.6 2006/04/20 04:40:44 dostrow Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfce42.eclass,v 1.7 2007/01/05 04:21:10 flameeyes Exp $ # Xfce42 Eclass # # Eclass to simplify Xfce4 package installation -inherit debug - ## set some variable values: ## COMPRESS is the default compression extension ## ZIP is added to src directory of Xfce packages for when upstream releases .tar.bz2 versions |