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/gtkspell/
Date: Sun, 02 Feb 2020 19:35:45
Message-Id: 1580672062.e8c28bf5ff857da4449eb117a34120154a1083e5.leio@gentoo
1 commit: e8c28bf5ff857da4449eb117a34120154a1083e5
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 2 18:28:09 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 2 19:34:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8c28bf5
7
8 app-text/gtkspell: lock enchant dep to SLOT=0
9
10 configure checks only for enchant.pc, not enchant-2.pc
11 The still p.masked 3.0.10 uses enchant-2 only instead.
12
13 Package-Manager: Portage-2.3.84, Repoman-2.3.20
14 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
15
16 app-text/gtkspell/gtkspell-2.0.16.ebuild | 4 ++--
17 app-text/gtkspell/gtkspell-3.0.9.ebuild | 4 ++--
18 2 files changed, 4 insertions(+), 4 deletions(-)
19
20 diff --git a/app-text/gtkspell/gtkspell-2.0.16.ebuild b/app-text/gtkspell/gtkspell-2.0.16.ebuild
21 index 932bb5de0db..e2851ea43de 100644
22 --- a/app-text/gtkspell/gtkspell-2.0.16.ebuild
23 +++ b/app-text/gtkspell/gtkspell-2.0.16.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2019 Gentoo Authors
26 +# Copyright 1999-2020 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=4
30 @@ -16,7 +16,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linu
31 IUSE=""
32
33 RDEPEND="x11-libs/gtk+:2
34 - >=app-text/enchant-1.1.6"
35 + >=app-text/enchant-1.1.6:0"
36 DEPEND="${RDEPEND}
37 dev-util/gtk-doc-am
38 >=dev-util/intltool-0.35.0
39
40 diff --git a/app-text/gtkspell/gtkspell-3.0.9.ebuild b/app-text/gtkspell/gtkspell-3.0.9.ebuild
41 index b3ba00b8579..db2f17b17dd 100644
42 --- a/app-text/gtkspell/gtkspell-3.0.9.ebuild
43 +++ b/app-text/gtkspell/gtkspell-3.0.9.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2019 Gentoo Authors
46 +# Copyright 1999-2020 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=6
50 @@ -17,7 +17,7 @@ IUSE="+introspection vala"
51 REQUIRED_USE="vala? ( introspection )"
52
53 RDEPEND="
54 - >=app-text/enchant-1.1.6
55 + >=app-text/enchant-1.1.6:0
56 app-text/iso-codes
57 dev-libs/glib:2
58 x11-libs/gtk+:3[introspection?]