diff options
author | Sam James <sam@gentoo.org> | 2023-10-17 10:13:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-17 10:13:09 +0100 |
commit | 1f721528f36fd090e3338b5293918323caf30900 (patch) | |
tree | 394cae60372a1b505ca88100737d86b32d73ce11 /dev-lang/lua/lua-5.4.6.ebuild | |
parent | sys-fs/zfs: fix patches for live (diff) | |
download | gentoo-1f721528f36fd090e3338b5293918323caf30900.tar.gz gentoo-1f721528f36fd090e3338b5293918323caf30900.tar.bz2 gentoo-1f721528f36fd090e3338b5293918323caf30900.zip |
dev-lang/lua: fix tests on sparc
Backport upstream patch to fix sparc tests. This just drops the bad test and
makes a semantically-identical change to another function, so no revbump needed.
Closes: https://bugs.gentoo.org/914562
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/lua/lua-5.4.6.ebuild')
-rw-r--r-- | dev-lang/lua/lua-5.4.6.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-lang/lua/lua-5.4.6.ebuild b/dev-lang/lua/lua-5.4.6.ebuild index c7fd11588774..c5d1c9109b73 100644 --- a/dev-lang/lua/lua-5.4.6.ebuild +++ b/dev-lang/lua/lua-5.4.6.ebuild @@ -22,6 +22,11 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="virtual/pkgconfig" +PATCHES=( + # Backported variant of upstream patch to fix sparc tests, bug #914562 + "${FILESDIR}"/${PN}-5.4.6-sparc-tests.patch +) + src_prepare() { default |