Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/gspell/
Date: Sat, 27 Apr 2019 16:33:22
Message-Id: 1556382582.8627bb5eedae53df74c16518668c9a4dbbad3e41.leio@gentoo
1 commit: 8627bb5eedae53df74c16518668c9a4dbbad3e41
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 27 16:21:10 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 27 16:29:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8627bb5e
7
8 app-text/gspell: fix enchant dep
9
10 gspell-1.6 only works with enchant-1, thus lock it to its
11 SLOT and subslot - that way it'll be correct dep whichever
12 way enchant goes before enchant-2 unmasking (subslots or
13 parallel-installable slots).
14
15 gspell-1.8 only works with 2.1.3+, as expressed in deps.
16 That's the version which became parallel-installable by
17 having enchant-2.pc file. No further ABI breaks are anticipated,
18 thus drop the unauthorized subslot operator dep addition, as
19 it's >=2.1.3 already and no rebuild concerns on enchant
20 upgrade, even if enchant remains with subslots.
21
22 Package-Manager: Portage-2.3.62, Repoman-2.3.12
23 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
24
25 app-text/gspell/gspell-1.6.1.ebuild | 2 +-
26 app-text/gspell/gspell-1.8.1.ebuild | 2 +-
27 2 files changed, 2 insertions(+), 2 deletions(-)
28
29 diff --git a/app-text/gspell/gspell-1.6.1.ebuild b/app-text/gspell/gspell-1.6.1.ebuild
30 index 9986e82df7b..93c3d40003f 100644
31 --- a/app-text/gspell/gspell-1.6.1.ebuild
32 +++ b/app-text/gspell/gspell-1.6.1.ebuild
33 @@ -18,7 +18,7 @@ REQUIRED_USE="vala? ( introspection )"
34
35 RDEPEND="
36 app-text/iso-codes
37 - >=app-text/enchant-1.6.0:=
38 + >=app-text/enchant-1.6.0:0/0
39 >=dev-libs/glib-2.44:2
40 >=x11-libs/gtk+-3.20:3[introspection?]
41 introspection? ( >=dev-libs/gobject-introspection-1.42.0:= )
42
43 diff --git a/app-text/gspell/gspell-1.8.1.ebuild b/app-text/gspell/gspell-1.8.1.ebuild
44 index 25b7ed6753a..18dcf94ede5 100644
45 --- a/app-text/gspell/gspell-1.8.1.ebuild
46 +++ b/app-text/gspell/gspell-1.8.1.ebuild
47 @@ -18,7 +18,7 @@ REQUIRED_USE="vala? ( introspection )"
48
49 RDEPEND="
50 app-text/iso-codes
51 - >=app-text/enchant-2.1.3:=
52 + >=app-text/enchant-2.1.3
53 >=dev-libs/glib-2.44:2
54 >=x11-libs/gtk+-3.20:3[introspection?]
55 introspection? ( >=dev-libs/gobject-introspection-1.42.0:= )