diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2010-09-13 11:20:46 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2010-09-13 11:20:46 +0000 |
commit | fe126c1acb4000bc6f5201405cb06a9d8ba185a5 (patch) | |
tree | 7496891f4ea24f388ccf2d9a897e9fa807125b3a /x11-misc/xhkeys/xhkeys-2.2.1.ebuild | |
parent | Stable on amd64. Bug #335007. Remove old ebuild (diff) | |
download | historical-fe126c1acb4000bc6f5201405cb06a9d8ba185a5.tar.gz historical-fe126c1acb4000bc6f5201405cb06a9d8ba185a5.tar.bz2 historical-fe126c1acb4000bc6f5201405cb06a9d8ba185a5.zip |
Fix build with linux-headers >= 2.6.23 wrt bug 337056. Thanks to Diego for the report.
Package-Manager: portage-2.2_rc77/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/xhkeys/xhkeys-2.2.1.ebuild')
-rw-r--r-- | x11-misc/xhkeys/xhkeys-2.2.1.ebuild | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild index 12db78e03a84..059af0954cd3 100644 --- a/x11-misc/xhkeys/xhkeys-2.2.1.ebuild +++ b/x11-misc/xhkeys/xhkeys-2.2.1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xhkeys/xhkeys-2.2.1.ebuild,v 1.6 2009/12/15 17:47:29 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xhkeys/xhkeys-2.2.1.ebuild,v 1.7 2010/09/13 11:20:46 xarthisius Exp $ + +inherit eutils DESCRIPTION="assign particular actions to any key or key combination" HOMEPAGE="http://wmalms.tripod.com/#XHKEYS" @@ -18,6 +20,12 @@ DEPEND="${RDEPEND} x11-proto/xextproto x11-proto/xproto" +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${P}-linux_headers.patch +} + src_install() { dobin xhkeys xhkconf || die dodoc README VERSION |