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 4D9DF138350 for ; Sat, 14 Mar 2020 14:49:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C0E7E0802; Sat, 14 Mar 2020 14: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 77263E07F6 for ; Sat, 14 Mar 2020 14: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 88F8134ED80 for ; Sat, 14 Mar 2020 14:49:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44CEF9D for ; Sat, 14 Mar 2020 14:49:22 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1584197344.17833b2c11a96e3da0ce4418f9995c63e0a49737.pacho@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-20200311.ebuild X-VCS-Directories: media-fonts/noto-emoji/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 17833b2c11a96e3da0ce4418f9995c63e0a49737 X-VCS-Branch: master Date: Sat, 14 Mar 2020 14:49:22 +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: fbebec50-f6bd-49a7-a07f-fa4f817df9e9 X-Archives-Hash: 6a4077ebb662e7df0fe4d80f1d48ef9e commit: 17833b2c11a96e3da0ce4418f9995c63e0a49737 Author: Pacho Ramos gentoo org> AuthorDate: Sat Mar 14 14:49:04 2020 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Mar 14 14:49:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17833b2c media-fonts/noto-emoji: Add forgotten python_check_deps call Closes: https://bugs.gentoo.org/712450 Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Pacho Ramos gentoo.org> media-fonts/noto-emoji/noto-emoji-20200311.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/media-fonts/noto-emoji/noto-emoji-20200311.ebuild b/media-fonts/noto-emoji/noto-emoji-20200311.ebuild index 273566fce3e..9d97e1785d5 100644 --- a/media-fonts/noto-emoji/noto-emoji-20200311.ebuild +++ b/media-fonts/noto-emoji/noto-emoji-20200311.ebuild @@ -36,6 +36,11 @@ S="${WORKDIR}/${PN}-${COMMIT}" FONT_S="${S}" FONT_SUFFIX="ttf" +python_check_deps() { + has_version "dev-python/fonttools[${PYTHON_USEDEP}]" && \ + has_version "dev-python/nototools[${PYTHON_USEDEP}]" +} + PATCHES=( # From Fedora "${FILESDIR}/${PN}-build-all-flags.patch"