diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2012-12-10 16:47:55 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2012-12-10 16:47:55 +0000 |
commit | 86f2860b6ff50f9754bf84bbc2cc9bb50af54574 (patch) | |
tree | 680a67e065c3186a7b189c7e1fa091d0ef50d29b /eclass | |
parent | Add ~ppc, wrt bug #414993 (diff) | |
download | gentoo-2-86f2860b6ff50f9754bf84bbc2cc9bb50af54574.tar.gz gentoo-2-86f2860b6ff50f9754bf84bbc2cc9bb50af54574.tar.bz2 gentoo-2-86f2860b6ff50f9754bf84bbc2cc9bb50af54574.zip |
Added changes to mozcoreconf-2.eclass on request by Anarchy.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/mozcoreconf-2.eclass | 7 |
2 files changed, 8 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 7464d1b81c26..24c6ca8cf13a 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.556 2012/12/09 20:56:25 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.557 2012/12/10 16:47:55 polynomial-c Exp $ + + 10 Dec 2012; Lars Wendler <polynomial-c@gentoo.org> mozcoreconf-2.eclass: + Added changes to mozcoreconf-2.eclass on request by Anarchy. 09 Dec 2012; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass: Fix python-exec symlink generation for Prefix. Thanks to Fabian Groffen for diff --git a/eclass/mozcoreconf-2.eclass b/eclass/mozcoreconf-2.eclass index c2aad8ca0146..bb2b7d9745fa 100644 --- a/eclass/mozcoreconf-2.eclass +++ b/eclass/mozcoreconf-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.24 2012/12/09 15:37:12 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.25 2012/12/10 16:47:55 polynomial-c Exp $ # # mozcoreconf.eclass : core options for mozilla # inherit mozconfig-2 if you need USE flags @@ -216,13 +216,14 @@ mozconfig_init() { fi mozconfig_annotate disable_update_strip \ - --disable-installer \ --disable-pedantic \ --disable-updater \ --disable-strip \ --disable-install-strip if ! $(mozversion_is_new_enough) ; then - mozconfig_annotate disable_update_strip --disable-strip-libs + mozconfig_annotate disable_update_strip \ + --disable-installer \ + --disable-strip-libs fi if [[ ${PN} != seamonkey ]]; then |