diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2012-03-30 00:21:19 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2012-03-30 00:21:19 +0000 |
commit | 42abcf26bf573013bd65be88a8dfc22a37a636df (patch) | |
tree | 2750819fbf040cf393b30b02cd93045e8b8ba955 /www-plugins/google-talkplugin/google-talkplugin-2.8.5.0.ebuild | |
parent | Version bump by Julian Ospald, remove old version (diff) | |
download | historical-42abcf26bf573013bd65be88a8dfc22a37a636df.tar.gz historical-42abcf26bf573013bd65be88a8dfc22a37a636df.tar.bz2 historical-42abcf26bf573013bd65be88a8dfc22a37a636df.zip |
warn about bug #402401
Package-Manager: portage-2.2.0_alpha96/cvs/Linux i686
Diffstat (limited to 'www-plugins/google-talkplugin/google-talkplugin-2.8.5.0.ebuild')
-rw-r--r-- | www-plugins/google-talkplugin/google-talkplugin-2.8.5.0.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www-plugins/google-talkplugin/google-talkplugin-2.8.5.0.ebuild b/www-plugins/google-talkplugin/google-talkplugin-2.8.5.0.ebuild index 5c9a3a50ac18..c7ce3982cceb 100644 --- a/www-plugins/google-talkplugin/google-talkplugin-2.8.5.0.ebuild +++ b/www-plugins/google-talkplugin/google-talkplugin-2.8.5.0.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/www-plugins/google-talkplugin/google-talkplugin-2.8.5.0.ebuild,v 1.1 2012/03/29 14:00:13 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/google-talkplugin-2.8.5.0.ebuild,v 1.2 2012/03/30 00:21:19 ottxor Exp $ EAPI=4 @@ -114,4 +114,9 @@ src_install() { exeinto "/${INSTALL_BASE}"/lib doexe "${INSTALL_BASE}"/lib/*.so fi + + if has_version x11-drivers/ati-drivers && use system-libCg; then + ewarn "There seem to be problems with ati-drivers and nvidia-cg-toolkit" + ewarn "please report your experience, good or bad, on bug #402401" + fi } |