media-libs/vulkan-loader: x86 keyworded (bug #654268)
authorThomas Deutschmann <whissi@gentoo.org>
Mon, 11 Jun 2018 09:44:36 +0000 (11:44 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Mon, 11 Jun 2018 09:44:36 +0000 (11:44 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

media-libs/vulkan-loader/vulkan-loader-1.1.70.0-r1.ebuild

index 980db94c32fbe40dc62dc4eae923cfa00c07f629..3f8fd8e41b38a083487fc258a52ca2b36495abd8 100644 (file)
@@ -8,7 +8,7 @@ if [[ "${PV}" == "9999" ]]; then
        EGIT_REPO_URI="https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers.git"
        inherit git-r3
 else
-       KEYWORDS="~amd64"
+       KEYWORDS="~amd64 ~x86"
        SRC_URI="https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/archive/sdk-${PV}.tar.gz -> ${P}.tar.gz"
        S="${WORKDIR}/Vulkan-LoaderAndValidationLayers-sdk-${PV}"
 fi