# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit cmake-utils if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="https://github.com/KhronosGroup/Vulkan-Headers.git" inherit git-r3 else if [[ -z ${SNAPSHOT_COMMIT} ]]; then MY_PV=v${PV} MY_P=Vulkan-Headers-${PV} else MY_PV=${SNAPSHOT_COMMIT} MY_P=Vulkan-Headers-${SNAPSHOT_COMMIT} fi KEYWORDS="amd64 x86" SRC_URI="https://github.com/KhronosGroup/Vulkan-Headers/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/${MY_P} fi RDEPEND="!