summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2012-03-30 00:21:19 +0000
committerChristoph Junghans <ottxor@gentoo.org>2012-03-30 00:21:19 +0000
commit1bda20df3acf26ecff0d2cf6710b5b2890606856 (patch)
tree9c3e65775c6c6cc6ed433321f6bc142a03f01cff /www-plugins
parentVersion bump by Julian Ospald, remove old version (diff)
downloadgentoo-2-1bda20df3acf26ecff0d2cf6710b5b2890606856.tar.gz
gentoo-2-1bda20df3acf26ecff0d2cf6710b5b2890606856.tar.bz2
gentoo-2-1bda20df3acf26ecff0d2cf6710b5b2890606856.zip
warn about bug #402401
(Portage version: 2.2.0_alpha96/cvs/Linux i686)
Diffstat (limited to 'www-plugins')
-rw-r--r--www-plugins/google-talkplugin/ChangeLog6
-rw-r--r--www-plugins/google-talkplugin/google-talkplugin-2.8.5.0.ebuild7
2 files changed, 11 insertions, 2 deletions
diff --git a/www-plugins/google-talkplugin/ChangeLog b/www-plugins/google-talkplugin/ChangeLog
index 64827e550d09..d0f8655e8fd4 100644
--- a/www-plugins/google-talkplugin/ChangeLog
+++ b/www-plugins/google-talkplugin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-plugins/google-talkplugin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.24 2012/03/29 14:00:13 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-plugins/google-talkplugin/ChangeLog,v 1.25 2012/03/30 00:21:19 ottxor Exp $
+
+ 30 Mar 2012; Christoph Junghans <ottxor@gentoo.org>
+ google-talkplugin-2.8.5.0.ebuild:
+ warn about bug #402401
*google-talkplugin-2.8.5.0 (29 Mar 2012)
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
}