summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2011-01-01 18:23:33 +0000
committerPacho Ramos <pacho@gentoo.org>2011-01-01 18:23:33 +0000
commit649e57517674473ae28b37a19fd0f17b44c3aa16 (patch)
tree12e9487ba7173a1b5eb339503761bd09bfcc04ec /gnome-base/gnome-keyring
parentUse VALGRIND_TESTS variable. (diff)
downloadgentoo-2-649e57517674473ae28b37a19fd0f17b44c3aa16.tar.gz
gentoo-2-649e57517674473ae28b37a19fd0f17b44c3aa16.tar.bz2
gentoo-2-649e57517674473ae28b37a19fd0f17b44c3aa16.zip
Restrict tests as they won't be fixed for this cycle but should be fixed in the next major version (bug #340283).
(Portage version: 2.1.9.27/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base/gnome-keyring')
-rw-r--r--gnome-base/gnome-keyring/ChangeLog8
-rw-r--r--gnome-base/gnome-keyring/gnome-keyring-2.32.1.ebuild8
2 files changed, 12 insertions, 4 deletions
diff --git a/gnome-base/gnome-keyring/ChangeLog b/gnome-base/gnome-keyring/ChangeLog
index a9d579c02e0c..f249106b8109 100644
--- a/gnome-base/gnome-keyring/ChangeLog
+++ b/gnome-base/gnome-keyring/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-base/gnome-keyring
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v 1.193 2010/12/07 16:24:57 pacho Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/ChangeLog,v 1.194 2011/01/01 18:23:33 pacho Exp $
+
+ 01 Jan 2011; Pacho Ramos <pacho@gentoo.org> gnome-keyring-2.32.1.ebuild:
+ Restrict tests as they won't be fixed for this cycle but should be fixed in
+ the next major version (bug #340283).
07 Dec 2010; Pacho Ramos <pacho@gentoo.org> -gnome-keyring-2.32.0.ebuild,
gnome-keyring-2.32.1.ebuild:
diff --git a/gnome-base/gnome-keyring/gnome-keyring-2.32.1.ebuild b/gnome-base/gnome-keyring/gnome-keyring-2.32.1.ebuild
index 7c8cd5ea888d..d48c2208c909 100644
--- a/gnome-base/gnome-keyring/gnome-keyring-2.32.1.ebuild
+++ b/gnome-base/gnome-keyring/gnome-keyring-2.32.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.32.1.ebuild,v 1.2 2010/12/07 16:24:57 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-keyring/gnome-keyring-2.32.1.ebuild,v 1.3 2011/01/01 18:23:33 pacho Exp $
EAPI="3"
GCONF_DEBUG="yes"
@@ -35,6 +35,10 @@ PDEPEND="gnome-base/libgnome-keyring"
DOCS="AUTHORS ChangeLog NEWS README"
+# tests fail in several ways, they should be fixed in the next cycle (bug #340283),
+# revisit then.
+RESTRICT="test"
+
pkg_setup() {
G2CONF="${G2CONF}
$(use_enable debug)