Beispiel #1
0
def printInstalled():
    """get all the packages that are already installed"""
    host = target = portage.alwaysTrue
    if emergePlatform.isCrossCompilingEnabled():
        host = portage.isHostBuildEnabled
        target = portage.isTargetBuildEnabled
    portage.printCategoriesPackagesAndVersions( installdb.getDistinctInstalled(), portage.alwaysTrue, host, target )
Beispiel #2
0
def printInstalled():
    """get all the packages that are already installed"""
    host = target = portage.alwaysTrue
    portage.printCategoriesPackagesAndVersions( installdb.getDistinctInstalled(), portage.alwaysTrue, host, target )
Beispiel #3
0
def printInstalled():
    """get all the packages that are already installed"""
    host = target = portage.alwaysTrue
    portage.printCategoriesPackagesAndVersions(
        installdb.getDistinctInstalled(), portage.alwaysTrue, host, target)