Hi, this ebuild contains one bugfix and one enhancement. first the bugfix is that zile authors directly tried to assign 2 va_list variables to eachother instead of using va_copy (results in a compile time error). the enhancement is that latex isn't required anymore to build zile. this is acceived by patching the makefile not to built a ps document from a tex source any more. if someone wants this one ps document he has to set the doc useflag. new ebuild (adds src_unpack,new IUSE entry and ~amd64 keyword) and 2 patches will be attached.
Created attachment 34074 [details] zile-1.7_beta3-r1.ebuild
Created attachment 34075 [details, diff] files/zile-1.7_beta3-compilefix.diff
Created attachment 34076 [details, diff] files/zile-1.7_beta3-norefcardps.diff
Thanks for the patches. I added them to CVS. Please don't forget to add `inherit eutils` at the top of the ebuild when you use epatch in your ebuild. I reassign the bug to amd64 since I didn't touch ~amd64 keyword addition.
In CVS now, thanks!