summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2004-10-04 06:21:25 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2004-10-04 06:21:25 +0000
commitf7885d12cb6d19e410d9b9263de400f894268f5b (patch)
treeb868b7044d255ed08fce6f5d1c41df8791709ada /eclass/matrox.eclass
parentUpdate XFree references to Xorg. (diff)
downloadhistorical-f7885d12cb6d19e410d9b9263de400f894268f5b.tar.gz
historical-f7885d12cb6d19e410d9b9263de400f894268f5b.tar.bz2
historical-f7885d12cb6d19e410d9b9263de400f894268f5b.zip
Drop useless portageq call.
Diffstat (limited to 'eclass/matrox.eclass')
-rw-r--r--eclass/matrox.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/matrox.eclass b/eclass/matrox.eclass
index 1f611b52cb64..71f9a0399879 100644
--- a/eclass/matrox.eclass
+++ b/eclass/matrox.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/matrox.eclass,v 1.6 2004/09/15 23:10:21 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/matrox.eclass,v 1.7 2004/10/04 06:21:25 spyderous Exp $
#
# Author: Donnie Berkholz <spyderous@gentoo.org>
#
@@ -28,7 +28,7 @@ matrox_pkg_setup() {
check_KV
# Set up X11 implementation
- X11_IMPLEM_P="$(portageq best_version "${ROOT}" virtual/x11)"
+ X11_IMPLEM_P="$(best_version virtual/x11)"
X11_IMPLEM="${X11_IMPLEM_P%-[0-9]*}"
X11_IMPLEM="${X11_IMPLEM##*\/}"
einfo "X11 implementation is ${X11_IMPLEM}."