diff options
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" |