# ChangeLog for x11-libs/libXdamage
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXdamage/ChangeLog,v 1.35 2007/04/18 12:57:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXdamage/ChangeLog,v 1.36 2007/04/19 17:18:07 dberkholz Exp $
+
+ 19 Apr 2007; Donnie Berkholz <dberkholz@gentoo.org>;
+ libXdamage-1.1.1.ebuild:
+ (#174959) Tell people they may need to recompile xorg-server for compositing
+ managers (compiz, beryl, etc) to work again.
18 Apr 2007; Raúl Porcel <armin76@gentoo.org> libXdamage-1.1.1.ebuild:
ia64 + x86 stable wrt bug 174959
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXdamage/libXdamage-1.1.1.ebuild,v 1.6 2007/04/18 12:57:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXdamage/libXdamage-1.1.1.ebuild,v 1.7 2007/04/19 17:18:07 dberkholz Exp $
# Must be before x-modular eclass is inherited
#SNAPSHOT="yes"
>=x11-proto/damageproto-1.1
x11-proto/xproto"
DEPEND="${RDEPEND}"
+
+pkg_postinst() {
+ x-modular_pkg_postinst
+
+ ewarn "Compositing managers may stop working."
+ ewarn "To fix them, recompile xorg-server."
+}