diff options
author | Peter Levine <plevine457@gmail.com> | 2019-10-20 20:32:26 -0400 |
---|---|---|
committer | Nick Sarnie <sarnex@gentoo.org> | 2019-10-21 18:48:18 -0400 |
commit | 8b09f56a467352e8bf3bbc8288d10cdcccdf3ce3 (patch) | |
tree | e2d7e072a4cc38c10be746eaf337b2f0a9b5f243 /media-libs/vulkan-loader | |
parent | sys-devel/gcc: drop old (diff) | |
download | gentoo-8b09f56a467352e8bf3bbc8288d10cdcccdf3ce3.tar.gz gentoo-8b09f56a467352e8bf3bbc8288d10cdcccdf3ce3.tar.bz2 gentoo-8b09f56a467352e8bf3bbc8288d10cdcccdf3ce3.zip |
media-libs/vulkan-loader: Update to EAPI 7
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Peter Levine <plevine457@gmail.com>
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
Diffstat (limited to 'media-libs/vulkan-loader')
-rw-r--r-- | media-libs/vulkan-loader/vulkan-loader-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/vulkan-loader/vulkan-loader-9999.ebuild b/media-libs/vulkan-loader/vulkan-loader-9999.ebuild index e1b75cb13198..6cb83e24e229 100644 --- a/media-libs/vulkan-loader/vulkan-loader-9999.ebuild +++ b/media-libs/vulkan-loader/vulkan-loader-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 PYTHON_COMPAT=( python3_{5,6} ) if [[ "${PV}" == "9999" ]]; then |