diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-07-30 10:44:19 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-07-30 10:44:19 +0000 |
commit | 37029e9637cef901349187669b258699f2fdad80 (patch) | |
tree | e9a4260da8fc967d4fbe83b7b46becb8b4d61df2 /eclass | |
parent | Remove useless stuff (diff) | |
download | gentoo-2-37029e9637cef901349187669b258699f2fdad80.tar.gz gentoo-2-37029e9637cef901349187669b258699f2fdad80.tar.bz2 gentoo-2-37029e9637cef901349187669b258699f2fdad80.zip |
Add distribution-id
Diffstat (limited to '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 \ |