--- mozilla-1.7.ebuild.orig 2004-07-01 14:43:44.000000000 +0200 +++ mozilla-1.7.ebuild 2004-07-01 15:02:11.000000000 +0200 @@ -6,6 +6,7 @@ # Internal USE flags that I do not really want to advertise ... IUSE="${IUSE} mozcalendar mozaccess mozxmlterm mozsvg" IUSE="${IUSE} moznoirc moznomail moznocompose moznoxft" +IUSE="${IUSE} moznohtmledit" unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 inherit flag-o-matic gcc eutils nsplugins @@ -228,6 +229,9 @@ if use moznocompose && use moznomail; then myconf="${myconf} --disable-composer" fi + if use moznohtmledit; then + myconf="${myconf} --enable-plaintext-editor-only" + fi #################################### #