diff options
author | William Thomson <wltjr@gentoo.org> | 2007-11-20 22:41:09 +0000 |
---|---|---|
committer | William Thomson <wltjr@gentoo.org> | 2007-11-20 22:41:09 +0000 |
commit | 66da6c7a176636451a88db3d43c1e557e30a5d2e (patch) | |
tree | 44c85b9524dcfd01075371c6edf93b937c28399e /x11-drivers | |
parent | Added a couple minor fixes for make_desktop_entry to clean it up, per discuss... (diff) | |
download | gentoo-2-66da6c7a176636451a88db3d43c1e557e30a5d2e.tar.gz gentoo-2-66da6c7a176636451a88db3d43c1e557e30a5d2e.tar.bz2 gentoo-2-66da6c7a176636451a88db3d43c1e557e30a5d2e.zip |
elog warning added per bug# 199720
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/ati-drivers/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/ati-drivers/ati-drivers-8.42.3.ebuild | 11 |
2 files changed, 15 insertions, 2 deletions
diff --git a/x11-drivers/ati-drivers/ChangeLog b/x11-drivers/ati-drivers/ChangeLog index 81db1b2a04cb..22642d2a4ef7 100644 --- a/x11-drivers/ati-drivers/ChangeLog +++ b/x11-drivers/ati-drivers/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/ati-drivers # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.95 2007/11/19 01:15:02 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ChangeLog,v 1.96 2007/11/20 22:41:09 wltjr Exp $ + + 20 Nov 2007; William L. Thomson Jr. <wltjr@gentoo.org> + ati-drivers-8.42.3.ebuild: + elog warning added per bug# 199720 *ati-drivers-8.42.3 (19 Nov 2007) diff --git a/x11-drivers/ati-drivers/ati-drivers-8.42.3.ebuild b/x11-drivers/ati-drivers/ati-drivers-8.42.3.ebuild index cfb6e68da532..2c473c8add8e 100644 --- a/x11-drivers/ati-drivers/ati-drivers-8.42.3.ebuild +++ b/x11-drivers/ati-drivers/ati-drivers-8.42.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.42.3.ebuild,v 1.1 2007/11/19 01:15:02 wltjr Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/ati-drivers/ati-drivers-8.42.3.ebuild,v 1.2 2007/11/20 22:41:09 wltjr Exp $ IUSE="acpi multilib" @@ -432,6 +432,15 @@ pkg_postinst() { elog "to work, unless you previously had ati-drivers installed." # DRM module linux-mod_pkg_postinst + # Warning per bug #199720 + elog "***** Warning *****" + elog "ATI has stated this is not a complete release version and should" + elog "not be distributed. Although it is the version presented on their" + elog "website for certain chipsets/cards. Due to this version being" + elog "incomplete, some users will experience \"(EE) No devices detected.\"" + elog "errors. This is known and please mask this version locally if you" + elog "experience that. For further information please see the following" + elog "http://www2.ati.com/drivers/linux/linux_8.42.3.html" } pkg_postrm() { |