[gentoo-user] How to find USE flags of a tbz2?

2008-01-06 Thread Konstantinos Agouros
Hi, if an ebuild was executed with --buildpkg, is there an easy way to extract the USE-flags that were in place from the resulting .tbz2? Konstantin -- Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: [EMAIL PROTECTED] Otkerstr. 28, 81547 Muenchen, Germany. Tel +49 89 69370185

Re: [gentoo-user] How to find USE flags of a tbz2?

2008-01-06 Thread Hans-Werner Hilse
Hi, On Sun, 6 Jan 2008 19:05:18 + (UTC) Konstantinos Agouros [EMAIL PROTECTED] wrote: if an ebuild was executed with --buildpkg, is there an easy way to extract the USE-flags that were in place from the resulting .tbz2? qtbz2 -xO your.tbz2 | qxpak -xO - USE -hwh --

Re: [gentoo-user] How to find USE flags of a tbz2?

2008-01-06 Thread Alan McKinnon
On Sunday 06 January 2008, Konstantinos Agouros wrote: Hi, if an ebuild was executed with --buildpkg, is there an easy way to extract the USE-flags that were in place from the resulting .tbz2? That is not possible as the information is not in the tarball. -- Alan McKinnon alan dot mckinnon

Re: [gentoo-user] How to find USE flags of a tbz2?

2008-01-06 Thread Mick
On Sunday 06 January 2008, Hans-Werner Hilse wrote: Hi, On Sun, 6 Jan 2008 19:05:18 + (UTC) Konstantinos Agouros [EMAIL PROTECTED] wrote: if an ebuild was executed with --buildpkg, is there an easy way to extract the USE-flags that were in place from the resulting .tbz2? qtbz2 -xO