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 20:13:24
Message-Id: 1580674390.3cfef13d340625b3dd93896275d928aa702f34aa.leio@gentoo
1 commit: 3cfef13d340625b3dd93896275d928aa702f34aa
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 2 20:12:57 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=3cfef13d
7
8 app-text/gtkspell-3.0.10: 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/gtkspell/gtkspell-3.0.10.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-text/gtkspell/gtkspell-3.0.10.ebuild b/app-text/gtkspell/gtkspell-3.0.10.ebuild
17 index 1b3a6cedbae..699833e8c8f 100644
18 --- a/app-text/gtkspell/gtkspell-3.0.10.ebuild
19 +++ b/app-text/gtkspell/gtkspell-3.0.10.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -17,7 +17,7 @@ IUSE="+introspection vala"
27 REQUIRED_USE="vala? ( introspection )"
28
29 RDEPEND="
30 - >=app-text/enchant-2.0.0
31 + app-text/enchant:2
32 app-text/iso-codes
33 dev-libs/glib:2
34 x11-libs/gtk+:3[introspection?]