diff options
author | Olivier Crête <tester@gentoo.org> | 2010-06-29 05:16:03 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2010-06-29 05:16:03 +0000 |
commit | 13be6650ba3b3049b0c802c193bed639ea020892 (patch) | |
tree | af960054da47e6ba7f369765103de0682bf7089c /net-libs/farsight2 | |
parent | Version bump. Upstream did not tag release, using hash instead. Tests still f... (diff) | |
download | gentoo-2-13be6650ba3b3049b0c802c193bed639ea020892.tar.gz gentoo-2-13be6650ba3b3049b0c802c193bed639ea020892.tar.bz2 gentoo-2-13be6650ba3b3049b0c802c193bed639ea020892.zip |
Restrict the tests as they have bugs that make them fail
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/farsight2')
-rw-r--r-- | net-libs/farsight2/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/farsight2/farsight2-0.0.17.ebuild | 5 | ||||
-rw-r--r-- | net-libs/farsight2/farsight2-0.0.20.ebuild | 5 |
3 files changed, 13 insertions, 3 deletions
diff --git a/net-libs/farsight2/ChangeLog b/net-libs/farsight2/ChangeLog index abc8b57471d9..7b67af0d3223 100644 --- a/net-libs/farsight2/ChangeLog +++ b/net-libs/farsight2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/farsight2 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.31 2010/06/28 06:00:50 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.32 2010/06/29 05:16:03 tester Exp $ + + 29 Jun 2010; Olivier Crête <tester@gentoo.org> farsight2-0.0.17.ebuild, + farsight2-0.0.20.ebuild: + Restrict the tests as they have bugs that make them fail *farsight2-0.0.20 (28 Jun 2010) diff --git a/net-libs/farsight2/farsight2-0.0.17.ebuild b/net-libs/farsight2/farsight2-0.0.17.ebuild index 7e7e1ebb4cfe..800aeae2bdc2 100644 --- a/net-libs/farsight2/farsight2-0.0.17.ebuild +++ b/net-libs/farsight2/farsight2-0.0.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.17.ebuild,v 1.3 2010/02/19 18:37:50 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.17.ebuild,v 1.4 2010/06/29 05:16:03 tester Exp $ EAPI="2" @@ -13,6 +13,9 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-li IUSE="python test msn upnp" SLOT="0" +# tests are sometimes broken :-( +RESTRICT=test + COMMONDEPEND=">=media-libs/gstreamer-0.10.23 >=media-libs/gst-plugins-base-0.10.23 >=dev-libs/glib-2.16 diff --git a/net-libs/farsight2/farsight2-0.0.20.ebuild b/net-libs/farsight2/farsight2-0.0.20.ebuild index b24b9ca07e1d..7aca17cb7a70 100644 --- a/net-libs/farsight2/farsight2-0.0.20.ebuild +++ b/net-libs/farsight2/farsight2-0.0.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild,v 1.1 2010/06/28 06:00:50 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild,v 1.2 2010/06/29 05:16:03 tester Exp $ EAPI="2" @@ -13,6 +13,9 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-li IUSE="python test msn upnp" SLOT="0" +# tests are sometimes broken (hopefully will be fixed by 0.0.21)) +RESTRICT=test + COMMONDEPEND=">=media-libs/gstreamer-0.10.26 >=media-libs/gst-plugins-base-0.10.26 >=dev-libs/glib-2.16 |