app-i18n/ibus-libpinyin: Fix dependencies.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Fri, 17 Jan 2020 17:44:40 +0000 (17:44 +0000)
committerMike Gilbert <floppym@gentoo.org>
Fri, 17 Jan 2020 19:08:54 +0000 (14:08 -0500)
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
app-i18n/ibus-libpinyin/ibus-libpinyin-1.11.1.ebuild

index 5f64ebaf5818cae16406f55e482eb0bdb58fd903..510770469de5e7dff045c1a88f08e2fa16a6eea8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 2015-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -18,15 +18,16 @@ KEYWORDS="~amd64 ~x86"
 IUSE="boost lua opencc"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-BDEPEND="
+BDEPEND="dev-db/sqlite:3
        virtual/pkgconfig"
 
 DEPEND="${PYTHON_DEPS}
        app-i18n/ibus[python(+),${PYTHON_USEDEP}]
        >=app-i18n/libpinyin-2.1.0:=
+       dev-db/sqlite:3
+       dev-libs/glib:2
        dev-python/pygobject:3[${PYTHON_USEDEP}]
        virtual/libintl
-       dev-db/sqlite:3
        boost? ( dev-libs/boost:= )
        lua? ( dev-lang/lua:0 )
        opencc? ( app-i18n/opencc:= )"