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 7C2D2158086 for ; Wed, 10 Nov 2021 13:46:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 86A772BC084; Wed, 10 Nov 2021 13:46:07 +0000 (UTC) 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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C0272BC083 for ; Wed, 10 Nov 2021 13:46:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E2EEA342B5A for ; Wed, 10 Nov 2021 13:46:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D77E91BF for ; Wed, 10 Nov 2021 13:46:02 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1636551837.a4139b7ebcdafa1dad4457a4581eca3358fb2a77.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/cdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/cdb/cdb-0.75-r4.ebuild X-VCS-Directories: dev-db/cdb/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: a4139b7ebcdafa1dad4457a4581eca3358fb2a77 X-VCS-Branch: master Date: Wed, 10 Nov 2021 13:46:02 +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: fca9c1d7-fcf8-492e-b48a-d3f3b906510f X-Archives-Hash: dfd912f03cf03ce47e4e951e401f912b commit: a4139b7ebcdafa1dad4457a4581eca3358fb2a77 Author: Akinori Hattori gentoo org> AuthorDate: Wed Nov 10 13:43:57 2021 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Wed Nov 10 13:43:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4139b7e dev-db/cdb: do not call ranlib directly Closes: https://bugs.gentoo.org/722628 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Akinori Hattori gentoo.org> dev-db/cdb/cdb-0.75-r4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-db/cdb/cdb-0.75-r4.ebuild b/dev-db/cdb/cdb-0.75-r4.ebuild index 1bd0111211c..c0f6618e6d3 100644 --- a/dev-db/cdb/cdb-0.75-r4.ebuild +++ b/dev-db/cdb/cdb-0.75-r4.ebuild @@ -28,6 +28,7 @@ src_prepare() { sed -i \ -e "s/head -1/head -n 1/g" \ -e "s/ar /$(tc-getAR) /" \ + -e "s/ranlib /$(tc-getRANLIB) /" \ Makefile }