app-i18n/libhangul: Fix dependencies.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Thu, 19 Oct 2017 19:26:56 +0000 (21:26 +0200)
committerMike Gilbert <floppym@gentoo.org>
Mon, 23 Oct 2017 17:24:37 +0000 (13:24 -0400)
app-i18n/libhangul/libhangul-0.1.0.ebuild

index 6030b43748ce33b86a74154a6a8a412b0792d95f..f1f649b0c5452cb424831f30d9acb8439b211c44 100644 (file)
@@ -12,7 +12,8 @@ SLOT="0/1"
 KEYWORDS="amd64 ppc ppc64 x86"
 IUSE="nls static-libs test"
 
-RDEPEND="nls? ( virtual/libintl )"
+RDEPEND="virtual/libiconv
+       nls? ( virtual/libintl )"
 DEPEND="${RDEPEND}
        virtual/pkgconfig
        nls? ( sys-devel/gettext )