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 5122A138351 for ; Sun, 2 Feb 2020 19:35:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A1A8E08CD; Sun, 2 Feb 2020 19:35:44 +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 3D7F5E08CE for ; Sun, 2 Feb 2020 19:35:44 +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 58A5034E546 for ; Sun, 2 Feb 2020 19:35:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6090B12C for ; Sun, 2 Feb 2020 19:35:40 +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: <1580672066.72b581e0762a4f986f1b73c415e65b2694d6f42f.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/psi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/psi/psi-1.4.ebuild net-im/psi/psi-9999.ebuild X-VCS-Directories: net-im/psi/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 72b581e0762a4f986f1b73c415e65b2694d6f42f X-VCS-Branch: master Date: Sun, 2 Feb 2020 19:35:40 +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: 816364b8-1208-4da0-987e-de27c275cde2 X-Archives-Hash: 9ed28ad2bb9f20ab158aafcd623dba4e commit: 72b581e0762a4f986f1b73c415e65b2694d6f42f Author: Mart Raudsepp gentoo org> AuthorDate: Sun Feb 2 19:17:31 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Feb 2 19:34:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b581e0 net-im/psi: lock enchant dep to SLOT=0 It checks only for enchant.pc, but not the parallel-installable enchant-2 versions (just the early ones that had enchant.pc still, but changed ABI). Appears to be the case in current 9999 clone as well. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> net-im/psi/psi-1.4.ebuild | 4 ++-- net-im/psi/psi-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-im/psi/psi-1.4.ebuild b/net-im/psi/psi-1.4.ebuild index ac7520c15da..9db7e130e00 100644 --- a/net-im/psi/psi-1.4.ebuild +++ b/net-im/psi/psi-1.4.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 @@ -39,7 +39,7 @@ RDEPEND=" x11-libs/libxcb aspell? ( app-text/aspell ) dbus? ( dev-qt/qtdbus:5 ) - enchant? ( >=app-text/enchant-1.3.0 ) + enchant? ( >=app-text/enchant-1.3.0:0 ) hunspell? ( app-text/hunspell:= ) webengine? ( dev-qt/qtwebchannel:5 diff --git a/net-im/psi/psi-9999.ebuild b/net-im/psi/psi-9999.ebuild index 24d8d574291..e1a2ea1f572 100644 --- a/net-im/psi/psi-9999.ebuild +++ b/net-im/psi/psi-9999.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=7 @@ -52,7 +52,7 @@ DEPEND=" x11-libs/libxcb aspell? ( app-text/aspell ) dbus? ( dev-qt/qtdbus:5 ) - enchant? ( >=app-text/enchant-1.3.0 ) + enchant? ( >=app-text/enchant-1.3.0:0 ) hunspell? ( app-text/hunspell:= ) webengine? ( dev-qt/qtwebchannel:5