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: Sun, 02 Feb 2020 20:13:24
Message-Id: 1580674390.8753c047c964638f8e3206d248f8c085e1056522.leio@gentoo
1 commit: 8753c047c964638f8e3206d248f8c085e1056522
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 2 20:11:59 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 2 20:13:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8753c047
7
8 app-text/gspell-1.8: depend on enchant:2 explicitly
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 app-text/gspell/gspell-1.8.1.ebuild | 4 ++--
14 app-text/gspell/gspell-1.8.2.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/app-text/gspell/gspell-1.8.1.ebuild b/app-text/gspell/gspell-1.8.1.ebuild
18 index ef631e0e295..b2425325438 100644
19 --- a/app-text/gspell/gspell-1.8.1.ebuild
20 +++ b/app-text/gspell/gspell-1.8.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="6"
27 @@ -18,7 +18,7 @@ REQUIRED_USE="vala? ( introspection )"
28
29 RDEPEND="
30 app-text/iso-codes
31 - >=app-text/enchant-2.1.3
32 + >=app-text/enchant-2.1.3:2
33 >=dev-libs/glib-2.44:2
34 >=x11-libs/gtk+-3.20:3[introspection?]
35 introspection? ( >=dev-libs/gobject-introspection-1.42.0:= )
36
37 diff --git a/app-text/gspell/gspell-1.8.2.ebuild b/app-text/gspell/gspell-1.8.2.ebuild
38 index ddbd5b2961b..bb343dd17de 100644
39 --- a/app-text/gspell/gspell-1.8.2.ebuild
40 +++ b/app-text/gspell/gspell-1.8.2.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2019 Gentoo Authors
43 +# Copyright 1999-2020 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI="6"
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:2
53 >=dev-libs/glib-2.44:2
54 >=x11-libs/gtk+-3.20:3[introspection?]
55 introspection? ( >=dev-libs/gobject-introspection-1.42.0:= )