summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2019-01-16 18:14:09 +0300
committerMikle Kolyada <zlogene@gentoo.org>2019-01-16 18:14:39 +0300
commit43cdcbf480a1a013d0aaeb04e74fc3d80ae89002 (patch)
tree36b50c1bd71363180447fe5bd2acf2bb6ae120b8 /media-libs/vulkan-loader
parentmedia-libs/vulkan-layers: amd64 stable wrt bug #674134 (diff)
downloadgentoo-43cdcbf480a1a013d0aaeb04e74fc3d80ae89002.tar.gz
gentoo-43cdcbf480a1a013d0aaeb04e74fc3d80ae89002.tar.bz2
gentoo-43cdcbf480a1a013d0aaeb04e74fc3d80ae89002.zip
media-libs/vulkan-loader: amd64 stable wrt bug #674134
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'media-libs/vulkan-loader')
-rw-r--r--media-libs/vulkan-loader/vulkan-loader-1.1.92.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/vulkan-loader/vulkan-loader-1.1.92.1.ebuild b/media-libs/vulkan-loader/vulkan-loader-1.1.92.1.ebuild
index c0dda1e94306..cddf66da355a 100644
--- a/media-libs/vulkan-loader/vulkan-loader-1.1.92.1.ebuild
+++ b/media-libs/vulkan-loader/vulkan-loader-1.1.92.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ if [[ "${PV}" == "9999" ]]; then
EGIT_SUBMODULES=()
inherit git-r3
else
- KEYWORDS="~amd64"
+ KEYWORDS="amd64"
EGIT_COMMIT="4cd7e44fc1ca6c4d8361720b43a3588ddf9fc4b6"
SRC_URI="https://github.com/KhronosGroup/Vulkan-Loader/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/Vulkan-Loader-${EGIT_COMMIT}"