diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-11-01 16:50:59 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-11-01 16:50:59 -0700 |
commit | d589dfc7e011149c73d029d2ed044836dcfd8679 (patch) | |
tree | 3c142551762dadcf504f95c12f331cafa24e0a3a /media-libs | |
parent | dev-java/xp: clean up old. (diff) | |
download | gentoo-d589dfc7e011149c73d029d2ed044836dcfd8679.tar.gz gentoo-d589dfc7e011149c73d029d2ed044836dcfd8679.tar.bz2 gentoo-d589dfc7e011149c73d029d2ed044836dcfd8679.zip |
media-libs/vulkan-loader: Add python3.6 support
Closes: https://bugs.gentoo.org/636136
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/vulkan-loader/vulkan-loader-1.0.61.1.ebuild | 2 | ||||
-rw-r--r-- | media-libs/vulkan-loader/vulkan-loader-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/vulkan-loader/vulkan-loader-1.0.61.1.ebuild b/media-libs/vulkan-loader/vulkan-loader-1.0.61.1.ebuild index 4ab7f86d5494..c4fe082f0783 100644 --- a/media-libs/vulkan-loader/vulkan-loader-1.0.61.1.ebuild +++ b/media-libs/vulkan-loader/vulkan-loader-1.0.61.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{4,5} ) +PYTHON_COMPAT=( python3_{4,5,6} ) if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers.git" diff --git a/media-libs/vulkan-loader/vulkan-loader-9999.ebuild b/media-libs/vulkan-loader/vulkan-loader-9999.ebuild index 4ab7f86d5494..c4fe082f0783 100644 --- a/media-libs/vulkan-loader/vulkan-loader-9999.ebuild +++ b/media-libs/vulkan-loader/vulkan-loader-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{4,5} ) +PYTHON_COMPAT=( python3_{4,5,6} ) if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers.git" |