diff options
Diffstat (limited to 'x11-drivers/ati-drivers/ati-drivers-12.6.ebuild')
-rw-r--r-- | x11-drivers/ati-drivers/ati-drivers-12.6.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-drivers/ati-drivers/ati-drivers-12.6.ebuild b/x11-drivers/ati-drivers/ati-drivers-12.6.ebuild index 8e94a5485e63..7566205c57da 100644 --- a/x11-drivers/ati-drivers/ati-drivers-12.6.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-12.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.6.ebuild,v 1.4 2012/09/24 00:48:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-12.6.ebuild,v 1.5 2012/10/10 16:58:55 zerochaos Exp $ EAPI=4 @@ -239,8 +239,9 @@ pkg_pretend() { # workaround until bug 365543 is solved if use modules; then linux-info_pkg_setup - require_configured_kernel - _check_kernel_config + if linux_config_exists; then + _check_kernel_config + fi fi } |