dev-python/uharfbuzz: fix patch, no optimize

Closes: https://bugs.gentoo.org/835473
Closes: https://bugs.gentoo.org/836356
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-03-29 10:41:10 +02:00
parent 1fb20ec61c
commit d056143695
5 changed files with 10 additions and 78 deletions

View File

@@ -16,7 +16,7 @@ KEYWORDS="~amd64"
LICENSE="Apache-2.0"
SLOT="0"
RDEPEND=">=media-libs/harfbuzz-2.8.1[experimental(-)]"
RDEPEND=">=media-libs/harfbuzz-4.0.0[experimental(-)]"
DEPEND="
${RDEPEND}
>=dev-python/cython-0.28.1[${PYTHON_USEDEP}]
@@ -33,8 +33,3 @@ python_prepare_all() {
export SETUPTOOLS_SCM_PRETEND_VERSION="${PV%_*}"
export USE_SYSTEM_HARFBUZZ=1
}
python_install() {
distutils-r1_python_install
python_optimize "$(python_get_sitedir)/${PN}"
}