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 41F701382C5 for ; Sat, 30 Jan 2021 10:12:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56D23E0ADE; Sat, 30 Jan 2021 10:12:40 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3D770E0ADE for ; Sat, 30 Jan 2021 10:12:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 07692340FF5 for ; Sat, 30 Jan 2021 10:12:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C49F4A4 for ; Sat, 30 Jan 2021 10:12:37 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1612001547.2e274ef75b773d345a0a0352d3c8c0fac80d21e7.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/xblas/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/xblas/xblas-1.0.248-r1.ebuild X-VCS-Directories: sci-libs/xblas/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 2e274ef75b773d345a0a0352d3c8c0fac80d21e7 X-VCS-Branch: master Date: Sat, 30 Jan 2021 10:12:37 +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: fce4c0ef-518c-4412-98bf-5baf9cbc8980 X-Archives-Hash: 93e49803ca890c87c38ee866aa5ef693 commit: 2e274ef75b773d345a0a0352d3c8c0fac80d21e7 Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Jan 30 10:12:27 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Jan 30 10:12:27 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2e274ef7 sci-libs/xblas: correct soname variable Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-libs/xblas/xblas-1.0.248-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/xblas/xblas-1.0.248-r1.ebuild b/sci-libs/xblas/xblas-1.0.248-r1.ebuild index 7bc73bc32..1467ccc19 100644 --- a/sci-libs/xblas/xblas-1.0.248-r1.ebuild +++ b/sci-libs/xblas/xblas-1.0.248-r1.ebuild @@ -24,7 +24,7 @@ DEPEND="${RDEPEND} static_to_shared() { local libstatic=${1}; shift local libname=$(basename ${libstatic%.a}) - local soname=${libname}$(get_libname $(ver_rs 1-2)) + local soname=${libname}$(get_libname $(ver_cut 1-2)) local libdir=$(dirname ${libstatic}) einfo "Making ${soname} from ${libstatic}"