diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2020-09-04 04:00:00 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-09-04 22:02:41 -0400 |
commit | e31987697163a15bdfc35d9eff3f1b621cec4576 (patch) | |
tree | b91b7057cce91b8b704895a49840efb0eafa79da /app-i18n | |
parent | app-i18n/ibus: Drop support for Python 2.7. (diff) | |
download | gentoo-e31987697163a15bdfc35d9eff3f1b621cec4576.tar.gz gentoo-e31987697163a15bdfc35d9eff3f1b621cec4576.tar.bz2 gentoo-e31987697163a15bdfc35d9eff3f1b621cec4576.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>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild | 3 |
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}" |