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/xsunpinyin/
Date: Sat, 05 Sep 2020 02:04:35
Message-Id: 1599271362.c13720f010224bf83d14b1be93af4d37aa562fd4.floppym@gentoo
1 commit: c13720f010224bf83d14b1be93af4d37aa562fd4
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Fri Sep 4 05:00:00 2020 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 5 02:02:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c13720f0
7
8 app-i18n/xsunpinyin: 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/xsunpinyin/xsunpinyin-2.0.4_pre20200306162733.ebuild | 3 +--
17 1 file changed, 1 insertion(+), 2 deletions(-)
18
19 diff --git a/app-i18n/xsunpinyin/xsunpinyin-2.0.4_pre20200306162733.ebuild b/app-i18n/xsunpinyin/xsunpinyin-2.0.4_pre20200306162733.ebuild
20 index 995dffb32e0..410b2300943 100644
21 --- a/app-i18n/xsunpinyin/xsunpinyin-2.0.4_pre20200306162733.ebuild
22 +++ b/app-i18n/xsunpinyin/xsunpinyin-2.0.4_pre20200306162733.ebuild
23 @@ -32,8 +32,7 @@ SLOT="0"
24 KEYWORDS="~amd64 ~x86"
25 IUSE=""
26
27 -BDEPEND="${PYTHON_DEPS}
28 - virtual/pkgconfig"
29 +BDEPEND="virtual/pkgconfig"
30 DEPEND="~app-i18n/sunpinyin-${PV}
31 dev-libs/glib:2
32 x11-libs/cairo