diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-08-15 00:33:31 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-08-15 00:33:31 +0000 |
commit | 549fb724f4c456731b1a3b1d2c47c22021accae6 (patch) | |
tree | ec5dbed32f3ec499754e09eb4f31d564930a3759 /eclass/x-modular.eclass | |
parent | ~amd64 (diff) | |
download | gentoo-2-549fb724f4c456731b1a3b1d2c47c22021accae6.tar.gz gentoo-2-549fb724f4c456731b1a3b1d2c47c22021accae6.tar.bz2 gentoo-2-549fb724f4c456731b1a3b1d2c47c22021accae6.zip |
(#102554) Don't mention X11R6, since this is now X11R7.
Diffstat (limited to 'eclass/x-modular.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="" |