Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/sunpinyin/
Date: Sat, 05 Sep 2020 02:04:34
Message-Id: 1599271361.e31987697163a15bdfc35d9eff3f1b621cec4576.floppym@gentoo
1 commit: e31987697163a15bdfc35d9eff3f1b621cec4576
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Fri Sep 4 04:00:00 2020 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 5 02:02:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3198769
7
8 app-i18n/sunpinyin: Fix dependencies.
9
10 scons-utils.eclass already uses python_gen_any_dep().
11 Using both python_gen_any_dep() and ${PYTHON_DEPS} results in incorrect dependencies.
12
13 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
14 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
15
16 app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild | 3 +--
17 1 file changed, 1 insertion(+), 2 deletions(-)
18
19 diff --git a/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild b/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild
20 index 4af6264fbb9..9c87c79773c 100644
21 --- a/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild
22 +++ b/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild
23 @@ -29,8 +29,7 @@ SLOT="0/3"
24 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
25 IUSE=""
26
27 -BDEPEND="${PYTHON_DEPS}
28 - dev-lang/perl
29 +BDEPEND="dev-lang/perl
30 virtual/pkgconfig"
31 DEPEND="dev-db/sqlite:3"
32 RDEPEND="${DEPEND}"