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 C0A9A1382C5 for ; Mon, 29 Mar 2021 08:06:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0716DE086E; Mon, 29 Mar 2021 08:06:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E5B14E086E for ; Mon, 29 Mar 2021 08:06:31 +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 2031E340CEA for ; Mon, 29 Mar 2021 08:06:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E7BD635 for ; Mon, 29 Mar 2021 08:06:29 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1617005175.20eb0f81df1625322f4a2a8e9ac3a12af03a99fe.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/freetype/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/freetype/freetype-9999.ebuild X-VCS-Directories: media-libs/freetype/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 20eb0f81df1625322f4a2a8e9ac3a12af03a99fe X-VCS-Branch: master Date: Mon, 29 Mar 2021 08:06:29 +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: 0a790dd5-6349-49f6-b910-5a6867b370ee X-Archives-Hash: 2da4da7ee87beecaaccec5b5e937b288 commit: 20eb0f81df1625322f4a2a8e9ac3a12af03a99fe Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 27 13:46:53 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Mar 29 08:06:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20eb0f81 media-libs/freetype: Drop IUSE=bindist and bindist restriction Bug: https://bugs.gentoo.org/691052 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> Signed-off-by: Lars Wendler gentoo.org> media-libs/freetype/freetype-9999.ebuild | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/media-libs/freetype/freetype-9999.ebuild b/media-libs/freetype/freetype-9999.ebuild index 10ef7635e9d..505575341da 100644 --- a/media-libs/freetype/freetype-9999.ebuild +++ b/media-libs/freetype/freetype-9999.ebuild @@ -5,9 +5,9 @@ EAPI=7 inherit flag-o-matic libtool multilib-build multilib-minimal toolchain-funcs -DESCRIPTION="A high-quality and portable font engine" +DESCRIPTION="High-quality and portable font engine" HOMEPAGE="https://www.freetype.org/" -IUSE="X +adobe-cff bindist brotli bzip2 +cleartype_hinting debug fontforge harfbuzz infinality +png static-libs utils" +IUSE="X +adobe-cff brotli bzip2 +cleartype_hinting debug fontforge harfbuzz infinality +png static-libs utils" if [[ "${PV}" != 9999 ]] ; then SRC_URI="mirror://sourceforge/freetype/${P/_/}.tar.xz @@ -24,7 +24,6 @@ fi LICENSE="|| ( FTL GPL-2+ )" SLOT="2" -RESTRICT="!bindist? ( bindist )" # bug 541408 RDEPEND=" >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] @@ -137,11 +136,8 @@ src_prepare() { # via environment (new since v2.8) enable_option PCF_CONFIG_OPTION_LONG_FAMILY_NAMES - if ! use bindist; then - # See http://freetype.org/patents.html - # ClearType is covered by several Microsoft patents in the US - enable_option FT_CONFIG_OPTION_SUBPIXEL_RENDERING - fi + # See https://freetype.org/patents.html (expired!) + enable_option FT_CONFIG_OPTION_SUBPIXEL_RENDERING if ! use adobe-cff; then enable_option CFF_CONFIG_OPTION_OLD_ENGINE