mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
dev-python/vharfbuzz: fix package_dir
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -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"]
|
||||
,
|
||||
}
|
||||
@@ -21,4 +21,6 @@ RDEPEND="
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-fix-package-dir.patch" )
|
||||
|
||||
distutils_enable_sphinx docs dev-python/sphinxcontrib-napoleon
|
||||
|
||||
Reference in New Issue
Block a user