diff options
author | Serkan Kaba <serkan@gentoo.org> | 2009-03-22 11:04:02 +0000 |
---|---|---|
committer | Serkan Kaba <serkan@gentoo.org> | 2009-03-22 11:04:02 +0000 |
commit | 29ce4d846ee490baad13753cb0ac7f1e16bc186f (patch) | |
tree | 338907ad6a05f06edc53725d2f0dd81faafdeb3c /x11-libs/gtkhotkey/gtkhotkey-0.2.0.ebuild | |
parent | Import upstream fix for a bug regarding timeout handling (#262820). (diff) | |
download | historical-29ce4d846ee490baad13753cb0ac7f1e16bc186f.tar.gz historical-29ce4d846ee490baad13753cb0ac7f1e16bc186f.tar.bz2 historical-29ce4d846ee490baad13753cb0ac7f1e16bc186f.zip |
Restrict tests per bug #259052 c#3
Package-Manager: portage-2.2_rc26/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/gtkhotkey/gtkhotkey-0.2.0.ebuild')
-rw-r--r-- | x11-libs/gtkhotkey/gtkhotkey-0.2.0.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/x11-libs/gtkhotkey/gtkhotkey-0.2.0.ebuild b/x11-libs/gtkhotkey/gtkhotkey-0.2.0.ebuild index 6cd6d0a5dcd8..fc1ce07df8b2 100644 --- a/x11-libs/gtkhotkey/gtkhotkey-0.2.0.ebuild +++ b/x11-libs/gtkhotkey/gtkhotkey-0.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkhotkey/gtkhotkey-0.2.0.ebuild,v 1.5 2008/11/30 14:55:46 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkhotkey/gtkhotkey-0.2.0.ebuild,v 1.6 2009/03/22 11:04:02 serkan Exp $ EAPI="2" @@ -8,6 +8,10 @@ inherit versionator eutils autotools MY_CRV=$(get_version_component_range 1-2) +RESTRICT="test" +# Tests try to access live filesystem +# See http://bugs.gentoo.org/show_bug.cgi?id=259052#c3 + DESCRIPTION="Cross platform library for using desktop wide hotkeys" HOMEPAGE="http://launchpad.net/gtkhotkey" SRC_URI="http://launchpad.net/${PN}/${MY_CRV}/${PV}/+download/${P}.tar.gz" |