diff options
author | Sam James <sam@gentoo.org> | 2024-10-28 13:30:11 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-28 13:30:11 +0000 |
commit | 5a7e8414402da4f3a1122afd6c143985aba9d7aa (patch) | |
tree | 2df2fdc899eee14721528e20cc5f813f1bbda85d /app-misc | |
parent | app-emulation/qemu: Stop applying ${PN}-9.0.0-also-build-virtfs-proxy-helper.... (diff) | |
download | gentoo-5a7e8414402da4f3a1122afd6c143985aba9d7aa.tar.gz gentoo-5a7e8414402da4f3a1122afd6c143985aba9d7aa.tar.bz2 gentoo-5a7e8414402da4f3a1122afd6c143985aba9d7aa.zip |
app-misc/worker: fix build w/ USE=-lua
Closes: https://bugs.gentoo.org/942386
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/worker/worker-4.6.1-r100.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-misc/worker/worker-4.6.1-r100.ebuild b/app-misc/worker/worker-4.6.1-r100.ebuild index bd319146baa0..8ce55a35225c 100644 --- a/app-misc/worker/worker-4.6.1-r100.ebuild +++ b/app-misc/worker/worker-4.6.1-r100.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -30,6 +30,10 @@ BDEPEND="virtual/pkgconfig" DOCS=( AUTHORS ChangeLog INSTALL NEWS README README_LARGEFILES THANKS ) +pkg_setup() { + use lua && lua-single_pkg_setup +} + src_prepare() { default |