Am Freitag, 22. September 2006 11:23 schrieb Helmut Jarausch:
> Hi,
>
> I'd like to write my own .ebuild file.
> I know which libaries are needed by the new package
> but how can I find out which package provides a
> given library?
>
> e.g.
>
> libXext         (probably virtual/x11)
>
> I've tried
> equery belongs Xext
>

You need to specify the full filename with path (iirc).

$ equery belongs /usr/lib/libXext.so

[ Searching for file(s) /usr/lib/libXext.so in *... ]
x11-libs/libXext-1.0.1 (/usr/lib/libXext.so -> libXext.so.6.4.0)

/Wolfgang
-- 
gentoo-user@gentoo.org mailing list

Reply via email to