diff options
author | 2004-11-03 10:15:05 +0000 | |
---|---|---|
committer | 2004-11-03 10:15:05 +0000 | |
commit | 1b1d6a17a9fbc3141593ac56d9cdd6b76c57baa1 (patch) | |
tree | c3115587e2b29cc457c8fe61ccf6f65f224d22f2 /eclass | |
parent | header fix; tidy S (Manifest recommit) (diff) | |
download | gentoo-2-1b1d6a17a9fbc3141593ac56d9cdd6b76c57baa1.tar.gz gentoo-2-1b1d6a17a9fbc3141593ac56d9cdd6b76c57baa1.tar.bz2 gentoo-2-1b1d6a17a9fbc3141593ac56d9cdd6b76c57baa1.zip |
Update xfree references (#68657).
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/x11.eclass | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/eclass/x11.eclass b/eclass/x11.eclass index b82b4f3a5290..27e8490d9c85 100644 --- a/eclass/x11.eclass +++ b/eclass/x11.eclass @@ -1,14 +1,14 @@ # 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.3 2004/10/29 07:11:35 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x11.eclass,v 1.4 2004/11/03 10:15:05 spyderous Exp $ # # Author: Seemant Kulleen <seemant@gentoo.org> # -# The xfree.eclass is designed to ease the checking functions that are -# performed in xfree and xfree-drm ebuilds. In the new scheme, a variable -# called VIDEO_CARDS will be used to indicate which cards a user wishes to -# build support for. Note, that this variable is only unlocked if the USE -# variable "expertxfree" is switched on, at least for xfree. +# The x11.eclass is designed to ease the checking functions that are +# performed in xorg-x11, xfree and x11-drm ebuilds. In the new scheme, a +# variable called VIDEO_CARDS will be used to indicate which cards a user +# wishes to build support for. Note, that this variable is only unlocked if +# the USE variable "expertxfree" is switched on, at least for xfree. ECLASS=x11 INHERITED="${INHERITED} ${ECLASS}" |