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 2AE17138335 for ; Sat, 27 Apr 2019 16:33:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 337FFE08BF; Sat, 27 Apr 2019 16:33:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1CE43E08BF for ; Sat, 27 Apr 2019 16:33:21 +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 C2000342A10 for ; Sat, 27 Apr 2019 16:33:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B94D5C0 for ; Sat, 27 Apr 2019 16:33:18 +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: <1556382582.8627bb5eedae53df74c16518668c9a4dbbad3e41.leio@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: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 8627bb5eedae53df74c16518668c9a4dbbad3e41 X-VCS-Branch: master Date: Sat, 27 Apr 2019 16:33:18 +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: abbbed27-5174-48f4-a5ed-2ff5b2cda8ab X-Archives-Hash: c380d134d5a0e00f433f5ff2fdba61d2 commit: 8627bb5eedae53df74c16518668c9a4dbbad3e41 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Apr 27 16:21:10 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Apr 27 16:29:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8627bb5e app-text/gspell: fix enchant dep gspell-1.6 only works with enchant-1, thus lock it to its SLOT and subslot - that way it'll be correct dep whichever way enchant goes before enchant-2 unmasking (subslots or parallel-installable slots). gspell-1.8 only works with 2.1.3+, as expressed in deps. That's the version which became parallel-installable by having enchant-2.pc file. No further ABI breaks are anticipated, thus drop the unauthorized subslot operator dep addition, as it's >=2.1.3 already and no rebuild concerns on enchant upgrade, even if enchant remains with subslots. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Mart Raudsepp gentoo.org> app-text/gspell/gspell-1.6.1.ebuild | 2 +- app-text/gspell/gspell-1.8.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/gspell/gspell-1.6.1.ebuild b/app-text/gspell/gspell-1.6.1.ebuild index 9986e82df7b..93c3d40003f 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:0/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 25b7ed6753a..18dcf94ede5 100644 --- a/app-text/gspell/gspell-1.8.1.ebuild +++ b/app-text/gspell/gspell-1.8.1.ebuild @@ -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:= )