On Thu, 26 Jul 2012 18:22:10 +0400 Евгений Пермяков <[email protected]> wrote:
> Can someone tell me, why my gentoo server wants X header to build > icedtea jdk if USE="... -X ..." ? Ok, I understand that it is because > maintainers wrote ebuild that requires X header unquestionable. But > why they did so and can be something done about it? Do not want to > have *-bin* package in system for perfectionism reasons. Hi, If it helps, it looks like dev-java/icedtea with USE=-X only requires X to build, not to run. So after installation, the X packages can be removed by "emerge --ask --depclean --with-bdeps=n packages...". Or leave off "packages..." to see all installed packages that are not needed for world packages to run (which should include X). Of course you'll have to reinstall them if you want to rebuild icedtea... Cheers, Bryan

