dev-python/vharfbuzz: fix package_dir

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-07-10 05:24:53 +02:00
parent 04b4119708
commit e59766d278
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- a/setup.py
+++ b/setup.py
@@ -29,7 +29,7 @@
"Development Status :: 4 - Beta"
],
- 'package_dir': {'':'Lib'},
+ 'package_dir': {'':'lib'},
'packages': ["vharfbuzz"]
,
}

View File

@@ -21,4 +21,6 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}/${P}-fix-package-dir.patch" )
distutils_enable_sphinx docs dev-python/sphinxcontrib-napoleon