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 D0A06158086 for ; Tue, 23 Nov 2021 15:26:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AAA4E0876; Tue, 23 Nov 2021 15:26:20 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DB28CE0876 for ; Tue, 23 Nov 2021 15:26:19 +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 DD202342DA1 for ; Tue, 23 Nov 2021 15:26:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AC971BD for ; Tue, 23 Nov 2021 15:26:17 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1637681168.e1bdef5e895d8e04fad7e9c223d485d5cd185900.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/links/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/links/links-2.25-r2.ebuild www-client/links/links-2.25-r3.ebuild X-VCS-Directories: www-client/links/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: e1bdef5e895d8e04fad7e9c223d485d5cd185900 X-VCS-Branch: master Date: Tue, 23 Nov 2021 15:26:17 +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: cd89a07e-053e-45ea-bf2b-270a885330a3 X-Archives-Hash: 49eacfcac02e4bf2848dc76b0336b9de commit: e1bdef5e895d8e04fad7e9c223d485d5cd185900 Author: Ben Kohler gentoo org> AuthorDate: Tue Nov 23 15:25:23 2021 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Nov 23 15:26:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1bdef5e www-client/links: better fix for freetype issue Bug: https://bugs.gentoo.org/825318 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Ben Kohler gentoo.org> www-client/links/{links-2.25-r2.ebuild => links-2.25-r3.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/links/links-2.25-r2.ebuild b/www-client/links/links-2.25-r3.ebuild similarity index 96% rename from www-client/links/links-2.25-r2.ebuild rename to www-client/links/links-2.25-r3.ebuild index 46cc889e2924..fc77b3771d61 100644 --- a/www-client/links/links-2.25-r2.ebuild +++ b/www-client/links/links-2.25-r3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit autotools desktop xdg-utils +inherit autotools desktop toolchain-funcs xdg-utils DESCRIPTION="A fast and lightweight web browser running in both graphics and text mode" HOMEPAGE="http://links.twibright.com/" @@ -123,7 +123,7 @@ src_configure() { myconf+=' --enable-graphics' fi - use freetype && append-cppflags -I${ESYSROOT}/usr/include/freetype2 + tc-export PKG_CONFIG econf \ --without-directfb \