From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CF18F138701 for ; Fri, 25 Jun 2021 16:39:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B77FE0940; Fri, 25 Jun 2021 16:39:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3CDD2E0940 for ; Fri, 25 Jun 2021 16:39:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A03E6342147 for ; Fri, 25 Jun 2021 16:39:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F21837A1 for ; Fri, 25 Jun 2021 16:39:27 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1624639154.1d19e012ac713c08a8f89e89b4492a7502ee3f7c.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vulkan-loader/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/vulkan-loader/vulkan-loader-1.2.179.ebuild X-VCS-Directories: media-libs/vulkan-loader/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 1d19e012ac713c08a8f89e89b4492a7502ee3f7c X-VCS-Branch: master Date: Fri, 25 Jun 2021 16:39:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f87f340f-5361-4c00-8e57-250ef3d316a9 X-Archives-Hash: fe683700a473da312adc7e5e0098e6f4 commit: 1d19e012ac713c08a8f89e89b4492a7502ee3f7c Author: Marek Szuba gentoo org> AuthorDate: Fri Jun 25 15:56:30 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Jun 25 16:39:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d19e012 media-libs/vulkan-loader: keyword 1.2.179 for ~riscv Signed-off-by: Marek Szuba gentoo.org> media-libs/vulkan-loader/vulkan-loader-1.2.179.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/vulkan-loader/vulkan-loader-1.2.179.ebuild b/media-libs/vulkan-loader/vulkan-loader-1.2.179.ebuild index 52680c70524..bf6ea8c4f69 100644 --- a/media-libs/vulkan-loader/vulkan-loader-1.2.179.ebuild +++ b/media-libs/vulkan-loader/vulkan-loader-1.2.179.ebuild @@ -5,7 +5,7 @@ EAPI=7 MY_PN=Vulkan-Loader CMAKE_ECLASS="cmake" -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) inherit flag-o-matic cmake-multilib python-any-r1 toolchain-funcs if [[ ${PV} == *9999* ]]; then @@ -14,7 +14,7 @@ if [[ ${PV} == *9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv" S="${WORKDIR}"/${MY_PN}-${PV} fi