diff options
author | Olivier Crête <tester@gentoo.org> | 2009-05-16 22:08:09 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2009-05-16 22:08:09 +0000 |
commit | 8fe4f251c70d613718b1c5623c1e53886748b0c4 (patch) | |
tree | 411d02324d1633ffe6de7e3ef54cc55b64012960 /eclass | |
parent | Respect CPPFLAGS when building filefuncs #209129 by Stuart Shelton. (diff) | |
download | historical-8fe4f251c70d613718b1c5623c1e53886748b0c4.tar.gz historical-8fe4f251c70d613718b1c5623c1e53886748b0c4.tar.bz2 historical-8fe4f251c70d613718b1c5623c1e53886748b0c4.zip |
Restrict tests for gstreamer external plugins, they don't work with the split ebuilds
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gst-plugins-bad.eclass | 3 | ||||
-rw-r--r-- | eclass/gst-plugins-base.eclass | 3 | ||||
-rw-r--r-- | eclass/gst-plugins-good.eclass | 3 | ||||
-rw-r--r-- | eclass/gst-plugins-ugly.eclass | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/eclass/gst-plugins-bad.eclass b/eclass/gst-plugins-bad.eclass index ad4fb9e79d2a..c466f144ca12 100644 --- a/eclass/gst-plugins-bad.eclass +++ b/eclass/gst-plugins-bad.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v 1.16 2009/05/16 15:09:45 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-bad.eclass,v 1.17 2009/05/16 22:08:09 tester Exp $ # # Original Author: Saleem Abdulrasool <compnerd@gentoo.org> @@ -42,6 +42,7 @@ DEPEND="${RDEPEND} sys-apps/sed dev-util/pkgconfig sys-devel/gettext" +RESTRICT=test fi S=${WORKDIR}/${MY_P} diff --git a/eclass/gst-plugins-base.eclass b/eclass/gst-plugins-base.eclass index ee2f0503ac29..6caf5ec90faa 100644 --- a/eclass/gst-plugins-base.eclass +++ b/eclass/gst-plugins-base.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-base.eclass,v 1.11 2009/03/30 04:24:15 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-base.eclass,v 1.12 2009/05/16 22:08:09 tester Exp $ # Author : foser <foser@gentoo.org> @@ -45,6 +45,7 @@ RDEPEND="=media-libs/gst-plugins-base-0.10*" DEPEND="${RDEPEND} >=sys-apps/sed-4 dev-util/pkgconfig" +RESTRICT=test fi ### diff --git a/eclass/gst-plugins-good.eclass b/eclass/gst-plugins-good.eclass index a3d2391302a6..e8183e7f85bd 100644 --- a/eclass/gst-plugins-good.eclass +++ b/eclass/gst-plugins-good.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.17 2009/03/30 04:24:15 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-good.eclass,v 1.18 2009/05/16 22:08:09 tester Exp $ # Author : foser <foser@gentoo.org>, zaheerm <zaheerm@gentoo.org> @@ -43,6 +43,7 @@ RDEPEND="=media-libs/gst-plugins-base-0.10*" DEPEND="${RDEPEND} >=sys-apps/sed-4 dev-util/pkgconfig" +RESTRICT=test fi ### diff --git a/eclass/gst-plugins-ugly.eclass b/eclass/gst-plugins-ugly.eclass index e9dbc3c40cfa..3147c37df733 100644 --- a/eclass/gst-plugins-ugly.eclass +++ b/eclass/gst-plugins-ugly.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-ugly.eclass,v 1.13 2009/03/30 04:24:15 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gst-plugins-ugly.eclass,v 1.14 2009/05/16 22:08:09 tester Exp $ # Author : foser <foser@gentoo.org> @@ -40,6 +40,7 @@ RDEPEND="=media-libs/gst-plugins-base-0.10*" DEPEND="${RDEPEND} >=sys-apps/sed-4 dev-util/pkgconfig" +RESTRICT=test fi ### |