diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2005-08-15 00:33:31 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2005-08-15 00:33:31 +0000 |
commit | 9650b720f0f5994c92db873a4e3f3632c03b64d2 (patch) | |
tree | 532b1acadc6a73990eea6e0a86e4d18ddbe2329b /eclass | |
parent | ~amd64 (diff) | |
download | historical-9650b720f0f5994c92db873a4e3f3632c03b64d2.tar.gz historical-9650b720f0f5994c92db873a4e3f3632c03b64d2.tar.bz2 historical-9650b720f0f5994c92db873a4e3f3632c03b64d2.zip |
(#102554) Don't mention X11R6, since this is now X11R7.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/x-modular.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/x-modular.eclass b/eclass/x-modular.eclass index 5801d0122b5f..50b3da24443a 100644 --- a/eclass/x-modular.eclass +++ b/eclass/x-modular.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.4 2005/08/14 23:45:52 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/x-modular.eclass,v 1.5 2005/08/15 00:33:31 spyderous Exp $ # # Author: Donnie Berkholz <spyderous@gentoo.org> # @@ -15,7 +15,6 @@ EXPORT_FUNCTIONS src_unpack src_compile src_install pkg_preinst pkg_postinst inherit eutils # Directory prefix to use for everything -# Change to /usr/X11R6 once it's standard XDIR="/usr" IUSE="" |