diff options
author | 2006-02-22 09:57:27 +0000 | |
---|---|---|
committer | 2006-02-22 09:57:27 +0000 | |
commit | 6310fe89fd4bd4b6c005faaa1b6af8c63e160b1e (patch) | |
tree | 530eafc42de845a86e657172fee0db57a0da52bb /x11-drivers/ati-drivers/ati-drivers-8.14.13-r3.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-6310fe89fd4bd4b6c005faaa1b6af8c63e160b1e.tar.gz gentoo-2-6310fe89fd4bd4b6c005faaa1b6af8c63e160b1e.tar.bz2 gentoo-2-6310fe89fd4bd4b6c005faaa1b6af8c63e160b1e.zip |
fix for bug #123664
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-drivers/ati-drivers/ati-drivers-8.14.13-r3.ebuild')
-rw-r--r-- | x11-drivers/ati-drivers/ati-drivers-8.14.13-r3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-drivers/ati-drivers/ati-drivers-8.14.13-r3.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.14.13-r3.ebuild index d9e27cc1d791..5fbb40c72f08 100644 --- a/x11-drivers/ati-drivers/ati-drivers-8.14.13-r3.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-8.14.13-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 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-r3.ebuild,v 1.3 2005/11/14 17:15:03 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.14.13-r3.ebuild,v 1.4 2006/02/22 09:57:27 lu_zero Exp $ IUSE="opengl dlloader" @@ -279,6 +279,7 @@ pkg_postinst() { } pkg_postrm() { + linux-mod_pkg_postrm opengl-update --use-old xorg-x11 } |