diff options
author | 2008-07-30 10:44:19 +0000 | |
---|---|---|
committer | 2008-07-30 10:44:19 +0000 | |
commit | 4e7d37518ce79fe4f5a3cbfd0bd792ee090f56ae (patch) | |
tree | c5bd63415a33654f2b6395b396168ed3a73e1164 /eclass/mozcoreconf-2.eclass | |
parent | Remove useless stuff (diff) | |
download | historical-4e7d37518ce79fe4f5a3cbfd0bd792ee090f56ae.tar.gz historical-4e7d37518ce79fe4f5a3cbfd0bd792ee090f56ae.tar.bz2 historical-4e7d37518ce79fe4f5a3cbfd0bd792ee090f56ae.zip |
Add distribution-id
Diffstat (limited to 'eclass/mozcoreconf-2.eclass')
-rw-r--r-- | eclass/mozcoreconf-2.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/mozcoreconf-2.eclass b/eclass/mozcoreconf-2.eclass index 3420fc3f50d5..3d459d260daa 100644 --- a/eclass/mozcoreconf-2.eclass +++ b/eclass/mozcoreconf-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.8 2008/07/26 16:05:30 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.9 2008/07/30 10:44:19 armin76 Exp $ # # mozcoreconf.eclass : core options for mozilla # inherit mozconfig-2 if you need USE flags @@ -183,7 +183,8 @@ mozconfig_init() { --enable-system-cairo \ --disable-strip \ --disable-strip-libs \ - --disable-install-strip + --disable-install-strip \ + --with-distribution-id=org.gentoo # This doesn't work yet #--with-system-png \ |