aboutsummaryrefslogtreecommitdiff
blob: d9a7d68e7cbae087ef57ebe4c3feab5fb8148c19 (plain)
1
2
3
4
5
6
7
8
py.install_sources(
    [
        'MultiIterGroupBy.py',
        '__init__.py',
    ],
    subdir : 'portage/util/iterators',
    pure : not native_extensions
)