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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B3AD6158020 for ; Thu, 13 Oct 2022 19:56:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFEBEE0839; Thu, 13 Oct 2022 19:56:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 399B2E0839 for ; Thu, 13 Oct 2022 19:56:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 33825340DB8 for ; Thu, 13 Oct 2022 19:56:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7553D602 for ; Thu, 13 Oct 2022 19:56:07 +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: <1665690157.d97efbe0584b062a9e9c58afe4f6fdaaf523cbb0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/elinks/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/elinks/elinks-0.15.1-r1.ebuild www-client/elinks/elinks-0.15.1.ebuild www-client/elinks/elinks-9999.ebuild X-VCS-Directories: www-client/elinks/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d97efbe0584b062a9e9c58afe4f6fdaaf523cbb0 X-VCS-Branch: master Date: Thu, 13 Oct 2022 19:56:07 +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: 4a2ba11a-012e-489d-a340-e78576a53e69 X-Archives-Hash: 71dfb60bc25d5f9f96d99ed287833434 commit: d97efbe0584b062a9e9c58afe4f6fdaaf523cbb0 Author: Sam James gentoo org> AuthorDate: Thu Oct 13 19:42:37 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 13 19:42:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d97efbe0 www-client/elinks: fix lua pkg_setup Closes: https://bugs.gentoo.org/876917 Signed-off-by: Sam James gentoo.org> www-client/elinks/{elinks-0.15.1.ebuild => elinks-0.15.1-r1.ebuild} | 6 ++++++ www-client/elinks/elinks-9999.ebuild | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/www-client/elinks/elinks-0.15.1.ebuild b/www-client/elinks/elinks-0.15.1-r1.ebuild similarity index 98% rename from www-client/elinks/elinks-0.15.1.ebuild rename to www-client/elinks/elinks-0.15.1-r1.ebuild index 1ea79ed7f5de..20caa1f92b40 100644 --- a/www-client/elinks/elinks-0.15.1.ebuild +++ b/www-client/elinks/elinks-0.15.1-r1.ebuild @@ -59,6 +59,12 @@ BDEPEND=" virtual/pkgconfig " +pkg_setup() { + use lua && lua-single_pkg_setup + + python-any-r1_pkg_setup +} + src_configure() { local emesonargs=( -D88-colors=true diff --git a/www-client/elinks/elinks-9999.ebuild b/www-client/elinks/elinks-9999.ebuild index 1ea79ed7f5de..20caa1f92b40 100644 --- a/www-client/elinks/elinks-9999.ebuild +++ b/www-client/elinks/elinks-9999.ebuild @@ -59,6 +59,12 @@ BDEPEND=" virtual/pkgconfig " +pkg_setup() { + use lua && lua-single_pkg_setup + + python-any-r1_pkg_setup +} + src_configure() { local emesonargs=( -D88-colors=true