commit: 450bd012259742e4beae267d4461506b22f331bc
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 15 14:58:05 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jun 15 14:58:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=450bd012
dev-util/vulkan-headers: amd64 stable wrt bug #727768
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
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 10d614b0d1f..9c5794dc989 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