diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2007-01-04 23:37:26 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2007-01-04 23:37:26 +0000 |
commit | 5de431968913bf9dccb8f641904c4deecde9aaf4 (patch) | |
tree | 569db31e901453d0897fa942dcf8d0d4b96c05ba /eclass | |
parent | remove unneeded debug inherit (diff) | |
download | historical-5de431968913bf9dccb8f641904c4deecde9aaf4.tar.gz historical-5de431968913bf9dccb8f641904c4deecde9aaf4.tar.bz2 historical-5de431968913bf9dccb8f641904c4deecde9aaf4.zip |
remove the inheritance from debug.eclass on gnome2.eclass
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnome2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index 4199b8f19de9..c1034d07985f 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.79 2007/01/01 22:27:01 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.80 2007/01/04 23:37:26 compnerd Exp $ # # gnome2.eclass @@ -12,7 +12,7 @@ # -inherit debug fdo-mime libtool gnome.org gnome2-utils +inherit fdo-mime libtool gnome.org gnome2-utils # Extra configure opts passed to econf |