Skip to content

Commit

Permalink
app-i18n/xsunpinyin: Fix dependencies.
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Mike Gilbert <[email protected]>
  • Loading branch information
Arfrever Frehtes Taifersar Arahesis authored and floppym committed Sep 5, 2020
1 parent e319876 commit c13720f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

BDEPEND="${PYTHON_DEPS}
virtual/pkgconfig"
BDEPEND="virtual/pkgconfig"
DEPEND="~app-i18n/sunpinyin-${PV}
dev-libs/glib:2
x11-libs/cairo
Expand Down

0 comments on commit c13720f

Please sign in to comment.