dev-libs/cglm: Bump to version 0.8.5.

Also bumps to EAPI 8 and allows Python 3.10.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
This commit is contained in:
Oliver Freyermuth
2022-03-20 20:37:14 +01:00
parent 645c88ddc1
commit 4c9fe7636d
3 changed files with 43 additions and 3 deletions

View File

@@ -1,13 +1,13 @@
# Copyright 2019-2021 Gentoo Authors
# Copyright 2019-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
DOCS_BUILDER="sphinx"
DOCS_AUTODOC=0
DOCS_DIR="${S}/docs/source"
PYTHON_COMPAT=( python3_{8,9} )
PYTHON_COMPAT=( python3_{8,9,10} )
inherit python-any-r1
inherit docs meson