Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/xcin/
Date: Wed, 16 Sep 2020 13:52:54
Message-Id: 1600264334.b7b98ec6fffad48639f382832b5d959d2b720616.soap@gentoo
1 commit: b7b98ec6fffad48639f382832b5d959d2b720616
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 16 13:52:14 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 16 13:52:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b98ec6
7
8 app-i18n/xcin: Fix MissingSlotDep
9
10 Package-Manager: Portage-3.0.7, Repoman-3.0.1
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-i18n/xcin/xcin-2.5.3_pre3-r3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-i18n/xcin/xcin-2.5.3_pre3-r3.ebuild b/app-i18n/xcin/xcin-2.5.3_pre3-r3.ebuild
17 index dcd1696d1c4..e71f3998511 100644
18 --- a/app-i18n/xcin/xcin-2.5.3_pre3-r3.ebuild
19 +++ b/app-i18n/xcin/xcin-2.5.3_pre3-r3.ebuild
20 @@ -21,7 +21,7 @@ IUSE="debug nls unicode"
21 RDEPEND="
22 app-i18n/libchewing
23 >=app-i18n/libtabe-0.2.6
24 - >=sys-libs/db-4.5
25 + >=sys-libs/db-4.5:*
26 x11-libs/libX11
27 unicode? ( media-fonts/arphicfonts )"
28 DEPEND="${RDEPEND}"