mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
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:
@@ -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}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user