diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-06-02 21:06:04 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-06-02 21:06:04 +0000 |
commit | a1e7d34a711a1c64a51c8fe68a6a08b141aa8672 (patch) | |
tree | 4a7ddfa5faa53d7f38b7bcfbbf301253e4019b76 | |
parent | Version bump to 4.8.01.0640 for bug #202415. This ebuild has been re-worked ... (diff) | |
download | gentoo-2-a1e7d34a711a1c64a51c8fe68a6a08b141aa8672.tar.gz gentoo-2-a1e7d34a711a1c64a51c8fe68a6a08b141aa8672.tar.bz2 gentoo-2-a1e7d34a711a1c64a51c8fe68a6a08b141aa8672.zip |
restrict tests, see bug #209846.
(Portage version: 2.1.5.2)
-rw-r--r-- | dev-python/gnome-python-extras/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/dev-python/gnome-python-extras/ChangeLog b/dev-python/gnome-python-extras/ChangeLog index cd6b45c05963..094728ee6ec9 100644 --- a/dev-python/gnome-python-extras/ChangeLog +++ b/dev-python/gnome-python-extras/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/gnome-python-extras # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.74 2008/05/29 16:13:39 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/ChangeLog,v 1.75 2008/06/02 21:06:04 eva Exp $ + + 02 Jun 2008; Gilles Dartiguelongue <eva@gentoo.org> + gnome-python-extras-2.19.1-r1.ebuild: + restrict tests, see bug #209846. 29 May 2008; Ali Polatel <hawking@gentoo.org> gnome-python-extras-2.14.2-r1.ebuild: diff --git a/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild b/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild index a49638a447e5..6493d1175ae4 100644 --- a/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild +++ b/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v 1.12 2008/03/31 17:56:57 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python-extras/gnome-python-extras-2.19.1-r1.ebuild,v 1.13 2008/06/02 21:06:04 eva Exp $ inherit eutils gnome2 python virtualx autotools @@ -34,6 +34,9 @@ DEPEND="${RDEPEND} DOCS="AUTHORS COPYING* ChangeLog INSTALL NEWS README" +# Tests are broken and not that useful anyway, see bug #209846 +RESTRICT="test" + pkg_setup() { # only controls linking, can't disable w/o a patch :) if use xulrunner; then |