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 047A3138350 for ; Thu, 16 Apr 2020 19:25:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49298E0AAD; Thu, 16 Apr 2020 19:25:07 +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 30D76E0AAD for ; Thu, 16 Apr 2020 19:25:07 +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 462FA34F019 for ; Thu, 16 Apr 2020 19:25:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E51591C8 for ; Thu, 16 Apr 2020 19:25:04 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1587065100.65eb8c7ee05a3444b956aa1514ccde496e0caa2f.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/texlive-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/texlive-core/texlive-core-2020.ebuild X-VCS-Directories: app-text/texlive-core/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 65eb8c7ee05a3444b956aa1514ccde496e0caa2f X-VCS-Branch: master Date: Thu, 16 Apr 2020 19:25:04 +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: 7bde57b7-a39f-4f6b-8630-42b4d307f9ca X-Archives-Hash: 89e44abdc4d06aaec1a1e4d789fb92a5 commit: 65eb8c7ee05a3444b956aa1514ccde496e0caa2f Author: Mikle Kolyada gentoo org> AuthorDate: Thu Apr 16 19:21:20 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Thu Apr 16 19:25:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65eb8c7e app-text/texlive-core: make hurbuzz and graphite2 no-op Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada gentoo.org> app-text/texlive-core/texlive-core-2020.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/texlive-core/texlive-core-2020.ebuild b/app-text/texlive-core/texlive-core-2020.ebuild index 36602fdf202..ae8b3ae4db8 100644 --- a/app-text/texlive-core/texlive-core-2020.ebuild +++ b/app-text/texlive-core/texlive-core-2020.ebuild @@ -89,8 +89,10 @@ COMMON_DEPEND="${MODULAR_X_DEPEND} !~dev-texlive/texlive-basic-2019 !~dev-texlive/texlive-fontutils-2019 sys-libs/zlib + >=media-libs/harfbuzz-1.4.5[icu,graphite] >=media-libs/libpng-1.2.43-r2:0= media-libs/gd[png] + media-gfx/graphite2 >=x11-libs/cairo-1.12 >=x11-libs/pixman-0.18 dev-libs/zziplib @@ -98,10 +100,8 @@ COMMON_DEPEND="${MODULAR_X_DEPEND} dev-libs/gmp:0 dev-libs/mpfr:0= xetex? ( - >=media-libs/harfbuzz-1.4.5[icu,graphite] >=app-text/teckit-2.5.3 media-libs/fontconfig - media-gfx/graphite2 ) media-libs/freetype:2 >=dev-libs/icu-50:=