summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2004-10-04 06:21:25 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2004-10-04 06:21:25 +0000
commite925f5b87a6b7b4379cd2ca90120e2bcaa93c9a3 (patch)
tree736790a364f14b6d05a75fcc5c928e3bad5346f1 /eclass/matrox.eclass
parentUpdate XFree references to Xorg. (Manifest recommit) (diff)
downloadgentoo-2-e925f5b87a6b7b4379cd2ca90120e2bcaa93c9a3.tar.gz
gentoo-2-e925f5b87a6b7b4379cd2ca90120e2bcaa93c9a3.tar.bz2
gentoo-2-e925f5b87a6b7b4379cd2ca90120e2bcaa93c9a3.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}."