diff options
author | 2014-10-17 21:07:08 +0000 | |
---|---|---|
committer | 2014-10-17 21:07:08 +0000 | |
commit | cfa87f880beb84faa45deb314f89e39a4e3483ae (patch) | |
tree | 5af0dc4c2dd8eb3258a2ea0157e85274691441e7 /eclass | |
parent | Remove old. (diff) | |
download | historical-cfa87f880beb84faa45deb314f89e39a4e3483ae.tar.gz historical-cfa87f880beb84faa45deb314f89e39a4e3483ae.tar.bz2 historical-cfa87f880beb84faa45deb314f89e39a4e3483ae.zip |
added some missing deps, dropped unnecessary expat dep and redundant --with-system-zlib; deps already brought in by mesa so need for end users to update vdb
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 8 | ||||
-rw-r--r-- | eclass/mozconfig-v5.33.eclass | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 033805e3d761..5df420d4b0da 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for eclass directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1386 2014/10/15 17:51:03 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1387 2014/10/17 21:07:08 axs Exp $ + + 17 Oct 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> + mozconfig-v5.33.eclass: + added some missing deps, dropped unnecessary expat dep and redundant + --with-system-zlib; deps already brought in by mesa so need for end users to + update vdb 15 Oct 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> perl-app.eclass: Allow ebuild to override GENTOO_DEPEND_ON_PERL_SUBSLOT in perl-app.eclass if diff --git a/eclass/mozconfig-v5.33.eclass b/eclass/mozconfig-v5.33.eclass index b26570f14bf0..34cfe8b6991e 100644 --- a/eclass/mozconfig-v5.33.eclass +++ b/eclass/mozconfig-v5.33.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-v5.33.eclass,v 1.1 2014/10/14 16:10:36 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-v5.33.eclass,v 1.2 2014/10/17 21:07:08 axs Exp $ # # @ECLASS: mozconfig-v5.33.eclass # @MAINTAINER: @@ -53,7 +53,6 @@ IUSE="${IUSE} dbus debug gstreamer pulseaudio startup-notification system-cairo RDEPEND=">=app-text/hunspell-1.2 dev-libs/atk - dev-libs/expat >=dev-libs/libevent-1.4.7 >=x11-libs/cairo-1.10[X] >=x11-libs/gtk+-2.14:2 @@ -79,6 +78,9 @@ RDEPEND=">=app-text/hunspell-1.2 >=media-plugins/gst-plugins-libav-1.1.0_pre20130128-r1:1.0 ) x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXfixes x11-libs/libXext x11-libs/libXrender x11-libs/libXt @@ -194,9 +196,9 @@ mozconfig_config() { mozconfig_annotate '' --enable-system-ffi mozconfig_annotate 'Gentoo default to honor system linker' --disable-gold mozconfig_annotate '' --disable-gconf - mozconfig_annotate 'Gentoo default' --with-system-zlib # We must force-enable jemalloc 3 via .mozconfig + # Except this doesn't actually enable jemalloc3. echo "export MOZ_JEMALLOC=1" >> "${S}"/.mozconfig || die mozconfig_annotate '' --enable-jemalloc mozconfig_annotate '' --enable-replace-malloc |