diff options
author | Sam James <sam@gentoo.org> | 2023-05-01 06:15:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-01 06:16:05 +0100 |
commit | e924501daa6d8b5878ae528fc4e9d9817a8f8921 (patch) | |
tree | 6195c3cdb8aec5c231a1a845de07e92eafd9598e /www-client/elinks/elinks-9999.ebuild | |
parent | www-client/elinks: add libidn test dep (diff) | |
download | gentoo-e924501daa6d8b5878ae528fc4e9d9817a8f8921.tar.gz gentoo-e924501daa6d8b5878ae528fc4e9d9817a8f8921.tar.bz2 gentoo-e924501daa6d8b5878ae528fc4e9d9817a8f8921.zip |
www-client/elinks: add 0.16.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-client/elinks/elinks-9999.ebuild')
-rw-r--r-- | www-client/elinks/elinks-9999.ebuild | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/www-client/elinks/elinks-9999.ebuild b/www-client/elinks/elinks-9999.ebuild index 887047f30005..180537f142e7 100644 --- a/www-client/elinks/elinks-9999.ebuild +++ b/www-client/elinks/elinks-9999.ebuild @@ -24,8 +24,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="bittorrent brotli bzip2 debug finger ftp gopher gpm gnutls guile idn" IUSE+=" javascript lua lzma +mouse nls nntp perl samba ssl test tre unicode X xml zlib zstd" -# tests restricted for https://github.com/rkd77/elinks/issues/203 -RESTRICT="!test? ( test ) test" +RESTRICT="!test? ( test )" REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )" RDEPEND=" @@ -36,7 +35,7 @@ RDEPEND=" >=sys-libs/gpm-1.20.0-r5 ) guile? ( >=dev-scheme/guile-1.6.4-r1[deprecated] ) - idn? ( net-dns/libidn:= ) + idn? ( net-dns/libidn2:= ) javascript? ( dev-cpp/libxmlpp:5.0 dev-lang/mujs:= @@ -61,8 +60,11 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" ${PYTHON_DEPS} - nls? ( sys-devel/gettext ) virtual/pkgconfig + nls? ( sys-devel/gettext ) + test? ( + net-dns/libidn2 + ) " pkg_setup() { @@ -73,6 +75,9 @@ pkg_setup() { src_configure() { local emesonargs=( + -Ddocdir="${EPREFIX}"/usr/share/doc/${PF} + -Dhtmldoc=false + -Dpdfdoc=false -D88-colors=true -D256-colors=true $(meson_use bittorrent) |