diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2020-06-29 13:07:20 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2020-06-29 13:07:20 -0400 |
commit | f4b54e2b6fa4f0062d088b97e8c2527aaf745cf4 (patch) | |
tree | b48508902fb1b1c6f110b1f28f4a260d1bdff602 /www-client | |
parent | kernel-2.eclass: support gcc optimization patch for gcc 10.X (diff) | |
download | gentoo-f4b54e2b6fa4f0062d088b97e8c2527aaf745cf4.tar.gz gentoo-f4b54e2b6fa4f0062d088b97e8c2527aaf745cf4.tar.bz2 gentoo-f4b54e2b6fa4f0062d088b97e8c2527aaf745cf4.zip |
www-client/netsurf: update dev-libs/libutf8proc lower bound.
I previously fixed the build with newer versions of libutf8proc, and
in the process, broke it with the old stable version. We now require
a newer (unstable) version so as to actually build.
Bug: https://bugs.gentoo.org/728994
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/netsurf/netsurf-3.10-r1.ebuild (renamed from www-client/netsurf/netsurf-3.10.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/netsurf/netsurf-3.10.ebuild b/www-client/netsurf/netsurf-3.10-r1.ebuild index 206f8f8d2f65..1ac3219ccb83 100644 --- a/www-client/netsurf/netsurf-3.10.ebuild +++ b/www-client/netsurf/netsurf-3.10-r1.ebuild @@ -23,7 +23,7 @@ RDEPEND=" >=net-libs/libdom-0.3 >=net-libs/libhubbub-0.3 >=dev-libs/libnsutils-0.0.5 - >=dev-libs/libutf8proc-2.2 + >=dev-libs/libutf8proc-2.4 dev-libs/libxml2:2 net-misc/curl bmp? ( >=media-libs/libnsbmp-0.1 ) |