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 2790F138350 for ; Sun, 2 Feb 2020 19:35:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96FAAE08BE; Sun, 2 Feb 2020 19:35:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7C30FE08C2 for ; Sun, 2 Feb 2020 19:35:43 +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 60AB534E4F5 for ; Sun, 2 Feb 2020 19:35:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0B98116 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: <1580672062.e8c28bf5ff857da4449eb117a34120154a1083e5.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/gtkspell/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/gtkspell/gtkspell-2.0.16.ebuild app-text/gtkspell/gtkspell-3.0.9.ebuild X-VCS-Directories: app-text/gtkspell/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: e8c28bf5ff857da4449eb117a34120154a1083e5 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: 2c647ce4-a225-42f2-9386-373169d4ae12 X-Archives-Hash: d4f776e807de8cfc06a13d4c975be827 commit: e8c28bf5ff857da4449eb117a34120154a1083e5 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Feb 2 18:28:09 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Feb 2 19:34:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8c28bf5 app-text/gtkspell: lock enchant dep to SLOT=0 configure checks only for enchant.pc, not enchant-2.pc The still p.masked 3.0.10 uses enchant-2 only instead. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> app-text/gtkspell/gtkspell-2.0.16.ebuild | 4 ++-- app-text/gtkspell/gtkspell-3.0.9.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-text/gtkspell/gtkspell-2.0.16.ebuild b/app-text/gtkspell/gtkspell-2.0.16.ebuild index 932bb5de0db..e2851ea43de 100644 --- a/app-text/gtkspell/gtkspell-2.0.16.ebuild +++ b/app-text/gtkspell/gtkspell-2.0.16.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=4 @@ -16,7 +16,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linu IUSE="" RDEPEND="x11-libs/gtk+:2 - >=app-text/enchant-1.1.6" + >=app-text/enchant-1.1.6:0" DEPEND="${RDEPEND} dev-util/gtk-doc-am >=dev-util/intltool-0.35.0 diff --git a/app-text/gtkspell/gtkspell-3.0.9.ebuild b/app-text/gtkspell/gtkspell-3.0.9.ebuild index b3ba00b8579..db2f17b17dd 100644 --- a/app-text/gtkspell/gtkspell-3.0.9.ebuild +++ b/app-text/gtkspell/gtkspell-3.0.9.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=6 @@ -17,7 +17,7 @@ IUSE="+introspection vala" REQUIRED_USE="vala? ( introspection )" RDEPEND=" - >=app-text/enchant-1.1.6 + >=app-text/enchant-1.1.6:0 app-text/iso-codes dev-libs/glib:2 x11-libs/gtk+:3[introspection?]