Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gtk-engines/
Date: Sat, 30 Jan 2021 11:58:36
Message-Id: 1612007909.50ed795169ca97870af4be2f49f95e0786775136.sam@gentoo
1 commit: 50ed795169ca97870af4be2f49f95e0786775136
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 30 11:58:17 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 11:58:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50ed7951
7
8 x11-themes/gtk-engines: fix pkg_setup with USE=-lua
9
10 Closes: https://bugs.gentoo.org/767982
11 Package-Manager: Portage-3.0.14, Repoman-3.0.2
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 x11-themes/gtk-engines/gtk-engines-2.20.2-r100.ebuild | 4 ++++
15 1 file changed, 4 insertions(+)
16
17 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
18 index c5622f9a10a..4cc547be5aa 100644
19 --- a/x11-themes/gtk-engines/gtk-engines-2.20.2-r100.ebuild
20 +++ b/x11-themes/gtk-engines/gtk-engines-2.20.2-r100.ebuild
21 @@ -43,6 +43,10 @@ PATCHES=(
22 "${FILESDIR}"/${P}-automake-1.14.patch # taken from Debian
23 )
24
25 +pkg_setup() {
26 + use lua && lua-single_pkg_setup
27 +}
28 +
29 src_prepare() {
30 # pkgconfig wrapper set up by lua-single.eclass is not multilib-compatible
31 # at present so point Autoconf directly to the correct implementation.