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 E07781382C5 for ; Mon, 29 Jun 2020 17:08:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21041E08D9; Mon, 29 Jun 2020 17:08:27 +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 F3B8DE08D9 for ; Mon, 29 Jun 2020 17:08:26 +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 74A3034EF28 for ; Mon, 29 Jun 2020 17:08:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15F6821D for ; Mon, 29 Jun 2020 17:08:21 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1593450440.f4b54e2b6fa4f0062d088b97e8c2527aaf745cf4.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/netsurf/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/netsurf/netsurf-3.10-r1.ebuild www-client/netsurf/netsurf-3.10.ebuild X-VCS-Directories: www-client/netsurf/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: f4b54e2b6fa4f0062d088b97e8c2527aaf745cf4 X-VCS-Branch: master Date: Mon, 29 Jun 2020 17:08:21 +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: af608689-2c46-4266-8dfb-1d568c850882 X-Archives-Hash: 138391c12747251e7b118548ba8785b3 commit: f4b54e2b6fa4f0062d088b97e8c2527aaf745cf4 Author: Michael Orlitzky gentoo org> AuthorDate: Mon Jun 29 17:07:20 2020 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Mon Jun 29 17:07:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4b54e2b 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 gentoo.org> www-client/netsurf/{netsurf-3.10.ebuild => netsurf-3.10-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/netsurf/netsurf-3.10.ebuild b/www-client/netsurf/netsurf-3.10-r1.ebuild similarity index 99% rename from www-client/netsurf/netsurf-3.10.ebuild rename to www-client/netsurf/netsurf-3.10-r1.ebuild index 206f8f8d2f6..1ac3219ccb8 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 )