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 7F61D158094 for ; Sun, 9 Oct 2022 08:37:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C882E08F2; Sun, 9 Oct 2022 08:37:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 753A5E08F2 for ; Sun, 9 Oct 2022 08:37:53 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55048341033 for ; Sun, 9 Oct 2022 08:37:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFC27602 for ; Sun, 9 Oct 2022 08:37:50 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1665304665.871fd2248034d6fa409288d42b327b3b82fbf7bd.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/noto-emoji/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/noto-emoji/noto-emoji-20211101.ebuild media-fonts/noto-emoji/noto-emoji-20220912.ebuild X-VCS-Directories: media-fonts/noto-emoji/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 871fd2248034d6fa409288d42b327b3b82fbf7bd X-VCS-Branch: master Date: Sun, 9 Oct 2022 08:37:50 +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: e8a1d026-42a1-4423-beae-16a2a3d06c08 X-Archives-Hash: b0f5820be88f4265b85aa813f5aa2035 commit: 871fd2248034d6fa409288d42b327b3b82fbf7bd Author: Arthur Zamarin gentoo org> AuthorDate: Sun Oct 9 08:37:08 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Oct 9 08:37:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=871fd224 media-fonts/noto-emoji: fix conditional python dep Closes: https://bugs.gentoo.org/876268 Signed-off-by: Arthur Zamarin gentoo.org> media-fonts/noto-emoji/noto-emoji-20211101.ebuild | 2 +- media-fonts/noto-emoji/noto-emoji-20220912.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-fonts/noto-emoji/noto-emoji-20211101.ebuild b/media-fonts/noto-emoji/noto-emoji-20211101.ebuild index 8732b923dc31..8d4899112c42 100644 --- a/media-fonts/noto-emoji/noto-emoji-20211101.ebuild +++ b/media-fonts/noto-emoji/noto-emoji-20211101.ebuild @@ -42,7 +42,7 @@ python_check_deps() { pkg_setup() { font_pkg_setup - python-any-r1_pkg_setup + use buildfont && python-any-r1_pkg_setup } src_prepare() { diff --git a/media-fonts/noto-emoji/noto-emoji-20220912.ebuild b/media-fonts/noto-emoji/noto-emoji-20220912.ebuild index bdfa462ac38e..66fca0268e4f 100644 --- a/media-fonts/noto-emoji/noto-emoji-20220912.ebuild +++ b/media-fonts/noto-emoji/noto-emoji-20220912.ebuild @@ -42,7 +42,7 @@ python_check_deps() { pkg_setup() { font_pkg_setup - python-any-r1_pkg_setup + use buildfont && python-any-r1_pkg_setup } src_prepare() {