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/stardict/
Date: Sun, 02 Feb 2020 19:35:44
Message-Id: 1580672063.ea9bd2f9f15ede489af626c282c7a48ef493a07c.leio@gentoo
1 commit: ea9bd2f9f15ede489af626c282c7a48ef493a07c
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 2 18:30:11 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 2 19:34:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea9bd2f9
7
8 app-text/stardict: lock enchant dep to SLOT=0
9
10 configure checks only for enchant.pc, not enchant-2.pc
11
12 Package-Manager: Portage-2.3.84, Repoman-2.3.20
13 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
14
15 app-text/stardict/stardict-3.0.6-r3.ebuild | 4 ++--
16 app-text/stardict/stardict-4.0.0_pre20170304.ebuild | 4 ++--
17 2 files changed, 4 insertions(+), 4 deletions(-)
18
19 diff --git a/app-text/stardict/stardict-3.0.6-r3.ebuild b/app-text/stardict/stardict-3.0.6-r3.ebuild
20 index 6d913303f55..66ab1895618 100644
21 --- a/app-text/stardict/stardict-3.0.6-r3.ebuild
22 +++ b/app-text/stardict/stardict-3.0.6-r3.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -36,7 +36,7 @@ COMMON_DEPEND="
30 x11-libs/libX11
31 x11-libs/pango
32 gucharmap? ( gnome-extra/gucharmap:0= )
33 - spell? ( >=app-text/enchant-1.2 )
34 + spell? ( >=app-text/enchant-1.2:0 )
35 tools? (
36 dev-db/mysql-connector-c
37 dev-libs/libpcre:=
38
39 diff --git a/app-text/stardict/stardict-4.0.0_pre20170304.ebuild b/app-text/stardict/stardict-4.0.0_pre20170304.ebuild
40 index 7ef439a91b4..068d4a3d51c 100644
41 --- a/app-text/stardict/stardict-4.0.0_pre20170304.ebuild
42 +++ b/app-text/stardict/stardict-4.0.0_pre20170304.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2018 Gentoo Foundation
45 +# Copyright 1999-2020 Gentoo Authors
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=6
49 @@ -41,7 +41,7 @@ COMMON_DEPEND="
50 espeak? ( >=app-accessibility/espeak-1.29 )
51 flite? ( app-accessibility/flite )
52 gucharmap? ( gnome-extra/gucharmap:2.90= )
53 - spell? ( >=app-text/enchant-1.2 )
54 + spell? ( >=app-text/enchant-1.2:0 )
55 tools? (
56 dev-db/mysql-connector-c
57 dev-libs/expat