aboutsummaryrefslogtreecommitdiff
blob: e12adcfe0a5204f884e973b6ed87913289764dfe (plain)
1
2
3
4
5
6
7
8
9
py.install_sources(
    [
        'constants.py',
        'header.py',
        '__init__.py',
    ],
    subdir : 'portage/util/elf',
    pure : not native_extensions
)