commit: f243619fa28ebfc582c214b41c02d91a6ab28511
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 14 13:00:24 2022 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Oct 14 13:00:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f243619f
net-misc/icaclient: bashify 22.9.0.21-r1
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-misc/icaclient/icaclient-22.9.0.21-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/icaclient/icaclient-22.9.0.21-r1.ebuild
b/net-misc/icaclient/icaclient-22.9.0.21-r1.ebuild
index 879d1c6225c3..ac4d460a6a72 100644
--- a/net-misc/icaclient/icaclient-22.9.0.21-r1.ebuild
+++ b/net-misc/icaclient/icaclient-22.9.0.21-r1.ebuild
@@ -28,7 +28,7 @@ REQUIRES_EXCLUDE="
libgssapi_krb5.so.2 libkrb5.so.3
"
# we have binaries which wouls still support gstreamer:0.10
-REQUIRES_EXCLUDE="$REQUIRES_EXCLUDE
+REQUIRES_EXCLUDE="${REQUIRES_EXCLUDE}
libgstapp-0.10.so.0
libgstbase-0.10.so.0
libgstinterfaces-0.10.so.0
@@ -36,7 +36,7 @@ REQUIRES_EXCLUDE="$REQUIRES_EXCLUDE
libgstreamer-0.10.so.0
"
# we have binaries which depend on some ancient libunwind
-REQUIRES_EXCLUDE="$REQUIRES_EXCLUDE
+REQUIRES_EXCLUDE="${REQUIRES_EXCLUDE}
libunwind.so.1
"