summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2019-04-06 11:41:32 +0200
committerJeroen Roovers <jer@gentoo.org>2019-04-06 11:42:18 +0200
commit4a45771b888dc935d2d8ee0cad6d358a829b5e83 (patch)
tree1155503096f9c5b65f60c27fe45abd30ed9eb965 /app-text/xchm/xchm-1.28.ebuild
parentnet-misc/youtube-dl: Old (diff)
downloadgentoo-4a45771b888dc935d2d8ee0cad6d358a829b5e83.tar.gz
gentoo-4a45771b888dc935d2d8ee0cad6d358a829b5e83.tar.bz2
gentoo-4a45771b888dc935d2d8ee0cad6d358a829b5e83.zip
app-text/xchm: Add dependencies for USE=nls
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'app-text/xchm/xchm-1.28.ebuild')
-rw-r--r--app-text/xchm/xchm-1.28.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/app-text/xchm/xchm-1.28.ebuild b/app-text/xchm/xchm-1.28.ebuild
index 9f81e492b56b..8a1516c32201 100644
--- a/app-text/xchm/xchm-1.28.ebuild
+++ b/app-text/xchm/xchm-1.28.ebuild
@@ -3,7 +3,6 @@
EAPI=6
WX_GTK_VER="3.0-gtk3"
-
inherit autotools wxwidgets xdg-utils
DESCRIPTION="Utility for viewing Compiled HTML Help (CHM) files"
@@ -15,12 +14,14 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="nls"
-DEPEND="
+RDEPEND="
>=dev-libs/chmlib-0.36
x11-libs/wxGTK:${WX_GTK_VER}[X]
+ nls? ( virtual/libintl )
"
-RDEPEND="
- ${DEPEND}
+DEPEND="
+ ${RDEPEND}
+ nls? ( sys-devel/gettext )
"
src_prepare() {