mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user