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 A3A41138334 for ; Mon, 18 Nov 2019 05:40:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D950DE0899; Mon, 18 Nov 2019 05:40:22 +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 BC475E0899 for ; Mon, 18 Nov 2019 05:40:22 +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 E907B34CF52 for ; Mon, 18 Nov 2019 05:40:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FF1C8AB for ; Mon, 18 Nov 2019 05:40:07 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1574055592.34d0b8a2ea5c8b4beccd7e25ff268bfc8b137f91.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/glslang/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/glslang/glslang-7.12.3353_pre20191027-r1.ebuild dev-util/glslang/glslang-9999.ebuild X-VCS-Directories: dev-util/glslang/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 34d0b8a2ea5c8b4beccd7e25ff268bfc8b137f91 X-VCS-Branch: master Date: Mon, 18 Nov 2019 05:40:07 +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: ae8ed47f-3465-4423-91db-804517f2a662 X-Archives-Hash: e42da732cfe5d93987c7cf1d65786b96 commit: 34d0b8a2ea5c8b4beccd7e25ff268bfc8b137f91 Author: Matt Turner gentoo org> AuthorDate: Mon Nov 18 05:37:12 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Mon Nov 18 05:39:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34d0b8a2 dev-util/glslang: Require Python Thanks to Arfrever for the suggested fix. Closes: https://bugs.gentoo.org/698852 Signed-off-by: Matt Turner gentoo.org> dev-util/glslang/glslang-7.12.3353_pre20191027-r1.ebuild | 5 ++++- dev-util/glslang/glslang-9999.ebuild | 10 +++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/dev-util/glslang/glslang-7.12.3353_pre20191027-r1.ebuild b/dev-util/glslang/glslang-7.12.3353_pre20191027-r1.ebuild index c1e6eeb104d..c44a7ad5833 100644 --- a/dev-util/glslang/glslang-7.12.3353_pre20191027-r1.ebuild +++ b/dev-util/glslang/glslang-7.12.3353_pre20191027-r1.ebuild @@ -3,7 +3,9 @@ EAPI=7 -inherit cmake-multilib cmake-utils +PYTHON_COMPAT=(python{3_6,3_7}) + +inherit cmake-multilib cmake-utils python-any-r1 SNAPSHOT_COMMIT="b131630e7c749a5dc19faa458024260c71fb170f" SRC_URI="https://github.com/KhronosGroup/${PN}/archive/${SNAPSHOT_COMMIT}.tar.gz -> ${P}.tar.gz" @@ -19,6 +21,7 @@ SLOT="0" PATCHES=( "${FILESDIR}/${P}-fix-relative-includes.patch" ) RDEPEND="!