summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2009-11-16 01:12:58 +0000
committerMart Raudsepp <leio@gentoo.org>2009-11-16 01:12:58 +0000
commite29be5786af8432cd5d2987eb1f4726659305f86 (patch)
tree5b0612ef87d82f71630b47249997bb06837a14ab /media-libs
parentRemove old (diff)
downloadgentoo-2-e29be5786af8432cd5d2987eb1f4726659305f86.tar.gz
gentoo-2-e29be5786af8432cd5d2987eb1f4726659305f86.tar.bz2
gentoo-2-e29be5786af8432cd5d2987eb1f4726659305f86.zip
Fix automagic introspection support by disabling it always, forgot to modify the ebuild to add this before committing the bump, no additional ChangeLog entry as it is a new thing for the new version bumped just 45 minutes ago
(Portage version: 2.2_rc22/cvs/Linux 2.6.31-gentoo-r6 x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/gst-plugins-base/gst-plugins-base-0.10.25.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/gst-plugins-base/gst-plugins-base-0.10.25.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-0.10.25.ebuild
index add6bf4bc5f2..7494e11284f0 100644
--- a/media-libs/gst-plugins-base/gst-plugins-base-0.10.25.ebuild
+++ b/media-libs/gst-plugins-base/gst-plugins-base-0.10.25.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.25.ebuild,v 1.1 2009/11/16 00:27:58 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gst-plugins-base/gst-plugins-base-0.10.25.ebuild,v 1.2 2009/11/16 01:12:58 leio Exp $
# order is important, gnome2 after gst-plugins
inherit gst-plugins-base gst-plugins10 gnome2 flag-o-matic eutils
@@ -30,6 +30,7 @@ src_compile() {
replace-flags "-O3" "-O2"
gst-plugins-base_src_configure \
+ --disable-introspection \
$(use_enable nls)
emake || die "emake failed."
}