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 B1FEA1580BA for ; Sat, 28 Aug 2021 03:39:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3648E08F1; Sat, 28 Aug 2021 03:39:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9C6D0E08F1 for ; Sat, 28 Aug 2021 03:39:39 +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 AD03A342C2A for ; Sat, 28 Aug 2021 03:39:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 290177E for ; Sat, 28 Aug 2021 03:39:37 +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: <1630121951.c9c5aaef64de02961e7a71f74e012f5e3a4273d3.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-r1.ebuild games-strategy/0ad/0ad-0.0.25b_alpha.ebuild X-VCS-Directories: games-strategy/0ad/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c9c5aaef64de02961e7a71f74e012f5e3a4273d3 X-VCS-Branch: master Date: Sat, 28 Aug 2021 03:39:37 +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: 67bea6ba-0a27-4102-a49b-553c0b4b297a X-Archives-Hash: 2fae4ef2861041c19aa6c591fa968ae7 commit: c9c5aaef64de02961e7a71f74e012f5e3a4273d3 Author: Sam James gentoo org> AuthorDate: Sat Aug 28 03:39:11 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Aug 28 03:39:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9c5aaef games-strategy/0ad: add missing python-any-r1_pkg_setup call Closes: https://bugs.gentoo.org/773568 Closes: https://bugs.gentoo.org/802072 Signed-off-by: Sam James gentoo.org> games-strategy/0ad/0ad-0.0.24b_alpha-r1.ebuild | 2 ++ games-strategy/0ad/0ad-0.0.25b_alpha.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/games-strategy/0ad/0ad-0.0.24b_alpha-r1.ebuild b/games-strategy/0ad/0ad-0.0.24b_alpha-r1.ebuild index 94bf17e4928..6307e21c5b2 100644 --- a/games-strategy/0ad/0ad-0.0.24b_alpha-r1.ebuild +++ b/games-strategy/0ad/0ad-0.0.24b_alpha-r1.ebuild @@ -82,6 +82,8 @@ PATCHES=( pkg_setup() { use editor && setup-wxwidgets + + python-any-r1_pkg_setup } src_prepare() { diff --git a/games-strategy/0ad/0ad-0.0.25b_alpha.ebuild b/games-strategy/0ad/0ad-0.0.25b_alpha.ebuild index 94301481dc8..567e01b8b03 100644 --- a/games-strategy/0ad/0ad-0.0.25b_alpha.ebuild +++ b/games-strategy/0ad/0ad-0.0.25b_alpha.ebuild @@ -94,6 +94,8 @@ PATCHES=( pkg_setup() { use editor && setup-wxwidgets + + python-any-r1_pkg_setup } src_unpack() {