Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r10183 - main/branches/prefix/bin
Date: Sun, 04 May 2008 14:35:09
Message-Id: E1JsfIw-000393-S3@stork.gentoo.org
1 Author: grobian
2 Date: 2008-05-04 14:35:06 +0000 (Sun, 04 May 2008)
3 New Revision: 10183
4
5 Modified:
6 main/branches/prefix/bin/misc-functions.sh
7 Log:
8 For backwards compatability, generate old NEEDED file
9
10 Modified: main/branches/prefix/bin/misc-functions.sh
11 ===================================================================
12 --- main/branches/prefix/bin/misc-functions.sh 2008-05-04 14:16:14 UTC (rev 10182)
13 +++ main/branches/prefix/bin/misc-functions.sh 2008-05-04 14:35:06 UTC (rev 10183)
14 @@ -405,6 +405,7 @@
15 done
16 if [[ -f "${T}"/.NEEDED.tmp ]] ; then
17 needed=$(< "${T}"/.NEEDED.tmp)
18 + echo "/${f#${D}} ${needed#,}" >> "${PORTAGE_BUILDDIR}"/build-info/NEEDED
19 echo "/${f#${D}};${install_name};${needed#,}" >> "${PORTAGE_BUILDDIR}"/build-info/NEEDED.MACHO.2
20 fi
21 done
22
23 --
24 gentoo-commits@l.g.o mailing list