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 7E12A138334 for ; Thu, 25 Apr 2019 13:35:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59890E0882; Thu, 25 Apr 2019 13:35:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 3E6A0E0882 for ; Thu, 25 Apr 2019 13:35:08 +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 857A8342681 for ; Thu, 25 Apr 2019 13:35:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2DF25C0 for ; Thu, 25 Apr 2019 13:35:05 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1556199270.0ec0ee0e508fc71a0ec14bd68f3232144e0de695.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/bluefish/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/bluefish/bluefish-2.2.10.ebuild X-VCS-Directories: app-editors/bluefish/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 0ec0ee0e508fc71a0ec14bd68f3232144e0de695 X-VCS-Branch: master Date: Thu, 25 Apr 2019 13:35:05 +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: 0831003d-0fff-4654-bc5f-49825b81d8aa X-Archives-Hash: bfcb8f0aeca1befdb3f544f72857023b commit: 0ec0ee0e508fc71a0ec14bd68f3232144e0de695 Author: Lars Wendler gentoo org> AuthorDate: Thu Apr 25 13:34:30 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Apr 25 13:34:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ec0ee0e app-editors/bluefish: Added subslot dep to app-text/enchant Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> app-editors/bluefish/bluefish-2.2.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/bluefish/bluefish-2.2.10.ebuild b/app-editors/bluefish/bluefish-2.2.10.ebuild index 1b0c1d0173a..3adf75d61ef 100644 --- a/app-editors/bluefish/bluefish-2.2.10.ebuild +++ b/app-editors/bluefish/bluefish-2.2.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,7 +27,7 @@ RDEPEND=" gucharmap? ( gnome-extra/gucharmap:2.90 ) ) python? ( ${PYTHON_DEPS} ) - spell? ( app-text/enchant )" + spell? ( app-text/enchant:= )" DEPEND="${RDEPEND} dev-libs/libxml2:2 >=dev-libs/glib-2.24:2