diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2010-10-19 10:28:40 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2010-10-19 10:28:40 +0000 |
commit | 0fa1853ca51d2cb3e8ef6b7d08e952392505310a (patch) | |
tree | 7499ad75b1a0145f5578f5b68c95dcaa16c0a306 /x11-drivers | |
parent | Make the driver work with xorg-server-1.9*, too. (diff) | |
download | historical-0fa1853ca51d2cb3e8ef6b7d08e952392505310a.tar.gz historical-0fa1853ca51d2cb3e8ef6b7d08e952392505310a.tar.bz2 historical-0fa1853ca51d2cb3e8ef6b7d08e952392505310a.zip |
Minor cleanup.
Package-Manager: portage-2.2_rc98/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-virtualbox/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.2.10.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-virtualbox/ChangeLog b/x11-drivers/xf86-video-virtualbox/ChangeLog index f03ce26b522d..57a33f4b92e3 100644 --- a/x11-drivers/xf86-video-virtualbox/ChangeLog +++ b/x11-drivers/xf86-video-virtualbox/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-video-virtualbox # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v 1.49 2010/10/12 14:58:56 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/ChangeLog,v 1.50 2010/10/19 10:28:40 polynomial-c Exp $ + + 19 Oct 2010; Lars Wendler <polynomial-c@gentoo.org> + xf86-video-virtualbox-3.2.10.ebuild: + Minor cleanup. 12 Oct 2010; Lars Wendler <polynomial-c@gentoo.org> xf86-video-virtualbox-3.2.10.ebuild: diff --git a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.2.10.ebuild b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.2.10.ebuild index b5d69f69290e..4e0a34305cd3 100644 --- a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.2.10.ebuild +++ b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.2.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.2.10.ebuild,v 1.2 2010/10/12 14:58:56 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-3.2.10.ebuild,v 1.3 2010/10/19 10:28:40 polynomial-c Exp $ EAPI=2 @@ -120,7 +120,7 @@ src_install() { elif has_version ">=x11-base/xorg-server-1.8" ; then newins vboxvideo_drv_18.so vboxvideo_drv.so # xorg-server-1.7.x - elif has_version ">=x11-base/xorg-server-1.7" ; then + else newins vboxvideo_drv_17.so vboxvideo_drv.so fi |