--- dasher-3.2.11.ebuild 2005-01-23 10:13:08.000000000 +0100 +++ dasher-3.2.11.ebuild 2005-01-23 09:57:04.000000000 +0100 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-accessibility/dasher/dasher-3.2.11.ebuild,v 1.8 2005/01/17 20:15:13 blubb Exp $ -inherit gnome2 +inherit eutils gnome2 DESCRIPTION="A text entry interface, driven by continuous pointing gestures" HOMEPAGE="http://www.inference.phy.cam.ac.uk/dasher/" @@ -38,3 +38,10 @@ $(use_with accessibility speech)" DOCS="ABOUT-NLS AUTHORS ChangeLog MAINTAINERS NEWS README" + +src_unpack() { + unpack ${A} + cd ${S} + + epatch ${FILESDIR}/${P}-xtst_breakage.patch +}