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 D51321382C5 for ; Mon, 1 Mar 2021 10:56:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2142BE0956; Mon, 1 Mar 2021 10:56:58 +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 F3EB7E0956 for ; Mon, 1 Mar 2021 10:56:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 CDB54341173 for ; Mon, 1 Mar 2021 10:56:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EDC3C3 for ; Mon, 1 Mar 2021 10:56:55 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1614596204.691c94e28f9a4f528294c001162b419e016955f6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/0ad/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/0ad/0ad-0.0.24b_alpha.ebuild X-VCS-Directories: games-strategy/0ad/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 691c94e28f9a4f528294c001162b419e016955f6 X-VCS-Branch: master Date: Mon, 1 Mar 2021 10:56:55 +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: cdf9fedf-8658-4844-9071-18d86f977e61 X-Archives-Hash: 65dedd4a561ec51b89d24ebfac5de460 commit: 691c94e28f9a4f528294c001162b419e016955f6 Author: Sam James gentoo org> AuthorDate: Mon Mar 1 10:21:46 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 1 10:56:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=691c94e2 games-strategy/0ad: add python-any-r1 for SpiderMonkey Needed at buildtime for SpiderMonkey. Signed-off-by: Sam James gentoo.org> games-strategy/0ad/0ad-0.0.24b_alpha.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild b/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild index 3aa595b69b9..a36405f4744 100644 --- a/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild +++ b/games-strategy/0ad/0ad-0.0.24b_alpha.ebuild @@ -4,8 +4,8 @@ EAPI=7 WX_GTK_VER="3.0-gtk3" - -inherit desktop toolchain-funcs multiprocessing wxwidgets xdg +PYTHON_COMPAT=( python3_{7..9} ) +inherit desktop toolchain-funcs multiprocessing python-any-r1 wxwidgets xdg if [[ ${PV} == 9999 ]]; then inherit git-r3 @@ -38,9 +38,11 @@ IUSE="editor +lobby nvtt pch test" RESTRICT="test" # virtual/rust is for bundled SpiderMonkey +# Build-time Python dependency is for SM too # TODO: Unbundle premake5 # See bug #773472 which may help (bump for it) BDEPEND=" + ${PYTHON_DEPS} virtual/pkgconfig virtual/rust test? ( dev-lang/perl )