--- /usr/portage/app-accessibility/gok/gok-1.0.5.ebuild 2005-08-31 22:35:16.000000000 +0000 +++ gok-1.0.5.ebuild 2005-09-20 15:15:19.000000000 +0000 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-accessibility/gok/gok-1.0.5.ebuild,v 1.10 2005/08/31 22:29:57 herbs Exp $ -inherit gnome2 +inherit gnome2 virtualx DESCRIPTION="Gnome Onscreen Keyboard" HOMEPAGE="http://www.gok.ca/" @@ -38,3 +38,7 @@ # So it doesn't break when building kbd files MAKEOPTS="${MAKEOPTS} -j1" + +src_test() { + Xmake check +}