diff options
author | 2004-10-04 06:21:25 +0000 | |
---|---|---|
committer | 2004-10-04 06:21:25 +0000 | |
commit | e925f5b87a6b7b4379cd2ca90120e2bcaa93c9a3 (patch) | |
tree | 736790a364f14b6d05a75fcc5c928e3bad5346f1 /eclass/matrox.eclass | |
parent | Update XFree references to Xorg. (Manifest recommit) (diff) | |
download | gentoo-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.eclass | 4 |
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}." |