On 04/27/2011 04:24 PM, Chris Richards wrote:

> 
> I'm looking into writing a little tool that will help facilitate this,
> giving us a 'profile explorer' that would enable use to see what a given
> profile looks like without having to actually switch to it and then do
> 'emerge --info'.  Kindof like a DOM explorer, but for Gentoo profiles.
> 

#!/usr/bin/env python

import portage
for p in portage.settings.profiles:
        print p


-- 
Anthony G. Basile, Ph.D.
Gentoo Linux Developer [Hardened]
E-Mail    : [email protected]
GnuPG FP  : 8040 5A4D 8709 21B1 1A88  33CE 979C AF40 D045 5535
GnuPG ID  : D0455535

Reply via email to