diff options
author | Bryan Stine <battousai@gentoo.org> | 2006-08-31 19:11:11 +0000 |
---|---|---|
committer | Bryan Stine <battousai@gentoo.org> | 2006-08-31 19:11:11 +0000 |
commit | def6a6937576367f28a0f79db714afbae20299b5 (patch) | |
tree | 0048e441a6acf411e315721f7929b5f12cf17f8e /x11-base/x11-drm/x11-drm-20051223.ebuild | |
parent | Depend on GTK+ 2, as the new release requires explicit request for GTK 1.2. (diff) | |
download | gentoo-2-def6a6937576367f28a0f79db714afbae20299b5.tar.gz gentoo-2-def6a6937576367f28a0f79db714afbae20299b5.tar.bz2 gentoo-2-def6a6937576367f28a0f79db714afbae20299b5.zip |
Fix linux-mod usage in pkg_postinst.
(Portage version: 2.1.1_rc1-r1)
Diffstat (limited to 'x11-base/x11-drm/x11-drm-20051223.ebuild')
-rw-r--r-- | x11-base/x11-drm/x11-drm-20051223.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-base/x11-drm/x11-drm-20051223.ebuild b/x11-base/x11-drm/x11-drm-20051223.ebuild index b6de67a9c67b..54ae1fc13f79 100644 --- a/x11-base/x11-drm/x11-drm-20051223.ebuild +++ b/x11-base/x11-drm/x11-drm-20051223.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20051223.ebuild,v 1.9 2006/06/16 07:09:43 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/x11-drm/x11-drm-20051223.ebuild,v 1.10 2006/08/31 19:11:11 battousai Exp $ inherit eutils x11 linux-mod @@ -170,9 +170,7 @@ pkg_postinst() { einfo "http://dri.freedesktop.org/wiki/ATIMach64." fi - einfo "Checking kernel module dependencies" - update_modules - update_depmod + linux-mod_pkg_postinst } # Functions used above are defined below: |