From 4a901c481dc1670f7d7cb03f40afb1e81025f046 Mon Sep 17 00:00:00 2001 From: Serkan Kaba Date: Sun, 22 Mar 2009 11:04:02 +0000 Subject: Restrict tests per bug #259052 c#3 (Portage version: 2.2_rc26/cvs/Linux x86_64) --- x11-libs/gtkhotkey/ChangeLog | 7 +++++-- x11-libs/gtkhotkey/gtkhotkey-0.2.0.ebuild | 8 ++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) (limited to 'x11-libs') 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 gtkhotkey-0.2.0: + Restrict tests per bug #259052 c#3 30 Nov 2008; Serkan Kaba 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" -- cgit v1.2.3-65-gdbad