diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-13 17:37:46 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-11-13 17:37:46 +0000 |
commit | 2016c3d30b9a14f428bff7ef20e5c82760702fca (patch) | |
tree | c3b0045163eb82aff3c26855bf4dcc4cbe8f28ad /x11-drivers | |
parent | media-video/ati-drivers -> x11-drivers/ati-drivers (diff) | |
download | gentoo-2-2016c3d30b9a14f428bff7ef20e5c82760702fca.tar.gz gentoo-2-2016c3d30b9a14f428bff7ef20e5c82760702fca.tar.bz2 gentoo-2-2016c3d30b9a14f428bff7ef20e5c82760702fca.zip |
repoman: Trim trailing whitespace
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/ati-drivers/ati-drivers-8.14.13-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.14.13-r2.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.14.13-r2.ebuild index 7cf801754314..9e96d9919350 100644 --- a/x11-drivers/ati-drivers/ati-drivers-8.14.13-r2.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-8.14.13-r2.ebuild @@ -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/x11-drivers/ati-drivers/ati-drivers-8.14.13-r2.ebuild,v 1.2 2005/11/13 16:47:16 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.14.13-r2.ebuild,v 1.3 2005/11/13 17:37:46 mr_bones_ Exp $ IUSE="opengl" @@ -41,7 +41,7 @@ pkg_setup(){ ebegin "Checking for AGP support enabled" linux_chkconfig_present AGP eend $? - + if [[ $? -ne 0 ]] ; then ebegin "Checking for PCI Express support enabled" @@ -265,4 +265,3 @@ pkg_postinst() { pkg_postrm() { opengl-update --use-old xorg-x11 } - |