commit: 92ce5b1bb393b3029472e43b32635068ddc2f686
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 15 15:15:10 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jun 15 15:15:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92ce5b1b
dev-util/vulkan-headers: x86 stable wrt bug #727768
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-util/vulkan-headers/vulkan-headers-1.2.137.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/vulkan-headers/vulkan-headers-1.2.137.ebuild
b/dev-util/vulkan-headers/vulkan-headers-1.2.137.ebuild
index 9c5794dc989..7d33f79e541 100644
--- a/dev-util/vulkan-headers/vulkan-headers-1.2.137.ebuild
+++ b/dev-util/vulkan-headers/vulkan-headers-1.2.137.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then
inherit git-r3
else
SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
- KEYWORDS="amd64 ~ppc64 ~x86"
+ KEYWORDS="amd64 ~ppc64 x86"
S="${WORKDIR}"/${MY_PN}-${PV}
fi