diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2020-11-13 07:00:00 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-11-16 14:51:16 -0500 |
commit | 195a363a58ede2b451d357640b40cd6fd2fcc566 (patch) | |
tree | b6aade230bd199ada0f1dfbddf3f5244056c4f02 /app-i18n | |
parent | dev-libs/marisa: Inherit toolchain-funcs.eclass explicitly. (diff) | |
download | gentoo-195a363a58ede2b451d357640b40cd6fd2fcc566.tar.gz gentoo-195a363a58ede2b451d357640b40cd6fd2fcc566.tar.bz2 gentoo-195a363a58ede2b451d357640b40cd6fd2fcc566.zip |
app-i18n/sunpinyin: Add dependency on virtual/libiconv.
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, 2 insertions, 1 deletions
diff --git a/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild b/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild index d5ea9fe82f68..5879b20f0c21 100644 --- a/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild +++ b/app-i18n/sunpinyin/sunpinyin-2.0.4_pre20200306162733.ebuild @@ -31,7 +31,8 @@ IUSE="" BDEPEND="dev-lang/perl virtual/pkgconfig" -DEPEND="dev-db/sqlite:3" +DEPEND="dev-db/sqlite:3 + virtual/libiconv" RDEPEND="${DEPEND}" if [[ "${PV}" == *_pre* ]]; then |