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 | 4a901c481dc1670f7d7cb03f40afb1e81025f046 (patch) | |
tree | 4d18e83fb233eafc70a112ae397d522e757b6c01 /x11-libs/gtkhotkey | |
parent | Import upstream fix for a bug regarding timeout handling (#262820). (diff) | |
download | gentoo-2-4a901c481dc1670f7d7cb03f40afb1e81025f046.tar.gz gentoo-2-4a901c481dc1670f7d7cb03f40afb1e81025f046.tar.bz2 gentoo-2-4a901c481dc1670f7d7cb03f40afb1e81025f046.zip |
Restrict tests per bug #259052 c#3
(Portage version: 2.2_rc26/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/gtkhotkey')
-rw-r--r-- | x11-libs/gtkhotkey/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/gtkhotkey/gtkhotkey-0.2.0.ebuild | 8 |
2 files changed, 11 insertions, 4 deletions
diff --git a/x11-libs/gtkhotkey/ChangeLog b/x11-libs/gtkhotkey/ChangeLog index 8b8b940ada5f..ec829aa50bb0 100644 --- a/x11-libs/gtkhotkey/ChangeLog +++ b/x11-libs/gtkhotkey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/gtkhotkey -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkhotkey/ChangeLog,v 1.4 2008/11/30 14:55:46 serkan Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtkhotkey/ChangeLog,v 1.5 2009/03/22 11:04:02 serkan Exp $ + + 22 Mar 2009; Serkan Kaba <serkan@gentoo.org> gtkhotkey-0.2.0: + Restrict tests per bug #259052 c#3 30 Nov 2008; Serkan Kaba <serkan@gentoo.org> gtkhotkey-0.2.0.ebuild: Fix Makefile.in to avoid plain docs to be installed. 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" |