diff options
author | 2004-10-29 07:11:35 +0000 | |
---|---|---|
committer | 2004-10-29 07:11:35 +0000 | |
commit | 18398be3df58cb6fa2337bfe21f9b4a1609b28e5 (patch) | |
tree | 30c1f6e2b85fe745497a2414886924118539940b /eclass | |
parent | Drop eclass. Use x11.eclass instead. (diff) | |
download | gentoo-2-18398be3df58cb6fa2337bfe21f9b4a1609b28e5.tar.gz gentoo-2-18398be3df58cb6fa2337bfe21f9b4a1609b28e5.tar.bz2 gentoo-2-18398be3df58cb6fa2337bfe21f9b4a1609b28e5.zip |
Try changing ECLASS= to match name.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/x11.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/x11.eclass b/eclass/x11.eclass index 61718ac5b7b0..b82b4f3a5290 100644 --- a/eclass/x11.eclass +++ b/eclass/x11.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/x11.eclass,v 1.2 2004/10/19 19:51:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x11.eclass,v 1.3 2004/10/29 07:11:35 spyderous Exp $ # # Author: Seemant Kulleen <seemant@gentoo.org> # @@ -10,7 +10,7 @@ # build support for. Note, that this variable is only unlocked if the USE # variable "expertxfree" is switched on, at least for xfree. -ECLASS=xfree +ECLASS=x11 INHERITED="${INHERITED} ${ECLASS}" EXPORT_FUNCTIONS vcards is_kernel strip_bins |