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 C468F158020 for ; Sat, 26 Nov 2022 21:58:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3747E082B; Sat, 26 Nov 2022 21:58:34 +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 pigeon.gentoo.org (Postfix) with ESMTPS id CBDD5E082B for ; Sat, 26 Nov 2022 21:58:34 +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 C2D16341435 for ; Sat, 26 Nov 2022 21:58:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 053B8617 for ; Sat, 26 Nov 2022 21:58:32 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1669499910.650432e43bd7020b9c53f27c5f3e4d725d4c2115.slashbeast@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/zsh/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/zsh/zsh-5.9-r2.ebuild app-shells/zsh/zsh-5.9-r3.ebuild X-VCS-Directories: app-shells/zsh/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: 650432e43bd7020b9c53f27c5f3e4d725d4c2115 X-VCS-Branch: master Date: Sat, 26 Nov 2022 21:58:32 +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: 30782e42-18d1-4cf4-905c-15b47899f525 X-Archives-Hash: 5b9fd5ecf692f9e4f213f21424d5d2f9 commit: 650432e43bd7020b9c53f27c5f3e4d725d4c2115 Author: Piotr Karbowski gentoo org> AuthorDate: Sat Nov 26 21:57:07 2022 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Sat Nov 26 21:58:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=650432e4 app-shells/zsh: 5.9-r3 revbump, static build fixes. Signed-off-by: Piotr Karbowski gentoo.org> app-shells/zsh/{zsh-5.9-r2.ebuild => zsh-5.9-r3.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-shells/zsh/zsh-5.9-r2.ebuild b/app-shells/zsh/zsh-5.9-r3.ebuild similarity index 98% rename from app-shells/zsh/zsh-5.9-r2.ebuild rename to app-shells/zsh/zsh-5.9-r3.ebuild index 6a06814f4b79..d9080fa1236c 100644 --- a/app-shells/zsh/zsh-5.9-r2.ebuild +++ b/app-shells/zsh/zsh-5.9-r3.ebuild @@ -34,7 +34,10 @@ RDEPEND=" >=dev-libs/libpcre-3.9 static? ( >=dev-libs/libpcre-3.9[static-libs] ) ) - gdbm? ( sys-libs/gdbm:= ) + gdbm? ( + sys-libs/gdbm:= + static? ( sys-libs/gdbm:=[static-libs] ) + ) " DEPEND="sys-apps/groff ${RDEPEND}"