commit: fe1abc97287a408479568120697e67cda1488107
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 30 06:58:00 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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