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 E1F9815A7D9 for ; Sat, 18 Mar 2023 17:06:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACBD8E07EE; Sat, 18 Mar 2023 17:06:49 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F30DE07EE for ; Sat, 18 Mar 2023 17:06:49 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B3E87341368 for ; Sat, 18 Mar 2023 17:06:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F96A8D8 for ; Sat, 18 Mar 2023 17:06:47 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1679159189.8d69281eb3a1fd8b67bfa735b73fb4e84253c850.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tcl3d/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/tcl3d/tcl3d-0.5.0-r1.ebuild dev-tcltk/tcl3d/tcl3d-0.5.0.ebuild X-VCS-Directories: dev-tcltk/tcl3d/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 8d69281eb3a1fd8b67bfa735b73fb4e84253c850 X-VCS-Branch: master Date: Sat, 18 Mar 2023 17:06:47 +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: d83b2526-55e6-4fe9-9a6c-6f56bbe0ecdb X-Archives-Hash: 3f4ba07bc3d2fe31479e066a79da1703 commit: 8d69281eb3a1fd8b67bfa735b73fb4e84253c850 Author: Alfredo Tupone gentoo org> AuthorDate: Sat Mar 18 16:45:49 2023 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Mar 18 17:06:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d69281e dev-tcltk/tcl3d: fix on musl Closes: https://bugs.gentoo.org/831455 Signed-off-by: Alfredo Tupone gentoo.org> dev-tcltk/tcl3d/{tcl3d-0.5.0.ebuild => tcl3d-0.5.0-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-tcltk/tcl3d/tcl3d-0.5.0.ebuild b/dev-tcltk/tcl3d/tcl3d-0.5.0-r1.ebuild similarity index 98% rename from dev-tcltk/tcl3d/tcl3d-0.5.0.ebuild rename to dev-tcltk/tcl3d/tcl3d-0.5.0-r1.ebuild index 870f791b448b..b295909cdc56 100644 --- a/dev-tcltk/tcl3d/tcl3d-0.5.0.ebuild +++ b/dev-tcltk/tcl3d/tcl3d-0.5.0-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit flag-o-matic toolchain-funcs @@ -51,6 +51,7 @@ src_configure() { sed -i \ -e 's:^\(TCLMAJOR\) *=\(.*\)$:\1 = '${_TCL_V[0]}':' \ -e 's:^\(TCLMINOR\) *=\(.*\)$:\1 = '${_TCL_V[1]}':' \ + -e "s:lib64:$(get_libdir):" \ config_Linux* || die # Fix libSDL link