diff options
author | Sam James <sam@gentoo.org> | 2021-01-30 11:58:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-30 11:58:29 +0000 |
commit | 50ed795169ca97870af4be2f49f95e0786775136 (patch) | |
tree | 96e6138bee3ec92e5dec1891a58e9aeedc774540 /x11-themes/gtk-engines | |
parent | sys-fs/e2fsprogs: Fixed "threads" USE flag (diff) | |
download | gentoo-50ed795169ca97870af4be2f49f95e0786775136.tar.gz gentoo-50ed795169ca97870af4be2f49f95e0786775136.tar.bz2 gentoo-50ed795169ca97870af4be2f49f95e0786775136.zip |
x11-themes/gtk-engines: fix pkg_setup with USE=-lua
Closes: https://bugs.gentoo.org/767982
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-themes/gtk-engines')
-rw-r--r-- | x11-themes/gtk-engines/gtk-engines-2.20.2-r100.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-themes/gtk-engines/gtk-engines-2.20.2-r100.ebuild b/x11-themes/gtk-engines/gtk-engines-2.20.2-r100.ebuild index c5622f9a10ac..4cc547be5aa1 100644 --- a/x11-themes/gtk-engines/gtk-engines-2.20.2-r100.ebuild +++ b/x11-themes/gtk-engines/gtk-engines-2.20.2-r100.ebuild @@ -43,6 +43,10 @@ PATCHES=( "${FILESDIR}"/${P}-automake-1.14.patch # taken from Debian ) +pkg_setup() { + use lua && lua-single_pkg_setup +} + src_prepare() { # pkgconfig wrapper set up by lua-single.eclass is not multilib-compatible # at present so point Autoconf directly to the correct implementation. |