dev-util/vulkan-tools: amd64 stable wrt bug #704592
authorAgostino Sarubbo <ago@gentoo.org>
Fri, 3 Jan 2020 11:59:44 +0000 (12:59 +0100)
committerAgostino Sarubbo <ago@gentoo.org>
Fri, 3 Jan 2020 11:59:44 +0000 (12:59 +0100)
Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
dev-util/vulkan-tools/vulkan-tools-1.1.124.ebuild

index 3c0376f76251c2f0b2bec0bdf23793ff12b30d4f..63e19b200b880c1cccc28a8b5d4ae9af3902929f 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="119e7c3bbae122f6cc5d778d068fb91e0e85d6a9"
-       KEYWORDS="~amd64"
+       KEYWORDS="amd64"
        SRC_URI="https://github.com/KhronosGroup/Vulkan-Tools/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
        S="${WORKDIR}/Vulkan-Tools-${EGIT_COMMIT}"
 fi