summaryrefslogtreecommitdiff
blob: 711f0f4551194a9c5bf7de1b1ee297b75f79f6a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
option('system-wide', type: 'boolean', value: true,
    description: 'Install system-wide rather than isolated inside a Python environment'
)

option('eprefix', type: 'string',
    description: 'Prefix directory to operate under'
)

option('python-only', type: 'boolean', value: false,
       description: 'Only install the Python parts',
)

option('arch', type: 'string', value: 'unknown',
       description: 'The official Gentoo-specific acronym for the architecture',
)