diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-09-20 19:12:06 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-09-20 19:12:06 +0000 |
commit | 3f5e4e9b7184954570a9ed0423d081d853f51816 (patch) | |
tree | 434674b7ffe37f5fc86659739d3d29cf78c9e796 /app-accessibility | |
parent | Marking stable on x86 for bug #106678. (diff) | |
download | gentoo-2-3f5e4e9b7184954570a9ed0423d081d853f51816.tar.gz gentoo-2-3f5e4e9b7184954570a9ed0423d081d853f51816.tar.bz2 gentoo-2-3f5e4e9b7184954570a9ed0423d081d853f51816.zip |
tests are now run in a virtual X session. Closes bug #106686
(Portage version: 2.0.52-r1)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/gok/ChangeLog | 5 | ||||
-rw-r--r-- | app-accessibility/gok/gok-1.0.5.ebuild | 9 |
2 files changed, 11 insertions, 3 deletions
diff --git a/app-accessibility/gok/ChangeLog b/app-accessibility/gok/ChangeLog index 58a399a9f2cc..88c9089d8d04 100644 --- a/app-accessibility/gok/ChangeLog +++ b/app-accessibility/gok/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/gok # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gok/ChangeLog,v 1.58 2005/09/20 17:31:49 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gok/ChangeLog,v 1.59 2005/09/20 19:12:06 seemant Exp $ + + 20 Sep 2005; Seemant Kulleen <seemant@gentoo.org> gok-1.0.5.ebuild: + tests are now run in a virtual X session. Closes bug #106686 20 Sep 2005; <dang@gentoo.org> gok-1.0.5.ebuild: Restrict test. Bug #106686 diff --git a/app-accessibility/gok/gok-1.0.5.ebuild b/app-accessibility/gok/gok-1.0.5.ebuild index 484b9fd7f8b2..e1dc55a8f53d 100644 --- a/app-accessibility/gok/gok-1.0.5.ebuild +++ b/app-accessibility/gok/gok-1.0.5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # 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.11 2005/09/20 17:31:49 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/gok/gok-1.0.5.ebuild,v 1.12 2005/09/20 19:12:06 seemant Exp $ -inherit gnome2 +inherit gnome2 virtualx DESCRIPTION="Gnome Onscreen Keyboard" HOMEPAGE="http://www.gok.ca/" @@ -39,3 +39,8 @@ G2CONF="${G2CONF} $(use_enable static)" # So it doesn't break when building kbd files MAKEOPTS="${MAKEOPTS} -j1" + +src_test() { + addpredict / + Xmake check || die +} |