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 43C8713835A for ; Tue, 20 Apr 2021 02:49:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78CD8E085B; Tue, 20 Apr 2021 02:49:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 65882E085B for ; Tue, 20 Apr 2021 02:49:24 +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 F13A5340E68 for ; Tue, 20 Apr 2021 02:49:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E7B064A for ; Tue, 20 Apr 2021 02:49:20 +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: <1618886099.0c7b27fb1066a3b7c20714406c21727d59325bff.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/tali/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/tali/tali-40.0.ebuild X-VCS-Directories: games-board/tali/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 0c7b27fb1066a3b7c20714406c21727d59325bff X-VCS-Branch: master Date: Tue, 20 Apr 2021 02:49:20 +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: 1fdc9084-b15c-498c-b726-ae1788676798 X-Archives-Hash: 7c84cb6274a479422c1a489cc8feb880 commit: 0c7b27fb1066a3b7c20714406c21727d59325bff Author: Matt Turner gentoo org> AuthorDate: Tue Apr 20 02:34:52 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Apr 20 02:34:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c7b27fb games-board/tali: use ${EPYTHON}, not python3 Also fix DEPEND -> BDEPEND typo. Closes: https://bugs.gentoo.org/778854 Signed-off-by: Matt Turner gentoo.org> games-board/tali/tali-40.0.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/games-board/tali/tali-40.0.ebuild b/games-board/tali/tali-40.0.ebuild index 1fb49b46a61..e7d48dcfafe 100644 --- a/games-board/tali/tali-40.0.ebuild +++ b/games-board/tali/tali-40.0.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit gnome.org gnome2-utils meson xdg +PYTHON_COMPAT=( python3_{7..9} ) +inherit gnome.org gnome2-utils meson python-any-r1 xdg DESCRIPTION="Beat the odds in a poker-style dice game" HOMEPAGE="https://wiki.gnome.org/Apps/Tali" @@ -10,7 +11,6 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Tali" LICENSE="GPL-2+ FDL-1.1+" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" DEPEND=" dev-libs/glib:2 @@ -20,7 +20,8 @@ DEPEND=" RDEPEND="${DEPEND} >=gnome-base/librsvg-2.32:2 " -DEPEND=" +BDEPEND=" + ${PYTHON_DEPS} dev-libs/appstream-glib dev-util/itstool >=sys-devel/gettext-0.19.8