diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-10-14 16:00:24 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-10-14 16:00:53 +0300 |
commit | f243619fa28ebfc582c214b41c02d91a6ab28511 (patch) | |
tree | 35a5bbc56bf6021251313210c3185578da68bc9c /net-misc/icaclient | |
parent | net-misc/icaclient: install mime type file (diff) | |
download | gentoo-f243619fa28ebfc582c214b41c02d91a6ab28511.tar.gz gentoo-f243619fa28ebfc582c214b41c02d91a6ab28511.tar.bz2 gentoo-f243619fa28ebfc582c214b41c02d91a6ab28511.zip |
net-misc/icaclient: bashify 22.9.0.21-r1
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-misc/icaclient')
-rw-r--r-- | net-misc/icaclient/icaclient-22.9.0.21-r1.ebuild | 4 |
1 files 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 " |