summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>2020-09-04 04:00:00 +0000
committerMike Gilbert <floppym@gentoo.org>2020-09-04 22:02:41 -0400
commite31987697163a15bdfc35d9eff3f1b621cec4576 (patch)
treeb91b7057cce91b8b704895a49840efb0eafa79da
parentapp-i18n/ibus: Drop support for Python 2.7. (diff)
downloadgentoo-e3198769.tar.gz
gentoo-e3198769.tar.bz2
gentoo-e3198769.zip
app-i18n/sunpinyin: Fix dependencies.
scons-utils.eclass already uses python_gen_any_dep(). Using both python_gen_any_dep() and ${PYTHON_DEPS} results in incorrect dependencies. Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r--app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild b/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild
index 4af6264fbb90..9c87c79773ce 100644
--- a/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild
+++ b/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild
@@ -29,8 +29,7 @@ SLOT="0/3"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
-BDEPEND="${PYTHON_DEPS}
- dev-lang/perl
+BDEPEND="dev-lang/perl
virtual/pkgconfig"
DEPEND="dev-db/sqlite:3"
RDEPEND="${DEPEND}"