Re: Changes to the Kile ebuild

Redcap <[email protected]> Fri, 22 Jun 2012 10:11:46 +0200
Newsgroups gmane.linux.gentoo.desktop
Message-ID <2009044.q5NSFI4bB1@morgaine>
Am Donnerstag, 21. Juni 2012, 19:03:49 schrieb Bryan Gardiner:

> The dependency in RDEPEND for kile-2.1.2-r1.ebuild reads:
> 
> 30 	RDEPEND="${DEPEND}
> 31 		$(add_kdebase_dep kdebase-data)
> 32 		|| (
> 33 			$(add_kdebase_dep okular 'pdf?,postscript')
> 34 			app-text/acroread
> 35 		)
> 
> The || (...) means that Kile depends on either acroread, or okular
> with USE=postscript and also USE=pdf if USE=pdf is set on kile.  Check
> your USE flags on Okular if Portage is wanting to bring in acroread
> instead.
> 
> Cheers,
> Bryan

Hi Brian,

thanks for the help. I installed Okular again and now it has
USE=postscript set, therefore I was able to get rid off acroread.
Thanks again.

Cheers

Redcap