From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 38CC01582EF for ; Sat, 01 Mar 2025 01:14:42 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 038DD34309D for ; Sat, 01 Mar 2025 01:14:42 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 05B65110276; Sat, 01 Mar 2025 01:14:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 bobolink.gentoo.org (Postfix) with ESMTPS id EF19B110276 for ; Sat, 01 Mar 2025 01:14:40 +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 986423430AC for ; Sat, 01 Mar 2025 01:14:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB1071A10 for ; Sat, 01 Mar 2025 01:14:38 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1740790168.64f6cfe40774e17c73d9f6683039c9dd5371fa89.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luarocks/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/luarocks/luarocks-3.11.1.ebuild X-VCS-Directories: dev-lua/luarocks/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 64f6cfe40774e17c73d9f6683039c9dd5371fa89 X-VCS-Branch: master Date: Sat, 01 Mar 2025 01:14:38 +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: 7980c131-1a81-4318-846c-0bf921fbe1e1 X-Archives-Hash: ac02a02682d4f875d4d6a088a75acc18 commit: 64f6cfe40774e17c73d9f6683039c9dd5371fa89 Author: Adam gmail com> AuthorDate: Fri Feb 28 19:31:08 2025 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Mar 1 00:49:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64f6cfe4 dev-lua/luarocks: fix incorrect rocks-tree Signed-off-by: Adam gmail.com> Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/luarocks/luarocks-3.11.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-lua/luarocks/luarocks-3.11.1.ebuild b/dev-lua/luarocks/luarocks-3.11.1.ebuild index 5d91c038fb0c..beed8af78ba9 100644 --- a/dev-lua/luarocks/luarocks-3.11.1.ebuild +++ b/dev-lua/luarocks/luarocks-3.11.1.ebuild @@ -47,7 +47,6 @@ src_prepare() { src_configure() { local myeconfargs=( "--prefix=${EPREFIX}/usr" - "--rocks-tree=$(lua_get_lmod_dir)" "--with-lua-include=$(lua_get_include_dir)" "--with-lua-interpreter=${ELUA}" "--with-lua-lib=$(lua_get_cmod_dir)"