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