diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-04-17 21:35:22 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-04-17 21:35:22 +0000 |
commit | 03e4ca60382abba9c1b289a8464e0b90efd044e6 (patch) | |
tree | b7219a24c1fc8da98541fbee48dd8d76b5c66e70 /x11-drivers/xf86-input-joystick | |
parent | Version bump, bugfixes and objective-c++ support (diff) | |
download | gentoo-2-03e4ca60382abba9c1b289a8464e0b90efd044e6.tar.gz gentoo-2-03e4ca60382abba9c1b289a8464e0b90efd044e6.tar.bz2 gentoo-2-03e4ca60382abba9c1b289a8464e0b90efd044e6.zip |
Warn about crashing bugs, upstream #26900, #35391.
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-input-joystick')
-rw-r--r-- | x11-drivers/xf86-input-joystick/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-input-joystick/xf86-input-joystick-1.5.99.901.ebuild | 11 |
2 files changed, 15 insertions, 2 deletions
diff --git a/x11-drivers/xf86-input-joystick/ChangeLog b/x11-drivers/xf86-input-joystick/ChangeLog index 1ae5a96bd559..de17d13a0589 100644 --- a/x11-drivers/xf86-input-joystick/ChangeLog +++ b/x11-drivers/xf86-input-joystick/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-input-joystick # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog,v 1.86 2011/04/06 12:10:00 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/ChangeLog,v 1.87 2011/04/17 21:35:22 chithanh Exp $ + + 17 Apr 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + xf86-input-joystick-1.5.99.901.ebuild: + Warn about crashing bugs, upstream #26900, #35391. *xf86-input-joystick-1.5.99.901 (06 Apr 2011) diff --git a/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.5.99.901.ebuild b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.5.99.901.ebuild index 110a063d537a..3d722832a479 100644 --- a/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.5.99.901.ebuild +++ b/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.5.99.901.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.5.99.901.ebuild,v 1.1 2011/04/06 12:10:00 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-joystick/xf86-input-joystick-1.5.99.901.ebuild,v 1.2 2011/04/17 21:35:22 chithanh Exp $ EAPI=4 inherit xorg-2 @@ -14,3 +14,12 @@ RDEPEND=">=x11-base/xorg-server-1.10" DEPEND="${RDEPEND} x11-proto/inputproto x11-proto/kbproto" + +pkg_postinst() { + xorg-2_pkg_postinst + + ewarn "This driver has known crashing bugs. It may crash your X server when you" + ewarn "unplug the device or in other circumstances. For details, see:" + ewarn "https://bugs.freedesktop.org/show_bug.cgi?id=26900" + ewarn "https://bugs.freedesktop.org/show_bug.cgi?id=35391" +} |