We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 346c2aa commit 59e23c8Copy full SHA for 59e23c8
proc/53-spiral.sh
@@ -7,6 +7,9 @@ if bool "$ABSPIRAL"; then
7
if [[ "${#__AB_SONAMES[@]}" != 0 ]]; then
8
abspiral_from_sonames "${__AB_SONAMES[@]}"
9
for SPIRAL_PROV in "${__ABSPIRAL_PROVIDES_SONAMES[@]}"; do
10
+ if [[ "${SPIRAL_PROV%%:*}" = "$PKGNAME" ]]; then
11
+ continue
12
+ fi
13
__ABSPIRAL_PROVIDES+=("${SPIRAL_PROV}")
14
done
15
fi
0 commit comments