From f519d04f84b33fa3c9eeda53d6434ff9bccab61d Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 19 Sep 2012 08:41:02 +0000 Subject: main/abuild: avoid duplicate provides --- main/abuild/abuild-git.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/abuild/abuild-git.patch') diff --git a/main/abuild/abuild-git.patch b/main/abuild/abuild-git.patch index 264952ac2b..559be6cf7d 100644 --- a/main/abuild/abuild-git.patch +++ b/main/abuild/abuild-git.patch @@ -1,5 +1,5 @@ diff --git a/abuild.in b/abuild.in -index 2780d2e..b2e0197 100755 +index 2780d2e..e885dd9 100755 --- a/abuild.in +++ b/abuild.in @@ -404,6 +404,9 @@ default_unpack() { @@ -140,7 +140,7 @@ index 2780d2e..b2e0197 100755 + ;; + esac + echo "$soname $sover" -+ done > "$controldir"/.provides-so ++ done | sort -u > "$controldir"/.provides-so + + # now find the so dependencies + scanelf --nobanner --recursive --needed "$datadir" | tr ' ' ':' \ -- cgit v1.2.3