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 724ED1382C5 for ; Sat, 23 Jan 2021 11:49:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA8C5E0C09; Sat, 23 Jan 2021 11:49:23 +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 90347E0C09 for ; Sat, 23 Jan 2021 11:49:23 +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 B758934117A for ; Sat, 23 Jan 2021 11:49:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 582FE4C1 for ; Sat, 23 Jan 2021 11:49:19 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1611288738.5b9a70b033fde9df5fd59d3ff3637d6cfdbd4e81.mgorny@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-gfx/silicon/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-gfx/silicon/silicon-0.4.0.ebuild X-VCS-Directories: media-gfx/silicon/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5b9a70b033fde9df5fd59d3ff3637d6cfdbd4e81 X-VCS-Branch: master Date: Sat, 23 Jan 2021 11:49:19 +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: 77cab916-7bf0-4a73-860b-c406eae33a00 X-Archives-Hash: fb572139b6b22d06273862eda1fb9f61 commit: 5b9a70b033fde9df5fd59d3ff3637d6cfdbd4e81 Author: YOSHIOKA Takuma hard-wi red> AuthorDate: Fri Jan 22 04:12:18 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 22 04:12:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b9a70b0 media-gfx/silicon: Use python-any-r1 for python dep Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: YOSHIOKA Takuma hard-wi.red> media-gfx/silicon/silicon-0.4.0.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/media-gfx/silicon/silicon-0.4.0.ebuild b/media-gfx/silicon/silicon-0.4.0.ebuild index 0f5b4d79..2ddfbbfc 100644 --- a/media-gfx/silicon/silicon-0.4.0.ebuild +++ b/media-gfx/silicon/silicon-0.4.0.ebuild @@ -176,7 +176,9 @@ xcb-0.8.2 xml-rs-0.8.3 " -inherit cargo +PYTHON_COMPAT=( python3_{6..9} ) + +inherit cargo python-any-r1 DESCRIPTION="Create beautiful image of your code" HOMEPAGE="https://github.com/Aloxaf/silicon" @@ -189,8 +191,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" BDEPEND=" - dev-lang/python - virtual/pkgconfig" + virtual/pkgconfig + ${PYTHON_DEPS}" DEPEND=" media-libs/fontconfig media-libs/freetype