commit: c6a2b34886febe729db3200202a0b31578f7638b Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Tue Jul 16 21:26:17 2024 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Tue Jul 16 21:26:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a2b348
www-client/elinks: fix implicit declaration ecmascript Closes: https://bugs.gentoo.org/919372 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> www-client/elinks/elinks-0.16.1.1-r2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/www-client/elinks/elinks-0.16.1.1-r2.ebuild b/www-client/elinks/elinks-0.16.1.1-r2.ebuild index 2dc43c6bdc37..6f3d271ae412 100644 --- a/www-client/elinks/elinks-0.16.1.1-r2.ebuild +++ b/www-client/elinks/elinks-0.16.1.1-r2.ebuild @@ -69,6 +69,7 @@ BDEPEND=" " PATCHES=( + "${FILESDIR}"/${PN}-0.16.1.1-ecmascript-implicit-declaration.patch "${FILESDIR}"/${PN}-0.16.1.1-perl-5.38.patch )
