summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2009-05-16 22:08:09 +0000
committerOlivier Crête <tester@gentoo.org>2009-05-16 22:08:09 +0000
commit8fe4f251c70d613718b1c5623c1e53886748b0c4 (patch)
tree411d02324d1633ffe6de7e3ef54cc55b64012960 /eclass/gst-plugins-good.eclass
parentRespect CPPFLAGS when building filefuncs #209129 by Stuart Shelton. (diff)
downloadhistorical-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/gst-plugins-good.eclass')
-rw-r--r--eclass/gst-plugins-good.eclass3
1 files changed, 2 insertions, 1 deletions
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
###