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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DE1CB15838C for ; Tue, 30 Jan 2024 06:58:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F9CCE2A81; Tue, 30 Jan 2024 06:58:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 13013E2A7F for ; Tue, 30 Jan 2024 06:58:29 +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 337B93430DA for ; Tue, 30 Jan 2024 06:58:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9399C14B6 for ; Tue, 30 Jan 2024 06:58:26 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1706597880.fe1abc97287a408479568120697e67cda1488107.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/yaz/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/yaz/yaz-5.34.0.ebuild X-VCS-Directories: dev-libs/yaz/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fe1abc97287a408479568120697e67cda1488107 X-VCS-Branch: master Date: Tue, 30 Jan 2024 06:58:26 +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: 25606806-b2bb-4689-8c10-9866708090e2 X-Archives-Hash: 5d21f4eac5b2cc226ff6a7652acfc7f5 commit: fe1abc97287a408479568120697e67cda1488107 Author: Sam James gentoo org> AuthorDate: Tue Jan 30 06:58:00 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jan 30 06:58:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe1abc97 dev-libs/yaz: fix typo in comment Signed-off-by: Sam James gentoo.org> dev-libs/yaz/yaz-5.34.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/yaz/yaz-5.34.0.ebuild b/dev-libs/yaz/yaz-5.34.0.ebuild index 53aea1c836f6..c625bf890ffe 100644 --- a/dev-libs/yaz/yaz-5.34.0.ebuild +++ b/dev-libs/yaz/yaz-5.34.0.ebuild @@ -48,7 +48,7 @@ PATCHES=( src_prepare() { default - # Hardcoded assumption of libraries reciding in lib/ bug #730016 + # Hardcoded assumption of libraries residing in lib/, bug #730016 sed -i -e "s|/lib\"|/$(get_libdir)\"|" configure.ac || die eautoreconf