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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 54A41158020 for ; Sat, 29 Oct 2022 19:11:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CED4E0864; Sat, 29 Oct 2022 19:11:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 410B6E0864 for ; Sat, 29 Oct 2022 19:11:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1EB1834117E for ; Sat, 29 Oct 2022 19:11:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8057E629 for ; Sat, 29 Oct 2022 19:11:30 +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: <1667070680.e428bed9b70852cea705a8d1a151d66d2bf3c4dd.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/fontconfig/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/fontconfig/fontconfig-2.14.1-r1.ebuild X-VCS-Directories: media-libs/fontconfig/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e428bed9b70852cea705a8d1a151d66d2bf3c4dd X-VCS-Branch: master Date: Sat, 29 Oct 2022 19:11:30 +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: 435c8ef4-3300-4929-9f89-cc7a00330691 X-Archives-Hash: ff67ed8b67763b0c9a5f76344494c802 commit: e428bed9b70852cea705a8d1a151d66d2bf3c4dd Author: Sam James gentoo org> AuthorDate: Sat Oct 29 19:11:15 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 29 19:11:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e428bed9 media-libs/fontconfig: add Python BDEPEND Closes: https://bugs.gentoo.org/878429 Signed-off-by: Sam James gentoo.org> media-libs/fontconfig/fontconfig-2.14.1-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/media-libs/fontconfig/fontconfig-2.14.1-r1.ebuild b/media-libs/fontconfig/fontconfig-2.14.1-r1.ebuild index 2cf958c879d3..582a9b5420d0 100644 --- a/media-libs/fontconfig/fontconfig-2.14.1-r1.ebuild +++ b/media-libs/fontconfig/fontconfig-2.14.1-r1.ebuild @@ -3,7 +3,8 @@ EAPI=8 -inherit multilib meson-multilib readme.gentoo-r1 +PYTHON_COMPAT=( python3_{8..11} ) +inherit multilib meson-multilib python-any-r1 readme.gentoo-r1 DESCRIPTION="A library for configuring and customizing font access" HOMEPAGE="https://fontconfig.org/" @@ -43,6 +44,7 @@ DEPEND=" test? ( dev-libs/json-c ) " BDEPEND=" + ${PYTHON_DEPS} dev-util/gperf virtual/pkgconfig doc? (