From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C5EB21382C5 for ; Sat, 30 Jan 2021 11:58:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1528E0AED; Sat, 30 Jan 2021 11:58:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C7E15E0AED for ; Sat, 30 Jan 2021 11:58:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3B89340F63 for ; Sat, 30 Jan 2021 11:58:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 788EC4AC for ; Sat, 30 Jan 2021 11:58:32 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1612007909.50ed795169ca97870af4be2f49f95e0786775136.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gtk-engines/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/gtk-engines/gtk-engines-2.20.2-r100.ebuild X-VCS-Directories: x11-themes/gtk-engines/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 50ed795169ca97870af4be2f49f95e0786775136 X-VCS-Branch: master Date: Sat, 30 Jan 2021 11:58:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 36febc7f-20d9-411b-a153-5dea0bde888b X-Archives-Hash: 306b60300a3d1e06379c0bf6296b477c commit: 50ed795169ca97870af4be2f49f95e0786775136 Author: Sam James gentoo org> AuthorDate: Sat Jan 30 11:58:17 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 30 11:58:29 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50ed7951 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 gentoo.org> x11-themes/gtk-engines/gtk-engines-2.20.2-r100.ebuild | 4 ++++ 1 file changed, 4 insertions(+) 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 c5622f9a10a..4cc547be5aa 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.