summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2004-04-12 02:09:01 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2004-04-12 02:09:01 +0000
commitf647816a649a6ed2fb39c1041250f43bccb02c66 (patch)
treed8b721145879b5825713cda67bfef1971f557305 /eclass
parentsed fix (diff)
downloadhistorical-f647816a649a6ed2fb39c1041250f43bccb02c66.tar.gz
historical-f647816a649a6ed2fb39c1041250f43bccb02c66.tar.bz2
historical-f647816a649a6ed2fb39c1041250f43bccb02c66.zip
Add X11_IMPLEM detection.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/matrox.eclass8
1 files changed, 7 insertions, 1 deletions
diff --git a/eclass/matrox.eclass b/eclass/matrox.eclass
index d53dd2dbbd07..8fa839b111b6 100644
--- a/eclass/matrox.eclass
+++ b/eclass/matrox.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/matrox.eclass,v 1.3 2004/04/12 02:06:11 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/matrox.eclass,v 1.4 2004/04/12 02:09:01 spyderous Exp $
#
# Author: Donnie Berkholz <spyderous@gentoo.org>
#
@@ -25,6 +25,12 @@ matrox_pkg_setup() {
# Require correct /usr/src/linux
check_KV
+ # Set up X11 implementation
+ X11_IMPLEM_P="$(portageq best_version "${ROOT}" virtual/x11)"
+ X11_IMPLEM="${X11_IMPLEM_P%-[0-9]*}"
+ X11_IMPLEM="${X11_IMPLEM##*\/}"
+ einfo "X11 implementation is ${X11_IMPLEM}."
+
# Force XFree86 4.3.0, 4.2.1 or 4.2.0 to be installed unless FORCE_VERSION
# is set. Need FORCE_VERSION for 4.3.99/4.4.0 compatibility until Matrox
# comes up with drivers (spyderous)