dev-python/pyopengl_accelerate: Followup 3411b900b6

Fix api calls to exc_ -> curexc_

Closes: https://bugs.gentoo.org/691520
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
This commit is contained in:
Alexey Shvetsov
2019-08-11 02:31:01 +03:00
parent b06d0a3e55
commit d373b4ad7d

View File

@@ -21,4 +21,9 @@ RDEPEND="dev-python/pyopengl[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"
S=${WORKDIR}/${MY_P}
S="${WORKDIR}/${MY_P}"
src_prepare() {
sed -e 's:>exc_:>curexc_:g' -i src/*.c || die "sed failed" # bug 691520
default
}