mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-i18n/xsunpinyin: 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>
This commit is contained in:
committed by
Mike Gilbert
parent
e319876971
commit
c13720f010
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user