Install this version:
emerge -a =media-libs/glad-2.0.8
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =media-libs/glad-2.0.8
Or alternatively:
emerge --autounmask-write -a =media-libs/glad-2.0.8
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.0.8 | 8 | ~amd64 | 0 |
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517="setuptools"
inherit distutils-r1
DESCRIPTION="Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator"
HOMEPAGE="https://github.com/Dav1dde/glad"
SRC_URI="https://github.com/Dav1dde/glad/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="dev-python/jinja2"
RDEPEND="${DEPEND}"
src_prepare(){
distutils-r1_src_prepare
sed -i 's@level=logging.DEBUG@level=logging.WARN@g' "glad/__main__.py" || die
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | glad-2.0.8.tar.gz | 645593 bytes | https://github.com/Dav1dde/glad/archive/refs/tags/v2.0.8.tar.gz |