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 9E5D413835A for ; Wed, 20 Jan 2021 21:34:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D082E0841; Wed, 20 Jan 2021 21:34:40 +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 4C362E0841 for ; Wed, 20 Jan 2021 21:34:40 +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 B09BD340EC9 for ; Wed, 20 Jan 2021 21:34:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A311892 for ; Wed, 20 Jan 2021 21:34:36 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1611178472.42fdeaf292e38e7071eaa5c45f47a3a4f7694d76.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xapian-bindings/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/xapian-bindings/xapian-bindings-1.4.17-r100.ebuild dev-libs/xapian-bindings/xapian-bindings-1.4.18-r1.ebuild X-VCS-Directories: dev-libs/xapian-bindings/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 42fdeaf292e38e7071eaa5c45f47a3a4f7694d76 X-VCS-Branch: master Date: Wed, 20 Jan 2021 21:34:36 +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: 3cf3248c-56b4-47d1-b380-d6149b1d4df4 X-Archives-Hash: afce89ec6342ad9d46d1cd5ae6ae51e3 commit: 42fdeaf292e38e7071eaa5c45f47a3a4f7694d76 Author: Anthony G. Basile gentoo org> AuthorDate: Wed Jan 20 21:33:24 2021 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Wed Jan 20 21:34:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42fdeaf2 dev-libs/xapian-bindings: restore lua bindings to 1.4.18 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Anthony G. Basile gentoo.org> ...bindings-1.4.17-r100.ebuild => xapian-bindings-1.4.18-r1.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-libs/xapian-bindings/xapian-bindings-1.4.17-r100.ebuild b/dev-libs/xapian-bindings/xapian-bindings-1.4.18-r1.ebuild similarity index 98% rename from dev-libs/xapian-bindings/xapian-bindings-1.4.17-r100.ebuild rename to dev-libs/xapian-bindings/xapian-bindings-1.4.18-r1.ebuild index 0c2cba44761..ca365bb03da 100644 --- a/dev-libs/xapian-bindings/xapian-bindings-1.4.17-r100.ebuild +++ b/dev-libs/xapian-bindings/xapian-bindings-1.4.18-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -169,7 +169,9 @@ src_configure() { } - lua_foreach_impl run_in_build_dir lua_configure + if use lua; then + lua_foreach_impl run_in_build_dir lua_configure + fi php_configure() { local myconf=(