diff options
author | Felix Janda <felix.janda@posteo.de> | 2017-10-14 09:45:53 -0400 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-10-22 18:55:11 +0200 |
commit | e4807a26644165624bb19a5f3c476fc5ae532c6f (patch) | |
tree | 1ee219e966608f9e61e811a0a7fdc78dc8b842d4 /www-client/elinks/elinks-9999.ebuild | |
parent | www-client/elinks-0.12_pre6-r2: fix compilation with libressl. (diff) | |
download | gentoo-e4807a26644165624bb19a5f3c476fc5ae532c6f.tar.gz gentoo-e4807a26644165624bb19a5f3c476fc5ae532c6f.tar.bz2 gentoo-e4807a26644165624bb19a5f3c476fc5ae532c6f.zip |
www-client/elinks: make tre support configurable.
Diffstat (limited to 'www-client/elinks/elinks-9999.ebuild')
-rw-r--r-- | www-client/elinks/elinks-9999.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www-client/elinks/elinks-9999.ebuild b/www-client/elinks/elinks-9999.ebuild index 86a85d7419f6..53d9d2a4bfe1 100644 --- a/www-client/elinks/elinks-9999.ebuild +++ b/www-client/elinks/elinks-9999.ebuild @@ -17,7 +17,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="" IUSE="bittorrent bzip2 debug finger ftp gc gopher gpm guile idn ipv6 - javascript libressl lua +mouse nls nntp perl ruby samba ssl unicode X xml zlib" + javascript libressl lua +mouse nls nntp perl ruby samba ssl tre unicode X xml zlib" RESTRICT="test" DEPEND=" @@ -38,6 +38,7 @@ DEPEND=" perl? ( dev-lang/perl:= ) ruby? ( dev-lang/ruby:* dev-ruby/rubygems:* ) samba? ( net-fs/samba ) + tre? ( dev-libs/tre ) javascript? ( >=dev-lang/spidermonkey-1.8.5:0= )" RDEPEND="${DEPEND}" @@ -103,6 +104,7 @@ src_configure() { $(use_with ruby) \ $(use_with idn) \ $(use_with javascript spidermonkey) \ + $(use_with tre) \ $(use_enable bittorrent) \ $(use_enable nls) \ $(use_enable ipv6) \ |