summaryrefslogtreecommitdiff
path: root/dev-util/spirv-tools/spirv-tools-2019.10_pre20191027-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/spirv-tools/spirv-tools-2019.10_pre20191027-r1.ebuild')
-rw-r--r--dev-util/spirv-tools/spirv-tools-2019.10_pre20191027-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/spirv-tools/spirv-tools-2019.10_pre20191027-r1.ebuild b/dev-util/spirv-tools/spirv-tools-2019.10_pre20191027-r1.ebuild
index 6949158877af..aa67c91c8c22 100644
--- a/dev-util/spirv-tools/spirv-tools-2019.10_pre20191027-r1.ebuild
+++ b/dev-util/spirv-tools/spirv-tools-2019.10_pre20191027-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit cmake-multilib cmake-utils python-any-r1
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/KhronosGroup/SPIRV-Tools/archive/${EGIT_COMMIT}.tar.
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
# Tests fail upon finding symbols that do not match a regular expression
# in the generated library. Easily hit with non-standard compiler flags
RESTRICT="test"