diff options
author | 2011-08-24 07:31:33 +0000 | |
---|---|---|
committer | 2011-08-24 07:31:33 +0000 | |
commit | 56bff4a5e4774c88e9de6c2668d418c574ba67d5 (patch) | |
tree | 8144e67f77b4b35c9c1926dad56fb696a0efd19c /media-libs | |
parent | Fix access violation, bug 380283 (diff) | |
download | gentoo-2-56bff4a5e4774c88e9de6c2668d418c574ba67d5.tar.gz gentoo-2-56bff4a5e4774c88e9de6c2668d418c574ba67d5.tar.bz2 gentoo-2-56bff4a5e4774c88e9de6c2668d418c574ba67d5.zip |
Remove GST_REGISTRY hack, it's been moved to the eclass
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/clutter-gst/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/clutter-gst/clutter-gst-1.3.12.ebuild | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/media-libs/clutter-gst/ChangeLog b/media-libs/clutter-gst/ChangeLog index ca1d0397f10e..35d36265d4e6 100644 --- a/media-libs/clutter-gst/ChangeLog +++ b/media-libs/clutter-gst/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/clutter-gst # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gst/ChangeLog,v 1.14 2011/06/11 02:51:24 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gst/ChangeLog,v 1.15 2011/08/24 07:31:33 nirbheek Exp $ + + 24 Aug 2011; Nirbheek Chauhan <nirbheek@gentoo.org> + clutter-gst-1.3.12.ebuild: + Remove GST_REGISTRY hack, it's been moved to the eclass *clutter-gst-1.3.12 (11 Jun 2011) diff --git a/media-libs/clutter-gst/clutter-gst-1.3.12.ebuild b/media-libs/clutter-gst/clutter-gst-1.3.12.ebuild index a55fc71c1289..d3e87f29caea 100644 --- a/media-libs/clutter-gst/clutter-gst-1.3.12.ebuild +++ b/media-libs/clutter-gst/clutter-gst-1.3.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gst/clutter-gst-1.3.12.ebuild,v 1.1 2011/06/11 02:51:24 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter-gst/clutter-gst-1.3.12.ebuild,v 1.2 2011/08/24 07:31:33 nirbheek Exp $ EAPI="3" PYTHON_DEPEND="2" # Just a build-time dependency @@ -40,9 +40,6 @@ src_prepare() { } src_compile() { - # Avoid sandbox violation with USE="introspection", bug #356283 - export GST_REGISTRY=${T}/registry.cache.xml - # Clutter tries to access dri without userpriv # Massive failure of a hack, see bug 360219, bug 360073, bug 363917 shopt -s nullglob |