mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
dev-python/pycparser: fix file permissions
Package-Manager: portage-2.3.2
This commit is contained in:
@@ -22,6 +22,12 @@ DEPEND="${RDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? ( dev-python/nose[${PYTHON_USEDEP}] )"
|
||||
|
||||
python_prepare_all() {
|
||||
# Bad permissions in tarball
|
||||
chmod -R g+rX,o+rX "${S}" || die
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
python_compile() {
|
||||
distutils-r1_python_compile
|
||||
pushd "${BUILD_DIR}/lib/pycparser" > /dev/null || die
|
||||
Reference in New Issue
Block a user