Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/links/
Date: Tue, 23 Nov 2021 15:26:20
Message-Id: 1637681168.e1bdef5e895d8e04fad7e9c223d485d5cd185900.bkohler@gentoo
1 commit: e1bdef5e895d8e04fad7e9c223d485d5cd185900
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 23 15:25:23 2021 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 23 15:26:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1bdef5e
7
8 www-client/links: better fix for freetype issue
9
10 Bug: https://bugs.gentoo.org/825318
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
13
14 www-client/links/{links-2.25-r2.ebuild => links-2.25-r3.ebuild} | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/www-client/links/links-2.25-r2.ebuild b/www-client/links/links-2.25-r3.ebuild
18 similarity index 96%
19 rename from www-client/links/links-2.25-r2.ebuild
20 rename to www-client/links/links-2.25-r3.ebuild
21 index 46cc889e2924..fc77b3771d61 100644
22 --- a/www-client/links/links-2.25-r2.ebuild
23 +++ b/www-client/links/links-2.25-r3.ebuild
24 @@ -3,7 +3,7 @@
25
26 EAPI=8
27
28 -inherit autotools desktop xdg-utils
29 +inherit autotools desktop toolchain-funcs xdg-utils
30
31 DESCRIPTION="A fast and lightweight web browser running in both graphics and text mode"
32 HOMEPAGE="http://links.twibright.com/"
33 @@ -123,7 +123,7 @@ src_configure() {
34 myconf+=' --enable-graphics'
35 fi
36
37 - use freetype && append-cppflags -I${ESYSROOT}/usr/include/freetype2
38 + tc-export PKG_CONFIG
39
40 econf \
41 --without-directfb \