diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-01-03 12:59:34 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-01-03 12:59:34 +0100 |
commit | b757bc2b0188fc7d3fb819dbdf854d8608f28189 (patch) | |
tree | 4ed066901f0814e2964166f6752ae609715a0b42 /dev-util | |
parent | dev-util/spirv-headers: amd64 stable wrt bug #704592 (diff) | |
download | gentoo-b757bc2b0188fc7d3fb819dbdf854d8608f28189.tar.gz gentoo-b757bc2b0188fc7d3fb819dbdf854d8608f28189.tar.bz2 gentoo-b757bc2b0188fc7d3fb819dbdf854d8608f28189.zip |
dev-util/spirv-tools: amd64 stable wrt bug #704592
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/spirv-tools/spirv-tools-2019.10_pre20191027-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 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..52ea878a2b1c 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,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -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" |