axs         14/10/17 21:07:08

  Modified:             ChangeLog mozconfig-v5.33.eclass
  Log:
  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

Revision  Changes    Path
1.1387               eclass/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1387&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1387&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1386&r2=1.1387

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1386
retrieving revision 1.1387
diff -u -r1.1386 -r1.1387
--- ChangeLog   15 Oct 2014 17:51:03 -0000      1.1386
+++ ChangeLog   17 Oct 2014 21:07:08 -0000      1.1387
@@ -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_) <[email protected]>
+  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_) <[email protected]> perl-app.eclass:
   Allow ebuild to override GENTOO_DEPEND_ON_PERL_SUBSLOT in perl-app.eclass if



1.2                  eclass/mozconfig-v5.33.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-v5.33.eclass?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-v5.33.eclass?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-v5.33.eclass?r1=1.1&r2=1.2

Index: mozconfig-v5.33.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-v5.33.eclass,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mozconfig-v5.33.eclass      14 Oct 2014 16:10:36 -0000      1.1
+++ mozconfig-v5.33.eclass      17 Oct 2014 21:07:08 -0000      1.2
@@ -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 @@
 
 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 @@
                >=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_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




Reply via email to