good! Thank you.
2013/8/19 Alexey Mishustin <[email protected]> > 2013/8/19 东方巽雷 <[email protected]>: > > I need to change some arguments in Makefile. > > You might want to use a low-level interface to the Portage system 'ebuild': > > ebuild path/to/package.ebuild fetch > ebuild path/to/package.ebuild unpack > ===make you changes here (where unpacked, in /tmp)=== > ebuild path/to/package.ebuild compile > ebuild path/to/package.ebuild install > ebuild path/to/package.ebuild qmerge > > -- > Regards, > Alex > >

