diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-02-03 10:17:09 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-02-03 10:17:09 +0000 |
commit | 30a0750424c87ca333223840b68291dc1c5cd833 (patch) | |
tree | 270fff86877d60eee0be0e93ac678f55d160c4af /dev-libs/glib | |
parent | New Package: net-mail/mu, bumped from sunrise, thanks to contributors there a... (diff) | |
download | gentoo-2-30a0750424c87ca333223840b68291dc1c5cd833.tar.gz gentoo-2-30a0750424c87ca333223840b68291dc1c5cd833.tar.bz2 gentoo-2-30a0750424c87ca333223840b68291dc1c5cd833.zip |
Disable dtrace and systemtap supports until bug #351931 is solved instead of letting them be automagic.
(Portage version: 2.1.9.35/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/glib')
-rw-r--r-- | dev-libs/glib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/glib/glib-2.26.1-r1.ebuild | 22 |
2 files changed, 17 insertions, 11 deletions
diff --git a/dev-libs/glib/ChangeLog b/dev-libs/glib/ChangeLog index 47d15d91bb03..edbee7054a23 100644 --- a/dev-libs/glib/ChangeLog +++ b/dev-libs/glib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/glib # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.440 2011/01/30 18:00:12 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.441 2011/02/03 10:17:09 pacho Exp $ + + 03 Feb 2011; Pacho Ramos <pacho@gentoo.org> glib-2.26.1-r1.ebuild: + Disable dtrace and systemtap supports until bug #351931 is solved instead of + letting them be automagic. 30 Jan 2011; Raúl Porcel <armin76@gentoo.org> glib-2.24.2.ebuild: alpha/arm/ia64/m68k/s390/sh/sparc stable wrt #348987 diff --git a/dev-libs/glib/glib-2.26.1-r1.ebuild b/dev-libs/glib/glib-2.26.1-r1.ebuild index a155cc0ad8c3..5bf4f2a7fdfc 100644 --- a/dev-libs/glib/glib-2.26.1-r1.ebuild +++ b/dev-libs/glib/glib-2.26.1-r1.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/dev-libs/glib/glib-2.26.1-r1.ebuild,v 1.2 2011/01/24 13:55:17 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.26.1-r1.ebuild,v 1.3 2011/02/03 10:17:09 pacho Exp $ EAPI="3" @@ -115,15 +115,17 @@ src_configure() { # Always use internal libpcre, bug #254659 econf ${myconf} \ - $(use_enable xattr) \ - $(use_enable doc man) \ - $(use_enable doc gtk-doc) \ - $(use_enable fam) \ - $(use_enable selinux) \ - $(use_enable static-libs static) \ - --enable-regex \ - --with-pcre=internal \ - --with-threads=posix + $(use_enable xattr) \ + $(use_enable doc man) \ + $(use_enable doc gtk-doc) \ + $(use_enable fam) \ + $(use_enable selinux) \ + $(use_enable static-libs static) \ + --enable-regex \ + --with-pcre=internal \ + --with-threads=posix \ + --disable-dtrace \ + --disable-systemtap } src_install() { |