aboutsummaryrefslogtreecommitdiff
blob: 934276c9c9034e2e28def5d119365d3995fe1079 (plain)
1
2
3
4
5
6
7
8
py.install_sources(
    [
        'world.py',
        '__init__.py',
    ],
    subdir : 'portage/emaint/modules/world',
    pure : not native_extensions
)