diff options
author | Mike Gardiner <obz@gentoo.org> | 2004-07-23 04:52:37 +0000 |
---|---|---|
committer | Mike Gardiner <obz@gentoo.org> | 2004-07-23 04:52:37 +0000 |
commit | ddfa5bd0f55d7e3681eb64f4504d39c4cab019d0 (patch) | |
tree | 03acf7dafc19499b2d02dfda0f5ab241d5ad766e /eclass | |
parent | Fixes some cleanup issues. (Manifest recommit) (diff) | |
download | gentoo-2-ddfa5bd0f55d7e3681eb64f4504d39c4cab019d0.tar.gz gentoo-2-ddfa5bd0f55d7e3681eb64f4504d39c4cab019d0.tar.bz2 gentoo-2-ddfa5bd0f55d7e3681eb64f4504d39c4cab019d0.zip |
Changed inherit x; inherit y; to inherit x y, using a single inherit
line
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnome2.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/gnome2.eclass b/eclass/gnome2.eclass index f5987eb5abe6..fd0d1d0dbe60 100644 --- a/eclass/gnome2.eclass +++ b/eclass/gnome2.eclass @@ -1,13 +1,12 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.43 2004/07/11 13:50:52 spider Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.44 2004/07/23 04:52:37 obz Exp $ # # Authors: # Bruce A. Locke <blocke@shivan.org> # Spidler <spider@gentoo.org> -inherit libtool gnome.org -inherit debug +inherit libtool gnome.org debug # Gnome 2 ECLASS ECLASS="gnome2" |