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 31382138334 for ; Thu, 25 Apr 2019 13:38:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51DCFE0901; Thu, 25 Apr 2019 13:38:05 +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 384D0E0901 for ; Thu, 25 Apr 2019 13:38:05 +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 E91953426C3 for ; Thu, 25 Apr 2019 13:38:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86102571 for ; Thu, 25 Apr 2019 13:38:02 +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: <1556199478.0c125850df7ff1149eeb2a89cf900ae4764d17ce.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/gspell/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/gspell/gspell-1.6.1.ebuild app-text/gspell/gspell-1.8.1.ebuild X-VCS-Directories: app-text/gspell/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 0c125850df7ff1149eeb2a89cf900ae4764d17ce X-VCS-Branch: master Date: Thu, 25 Apr 2019 13:38:02 +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: 5a066ae6-b770-4eee-8db6-c61d4bdb18cb X-Archives-Hash: ecae58574f26bb9814369633d9eb6c2d commit: 0c125850df7ff1149eeb2a89cf900ae4764d17ce Author: Lars Wendler gentoo org> AuthorDate: Thu Apr 25 13:37:45 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Apr 25 13:37:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c125850 app-text/gspell: 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-text/gspell/gspell-1.6.1.ebuild | 2 +- app-text/gspell/gspell-1.8.1.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-text/gspell/gspell-1.6.1.ebuild b/app-text/gspell/gspell-1.6.1.ebuild index 525e70c714f..9986e82df7b 100644 --- a/app-text/gspell/gspell-1.6.1.ebuild +++ b/app-text/gspell/gspell-1.6.1.ebuild @@ -18,7 +18,7 @@ REQUIRED_USE="vala? ( introspection )" RDEPEND=" app-text/iso-codes - >=app-text/enchant-1.6.0 + >=app-text/enchant-1.6.0:= >=dev-libs/glib-2.44:2 >=x11-libs/gtk+-3.20:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-1.42.0:= ) diff --git a/app-text/gspell/gspell-1.8.1.ebuild b/app-text/gspell/gspell-1.8.1.ebuild index 3226d1b01c6..25b7ed6753a 100644 --- a/app-text/gspell/gspell-1.8.1.ebuild +++ b/app-text/gspell/gspell-1.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -18,7 +18,7 @@ REQUIRED_USE="vala? ( introspection )" RDEPEND=" app-text/iso-codes - >=app-text/enchant-2.1.3 + >=app-text/enchant-2.1.3:= >=dev-libs/glib-2.44:2 >=x11-libs/gtk+-3.20:3[introspection?] introspection? ( >=dev-libs/gobject-introspection-1.42.0:= )