diff options
author | Naohiro Aota <naota@gentoo.org> | 2012-07-31 22:36:58 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2012-07-31 22:36:58 +0000 |
commit | e1a610f1ae7b085924df95bd66fcb138d28f50de (patch) | |
tree | d6b31988a56e1fe9ab8fc083f9ab689be5365c9a /x11-wm/compiz | |
parent | Old. (diff) | |
download | gentoo-2-e1a610f1ae7b085924df95bd66fcb138d28f50de.tar.gz gentoo-2-e1a610f1ae7b085924df95bd66fcb138d28f50de.tar.bz2 gentoo-2-e1a610f1ae7b085924df95bd66fcb138d28f50de.zip |
Remove warning about AddARGBGLXVisuals. #427608
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm/compiz')
-rw-r--r-- | x11-wm/compiz/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/compiz/compiz-0.8.6-r3.ebuild | 4 | ||||
-rw-r--r-- | x11-wm/compiz/compiz-0.8.8.ebuild | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/x11-wm/compiz/ChangeLog b/x11-wm/compiz/ChangeLog index e676f530ab70..45d223e7cd32 100644 --- a/x11-wm/compiz/ChangeLog +++ b/x11-wm/compiz/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/compiz # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/ChangeLog,v 1.66 2012/07/23 05:07:23 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/ChangeLog,v 1.67 2012/07/31 22:36:58 naota Exp $ + + 31 Jul 2012; Naohiro Aota <naota@gentoo.org> compiz-0.8.6-r3.ebuild, + compiz-0.8.8.ebuild: + Remove warning about AddARGBGLXVisuals. #427608 23 Jul 2012; Naohiro Aota <naota@gentoo.org> compiz-0.8.6-r3.ebuild, compiz-0.8.8.ebuild, metadata.xml: diff --git a/x11-wm/compiz/compiz-0.8.6-r3.ebuild b/x11-wm/compiz/compiz-0.8.6-r3.ebuild index b63835b6e502..9e5ed96a0599 100644 --- a/x11-wm/compiz/compiz-0.8.6-r3.ebuild +++ b/x11-wm/compiz/compiz-0.8.6-r3.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-wm/compiz/compiz-0.8.6-r3.ebuild,v 1.5 2012/07/23 05:07:23 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/compiz-0.8.6-r3.ebuild,v 1.6 2012/07/31 22:36:58 naota Exp $ EAPI="2" @@ -161,8 +161,6 @@ pkg_postinst() { ewarn "If you update to x11-wm/metacity-2.24 after you install ${P}," ewarn "gtk-window-decorator will crash until you reinstall ${PN} again." - elog - elog "To work with nvidia-drivers, you must enable the AddARGBGLXVisuals option." } pkg_prerm() { diff --git a/x11-wm/compiz/compiz-0.8.8.ebuild b/x11-wm/compiz/compiz-0.8.8.ebuild index 0fc6ed55aaa7..ed266ff75696 100644 --- a/x11-wm/compiz/compiz-0.8.8.ebuild +++ b/x11-wm/compiz/compiz-0.8.8.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-wm/compiz/compiz-0.8.8.ebuild,v 1.4 2012/07/23 05:07:23 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/compiz/compiz-0.8.8.ebuild,v 1.5 2012/07/31 22:36:58 naota Exp $ EAPI=4 inherit autotools eutils gnome2-utils @@ -153,8 +153,6 @@ pkg_postinst() { ewarn "If you update to x11-wm/metacity-2.24 after you install ${P}," ewarn "gtk-window-decorator will crash until you reinstall ${PN} again." - elog - elog "To work with nvidia-drivers, you must enable the AddARGBGLXVisuals option." } pkg_prerm() { |