# Copyright 2018-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 EGIT_REPO_URI="https://github.com/NVIDIA/${PN}.git" if [[ ${PV} = 9999* ]]; then GIT_ECLASS="git-r3" fi PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) inherit autotools ${GIT_ECLASS} multilib-minimal python-any-r1 DESCRIPTION="The GL Vendor-Neutral Dispatch library" HOMEPAGE="https://github.com/NVIDIA/libglvnd" if [[ ${PV} = 9999* ]]; then SRC_URI="" else KEYWORDS="~amd64" SRC_URI="https://github.com/NVIDIA/${PN}/releases/download/v${PV}/${P}.tar.gz" fi LICENSE="MIT" SLOT="0" IUSE="" RDEPEND=" !media-libs/mesa[-libglvnd(-)] !