diff options
author | 2022-12-31 21:08:57 +0000 | |
---|---|---|
committer | 2022-12-31 21:08:57 +0000 | |
commit | 032ff4acf3b23136f91f857252ff14abbf724aef (patch) | |
tree | 91a6332ce3408fbca7b8460495dd25327f433568 /www-client | |
parent | qmail.eclass: remove remnants of USE=pop3 (diff) | |
download | gentoo-032ff4acf3b23136f91f857252ff14abbf724aef.tar.gz gentoo-032ff4acf3b23136f91f857252ff14abbf724aef.tar.bz2 gentoo-032ff4acf3b23136f91f857252ff14abbf724aef.zip |
www-client/elinks: fix tests, add mujs support
Closes: https://bugs.gentoo.org/797427
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/elinks/elinks-0.16.0.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/www-client/elinks/elinks-0.16.0.ebuild b/www-client/elinks/elinks-0.16.0.ebuild index 4c021b32fc24..c6a436b48a77 100644 --- a/www-client/elinks/elinks-0.16.0.ebuild +++ b/www-client/elinks/elinks-0.16.0.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=" @@ -65,6 +64,11 @@ BDEPEND=" virtual/pkgconfig " +PATCHES=( + "${FILESDIR}"/${P}-fix-tests.patch + "${FILESDIR}"/${PN}-0.16.0-fix-build-mujs.patch +) + pkg_setup() { use lua && lua-single_pkg_setup |