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 A3959138350 for ; Sun, 2 Feb 2020 19:35:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1FA7E08A8; Sun, 2 Feb 2020 19:35:41 +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 C6B6CE0872 for ; Sun, 2 Feb 2020 19:35:41 +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 CBFF534E4F5 for ; Sun, 2 Feb 2020 19:35:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8682710D for ; Sun, 2 Feb 2020 19:35:39 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1580672060.9019772922f47381251a4da71bd6a9ed7b7c9b24.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gtkhtml/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild X-VCS-Directories: gnome-extra/gtkhtml/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 9019772922f47381251a4da71bd6a9ed7b7c9b24 X-VCS-Branch: master Date: Sun, 2 Feb 2020 19:35:39 +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: b1ce3f8f-af16-42ec-a749-c80bfed5b170 X-Archives-Hash: d1866907c0d58f5fe4b7cf60f7ceb0b3 commit: 9019772922f47381251a4da71bd6a9ed7b7c9b24 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Feb 2 17:41:58 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Feb 2 19:34:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90197729 gnome-extra/gtkhtml-4.10.0-r0: lock enchant dep to SLOT=0 gtkhtml checks only for enchant.pc, not enchant-2.pc; -r1 is already patched to be compatible with and look for enchant-2 instead. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild b/gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild index e0df2e1deb5..0d1d152fbef 100644 --- a/gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild +++ b/gnome-extra/gtkhtml/gtkhtml-4.10.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -19,7 +19,7 @@ RDEPEND=" >=x11-libs/gtk+-3.2:3 >=x11-libs/cairo-1.10:= x11-libs/pango - >=app-text/enchant-1.1.7:= + >=app-text/enchant-1.1.7:0 gnome-base/gsettings-desktop-schemas >=app-text/iso-codes-0.49 >=net-libs/libsoup-2.26.0:2.4