media-libs/vulkan-layers: amd64 stable wrt bug #704592
authorAgostino Sarubbo <ago@gentoo.org>
Fri, 3 Jan 2020 12:00:14 +0000 (13:00 +0100)
committerAgostino Sarubbo <ago@gentoo.org>
Fri, 3 Jan 2020 12:00:14 +0000 (13:00 +0100)
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
media-libs/vulkan-layers/vulkan-layers-1.1.125-r2.ebuild

index 90400f07498bfa2501cd26c4fa237f9e8707f0d6..7dbe88a6434bce3775ee134de65370ff2088c22d 100644 (file)
@@ -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
@@ -10,7 +10,7 @@ if [[ "${PV}" == "9999" ]]; then
        inherit git-r3
 else
        EGIT_COMMIT="237d818e81fbffa073d29d94f53a2cbac4f25b9f"
-       KEYWORDS="~amd64 ~x86"
+       KEYWORDS="amd64 ~x86"
        SRC_URI="https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
        S="${WORKDIR}/Vulkan-ValidationLayers-${EGIT_COMMIT}"
 fi