mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
bug-461824.sh: add slot to broken package output so portage rebuilds the right slot on multislot packages such as python
This commit is contained in:
parent
3b6e82790c
commit
ab0bfd16f4
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ if [ -n "$(cat /tmp/urfuct.txt)" ]; then
|
|||
for badhit in $(cat /tmp/urfuct.txt) ; do
|
||||
echo ${badhit} | cut -d":" -f1 >> /tmp/badfiles.txt
|
||||
done
|
||||
qfile -C -f /tmp/badfiles.txt | cut -d' ' -f1 >> /tmp/badpkg_us.txt
|
||||
qfile -S -C -f /tmp/badfiles.txt | cut -d' ' -f1 >> /tmp/badpkg_us.txt
|
||||
cat /tmp/badpkg_us.txt | sort -u > /tmp/badpkg.txt
|
||||
emerge -1 --buildpkg=y --nodeps $(cat /tmp/badpkg.txt)
|
||||
rm -f /tmp/urfuct.txt /tmp/badfiles.txt /tmp/badpkg_us.txt /tmp/badpkg.txt
|
||||
|
|
|
|||
Loading…
Reference in a new issue