summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2020-02-26 19:18:39 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2020-02-26 19:54:31 -0800
commit1a49fdbaa746d34f84243166ab1983798d712681 (patch)
treebce1e8153cc62132299ac21218317a7e331cb662
parentdev-util/vulkan-headers: keyword on ~ppc64 (diff)
downloadgentoo-1a49fdbaa746d34f84243166ab1983798d712681.tar.gz
gentoo-1a49fdbaa746d34f84243166ab1983798d712681.tar.bz2
gentoo-1a49fdbaa746d34f84243166ab1983798d712681.zip
dev-util/vulkan-headers: sync live ebuild keywords
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
-rw-r--r--dev-util/vulkan-headers/vulkan-headers-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/vulkan-headers/vulkan-headers-9999.ebuild b/dev-util/vulkan-headers/vulkan-headers-9999.ebuild
index 4dfe2c54e31d..5a328302ddb8 100644
--- a/dev-util/vulkan-headers/vulkan-headers-9999.ebuild
+++ b/dev-util/vulkan-headers/vulkan-headers-9999.ebuild
@@ -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
@@ -16,7 +16,7 @@ else
MY_PV=${SNAPSHOT_COMMIT}
MY_P=Vulkan-Headers-${SNAPSHOT_COMMIT}
fi
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~ppc64 ~x86"
SRC_URI="https://github.com/KhronosGroup/Vulkan-Headers/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"/${MY_P}
fi