Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 249355 Details for
Bug 335192
x11-base/xorg-server: Multiple events generated for single key press
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild patch
xf86-input-evdev-2.4.0.ebuild.patch (text/plain), 930 bytes, created by
Alexander Goomenyuk
on 2010-10-02 20:04:59 UTC
(
hide
)
Description:
ebuild patch
Filename:
MIME Type:
Creator:
Alexander Goomenyuk
Created:
2010-10-02 20:04:59 UTC
Size:
930 bytes
patch
obsolete
>diff -uN /root/build/xf86-input-evdev-2.4.0.ebuild.orig /root/build/xf86-input-evdev-2.4.0.ebuild >--- /root/build/xf86-input-evdev-2.4.0.ebuild.orig 2010-10-02 21:05:39.147649439 +0300 >+++ /root/build/xf86-input-evdev-2.4.0.ebuild 2010-10-02 22:49:39.475640766 +0300 >@@ -5,14 +5,26 @@ > # Must be before x-modular eclass is inherited > #SNAPSHOT="yes" > >+EAPI="2" >+ > inherit x-modular > > DESCRIPTION="Generic Linux input driver" > KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86" >-IUSE="" >+ >+# >+# TODO: Add description to /usr/portage/profiles/use.desc.local >+# >+IUSE="hk_quirk-fs_amilo_l1300" > > RDEPEND=">=x11-base/xorg-server-1.6.3" > DEPEND="${RDEPEND} > >=sys-kernel/linux-headers-2.6 > x11-proto/inputproto > x11-proto/xproto" >+ >+src_prepare() { >+ if use hk_quirk-fs_amilo_l1300; then >+ epatch "${FILESDIR}"/evdev-2.4.0-hk_quirk-fs_amilo_l1300.patch >+ fi >+} > >Diff finished. Sat Oct 2 22:50:21 2010
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 335192
:
245312
|
245314
|
248323
|
249353
| 249355