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 9A992138351 for ; Sun, 2 Feb 2020 20:13:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8F2EE0856; Sun, 2 Feb 2020 20:13:23 +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 C1F45E0856 for ; Sun, 2 Feb 2020 20:13:23 +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 B3C5134E2AA for ; Sun, 2 Feb 2020 20:13:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22A1D10C for ; Sun, 2 Feb 2020 20:13:21 +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: <1580674390.3cfef13d340625b3dd93896275d928aa702f34aa.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-3.0.10.ebuild X-VCS-Directories: app-text/gtkspell/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 3cfef13d340625b3dd93896275d928aa702f34aa X-VCS-Branch: master Date: Sun, 2 Feb 2020 20:13: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: 04312ac0-d17d-4767-9673-d6f0908970e5 X-Archives-Hash: c4e3a1cb7660f9184ea7f80e1c7c3ba7 commit: 3cfef13d340625b3dd93896275d928aa702f34aa Author: Mart Raudsepp gentoo org> AuthorDate: Sun Feb 2 20:12:57 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Feb 2 20:13:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cfef13d app-text/gtkspell-3.0.10: depend on enchant:2 explicitly Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> app-text/gtkspell/gtkspell-3.0.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/gtkspell/gtkspell-3.0.10.ebuild b/app-text/gtkspell/gtkspell-3.0.10.ebuild index 1b3a6cedbae..699833e8c8f 100644 --- a/app-text/gtkspell/gtkspell-3.0.10.ebuild +++ b/app-text/gtkspell/gtkspell-3.0.10.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-2.0.0 + app-text/enchant:2 app-text/iso-codes dev-libs/glib:2 x11-libs/gtk+:3[introspection?]