diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-11-07 08:40:01 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-11-07 08:40:01 +0000 |
commit | ef4aed7b52ee0f5ff608eae0629fc087f49b4352 (patch) | |
tree | 53b4056df1074f092bd676e11edd9291930fa1ae /x11-libs | |
parent | Add USE=doc flag to skip the API docs. (diff) | |
download | gentoo-2-ef4aed7b52ee0f5ff608eae0629fc087f49b4352.tar.gz gentoo-2-ef4aed7b52ee0f5ff608eae0629fc087f49b4352.tar.bz2 gentoo-2-ef4aed7b52ee0f5ff608eae0629fc087f49b4352.zip |
Add a post-installation notice about the new sloppy locking.
(Portage version: 2.1.3.17)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libxcb/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/libxcb/libxcb-1.1.ebuild | 12 |
2 files changed, 15 insertions, 2 deletions
diff --git a/x11-libs/libxcb/ChangeLog b/x11-libs/libxcb/ChangeLog index b599f98a8e03..d7e4838be841 100644 --- a/x11-libs/libxcb/ChangeLog +++ b/x11-libs/libxcb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libxcb # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.20 2007/11/07 08:36:34 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/ChangeLog,v 1.21 2007/11/07 08:40:01 dberkholz Exp $ + + 07 Nov 2007; Donnie Berkholz <dberkholz@gentoo.org>; libxcb-1.1.ebuild: + Add a post-installation notice about the new sloppy locking. 07 Nov 2007; Donnie Berkholz <dberkholz@gentoo.org>; libxcb-1.1.ebuild: Add USE=doc flag to skip the API docs. diff --git a/x11-libs/libxcb/libxcb-1.1.ebuild b/x11-libs/libxcb/libxcb-1.1.ebuild index 5940dc97dfeb..acbe474bff43 100644 --- a/x11-libs/libxcb/libxcb-1.1.ebuild +++ b/x11-libs/libxcb/libxcb-1.1.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-libs/libxcb/libxcb-1.1.ebuild,v 1.2 2007/11/07 08:36:34 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libxcb/libxcb-1.1.ebuild,v 1.3 2007/11/07 08:40:01 dberkholz Exp $ # Must be before x-modular eclass is inherited SNAPSHOT="yes" @@ -22,3 +22,13 @@ DEPEND="${RDEPEND} ~x11-proto/xcb-proto-${PV}" CONFIGURE_OPTIONS="$(use_enable doc build-docs)" + +pkg_postinst() { + x-modular_pkg_postinst + + elog "libxcb-1.1 adds the LIBXCB_ALLOW_SLOPPY_LOCK variable to allow" + elog "broken applications to keep running instead of being aborted." + elog "Set this variable if you need to use broken packages such as Java" + elog "(for example, add LIBXCB_ALLOW_SLOPPY_LOCK=1 to /etc/env.d/00local" + elog "and run env-update)." +} |