We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d1089 commit 7e05224Copy full SHA for 7e05224
proc/53-spiral.sh
@@ -7,6 +7,10 @@ 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
+ # Ignore architecture notation for duplication detection
11
+ if [[ "${SPIRAL_PROV%%:*}" = "$PKGNAME" ]]; then
12
+ continue
13
+ fi
14
__ABSPIRAL_PROVIDES+=("${SPIRAL_PROV}")
15
done
16
fi
0 commit comments