Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/sbcl/
Date: Tue, 22 Jun 2021 10:27:46
Message-Id: 1624357655.561bda218a15bf372255b197fcc00684ae38fd43.ulm@gentoo
1 commit: 561bda218a15bf372255b197fcc00684ae38fd43
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 22 10:25:38 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 22 10:27:35 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=561bda21
7
8 dev-lisp/sbcl: Drop pax_kernel support
9
10 This is no longer a supported configuration:
11 https://archives.gentoo.org/gentoo-dev/message/0283ed6004111127e0e575cc912feff1
12
13 Package-Manager: Portage-3.0.20, Repoman-3.0.3
14 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
15
16 dev-lisp/sbcl/metadata.xml | 3 ---
17 dev-lisp/sbcl/sbcl-1.3.11.ebuild | 14 ++------------
18 dev-lisp/sbcl/sbcl-1.4.9.ebuild | 14 ++------------
19 dev-lisp/sbcl/sbcl-2.0.10.ebuild | 14 ++------------
20 dev-lisp/sbcl/sbcl-2.0.11.ebuild | 14 ++------------
21 dev-lisp/sbcl/sbcl-2.1.0.ebuild | 14 ++------------
22 dev-lisp/sbcl/sbcl-2.1.1.ebuild | 14 ++------------
23 dev-lisp/sbcl/sbcl-2.1.2.ebuild | 14 ++------------
24 dev-lisp/sbcl/sbcl-2.1.3.ebuild | 14 ++------------
25 dev-lisp/sbcl/sbcl-2.1.4.ebuild | 14 ++------------
26 dev-lisp/sbcl/sbcl-2.1.5.ebuild | 14 ++------------
27 11 files changed, 20 insertions(+), 123 deletions(-)
28
29 diff --git a/dev-lisp/sbcl/metadata.xml b/dev-lisp/sbcl/metadata.xml
30 index 031c80402d9..c285e2f1de8 100644
31 --- a/dev-lisp/sbcl/metadata.xml
32 +++ b/dev-lisp/sbcl/metadata.xml
33 @@ -19,9 +19,6 @@
34 available for the x86 and amd64 platforms using an NPTL enabled
35 GLIBC. SBCL 0.8.17 and later support Unicode.
36 </longdescription>
37 - <use>
38 - <flag name="pax_kernel">Enable if the user plans to run the package under a pax enabled hardened kernel</flag>
39 - </use>
40 <upstream>
41 <remote-id type="sourceforge">sbcl</remote-id>
42 </upstream>
43
44 diff --git a/dev-lisp/sbcl/sbcl-1.3.11.ebuild b/dev-lisp/sbcl/sbcl-1.3.11.ebuild
45 index ee07b9e0c5d..16623ac505b 100644
46 --- a/dev-lisp/sbcl/sbcl-1.3.11.ebuild
47 +++ b/dev-lisp/sbcl/sbcl-1.3.11.ebuild
48 @@ -36,12 +36,11 @@ SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2
49 LICENSE="MIT"
50 SLOT="0/${PV}"
51 KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
52 -IUSE="debug doc source +threads +unicode pax_kernel zlib"
53 +IUSE="debug doc source +threads +unicode zlib"
54
55 CDEPEND=">=dev-lisp/asdf-3.1:="
56 DEPEND="${CDEPEND}
57 - doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )
58 - pax_kernel? ( sys-apps/elfix )"
59 + doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )"
60 RDEPEND="${CDEPEND}
61 !prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.6 ) )"
62
63 @@ -150,15 +149,6 @@ src_compile() {
64
65 strip-unsupported-flags ; filter-flags -fomit-frame-pointer
66
67 - if use pax_kernel ; then
68 - # To disable PaX on hardened systems
69 - pax-mark -mr "${bindir}"/src/runtime/sbcl
70 -
71 - # Hack to disable PaX on second GENESIS stage
72 - sed -i -e '/^[ \t]*echo \/\/doing warm init - compilation phase$/a\ paxmark.sh -mr \.\/src\/runtime\/sbcl' \
73 - "${S}"/make-target-2.sh || die "Cannot disable PaX on second GENESIS runtime"
74 - fi
75 -
76 # clear the environment to get rid of non-ASCII strings, see bug 174702
77 # set HOME for paludis
78 env - HOME="${T}" PATH="${PATH}" \
79
80 diff --git a/dev-lisp/sbcl/sbcl-1.4.9.ebuild b/dev-lisp/sbcl/sbcl-1.4.9.ebuild
81 index df2d06a6200..b14abfe6e8d 100644
82 --- a/dev-lisp/sbcl/sbcl-1.4.9.ebuild
83 +++ b/dev-lisp/sbcl/sbcl-1.4.9.ebuild
84 @@ -38,12 +38,11 @@ SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2
85 LICENSE="MIT"
86 SLOT="0/${PV}"
87 KEYWORDS="amd64 ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
88 -IUSE="debug doc source +threads +unicode pax_kernel zlib"
89 +IUSE="debug doc source +threads +unicode zlib"
90
91 CDEPEND=">=dev-lisp/asdf-3.1:="
92 DEPEND="${CDEPEND}
93 - doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )
94 - pax_kernel? ( sys-apps/elfix )"
95 + doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )"
96 RDEPEND="${CDEPEND}
97 !prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.6 ) )"
98
99 @@ -157,15 +156,6 @@ src_configure() {
100 src_compile() {
101 local bindir="${WORKDIR}"/sbcl-binary
102
103 - if use pax_kernel ; then
104 - # To disable PaX on hardened systems
105 - pax-mark -mr "${bindir}"/src/runtime/sbcl
106 -
107 - # Hack to disable PaX on second GENESIS stage
108 - sed -i -e '/^[ \t]*echo \/\/doing warm init - compilation phase$/a\ paxmark.sh -mr \.\/src\/runtime\/sbcl' \
109 - "${S}"/make-target-2.sh || die "Cannot disable PaX on second GENESIS runtime"
110 - fi
111 -
112 # clear the environment to get rid of non-ASCII strings, see bug #174702
113 # set HOME for paludis
114 env - HOME="${T}" PATH="${PATH}" \
115
116 diff --git a/dev-lisp/sbcl/sbcl-2.0.10.ebuild b/dev-lisp/sbcl/sbcl-2.0.10.ebuild
117 index a98127f960c..5b10db5a631 100644
118 --- a/dev-lisp/sbcl/sbcl-2.0.10.ebuild
119 +++ b/dev-lisp/sbcl/sbcl-2.0.10.ebuild
120 @@ -38,12 +38,11 @@ SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2
121 LICENSE="MIT"
122 SLOT="0/${PV}"
123 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
124 -IUSE="debug doc source +threads +unicode pax_kernel zlib"
125 +IUSE="debug doc source +threads +unicode zlib"
126
127 CDEPEND=">=dev-lisp/asdf-3.3:="
128 DEPEND="${CDEPEND}
129 - doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )
130 - pax_kernel? ( sys-apps/elfix )"
131 + doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )"
132 RDEPEND="${CDEPEND}
133 !prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.6 ) )"
134
135 @@ -153,15 +152,6 @@ src_configure() {
136 src_compile() {
137 local bindir="${WORKDIR}"/sbcl-binary
138
139 - if use pax_kernel ; then
140 - # To disable PaX on hardened systems
141 - pax-mark -mr "${bindir}"/src/runtime/sbcl
142 -
143 - # Hack to disable PaX on second GENESIS stage
144 - sed -i -e '/^[ \t]*echo \/\/doing warm init - compilation phase$/a\ paxmark.sh -mr \.\/src\/runtime\/sbcl' \
145 - "${S}"/make-target-2.sh || die "Cannot disable PaX on second GENESIS runtime"
146 - fi
147 -
148 # clear the environment to get rid of non-ASCII strings, see bug #174702
149 # set HOME for paludis
150 env - HOME="${T}" PATH="${PATH}" \
151
152 diff --git a/dev-lisp/sbcl/sbcl-2.0.11.ebuild b/dev-lisp/sbcl/sbcl-2.0.11.ebuild
153 index 7325503741d..8f97a4edc51 100644
154 --- a/dev-lisp/sbcl/sbcl-2.0.11.ebuild
155 +++ b/dev-lisp/sbcl/sbcl-2.0.11.ebuild
156 @@ -38,12 +38,11 @@ SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2
157 LICENSE="MIT"
158 SLOT="0/${PV}"
159 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
160 -IUSE="debug doc source +threads +unicode pax_kernel zlib"
161 +IUSE="debug doc source +threads +unicode zlib"
162
163 CDEPEND=">=dev-lisp/asdf-3.3:="
164 DEPEND="${CDEPEND}
165 - doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )
166 - pax_kernel? ( sys-apps/elfix )"
167 + doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )"
168 RDEPEND="${CDEPEND}
169 !prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.6 ) )"
170
171 @@ -153,15 +152,6 @@ src_configure() {
172 src_compile() {
173 local bindir="${WORKDIR}"/sbcl-binary
174
175 - if use pax_kernel ; then
176 - # To disable PaX on hardened systems
177 - pax-mark -mr "${bindir}"/src/runtime/sbcl
178 -
179 - # Hack to disable PaX on second GENESIS stage
180 - sed -i -e '/^[ \t]*echo \/\/doing warm init - compilation phase$/a\ paxmark.sh -mr \.\/src\/runtime\/sbcl' \
181 - "${S}"/make-target-2.sh || die "Cannot disable PaX on second GENESIS runtime"
182 - fi
183 -
184 # clear the environment to get rid of non-ASCII strings, see bug #174702
185 # set HOME for paludis
186 env - HOME="${T}" PATH="${PATH}" \
187
188 diff --git a/dev-lisp/sbcl/sbcl-2.1.0.ebuild b/dev-lisp/sbcl/sbcl-2.1.0.ebuild
189 index 0c5345f7518..d52ecf3e92b 100644
190 --- a/dev-lisp/sbcl/sbcl-2.1.0.ebuild
191 +++ b/dev-lisp/sbcl/sbcl-2.1.0.ebuild
192 @@ -38,12 +38,11 @@ SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2
193 LICENSE="MIT"
194 SLOT="0/${PV}"
195 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
196 -IUSE="debug doc source +threads +unicode pax_kernel zlib"
197 +IUSE="debug doc source +threads +unicode zlib"
198
199 CDEPEND=">=dev-lisp/asdf-3.3:="
200 DEPEND="${CDEPEND}
201 - doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )
202 - pax_kernel? ( sys-apps/elfix )"
203 + doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )"
204 RDEPEND="${CDEPEND}
205 !prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.6 ) )"
206
207 @@ -155,15 +154,6 @@ src_configure() {
208 src_compile() {
209 local bindir="${WORKDIR}"/sbcl-binary
210
211 - if use pax_kernel ; then
212 - # To disable PaX on hardened systems
213 - pax-mark -mr "${bindir}"/src/runtime/sbcl
214 -
215 - # Hack to disable PaX on second GENESIS stage
216 - sed -i -e '/^[ \t]*echo \/\/doing warm init - compilation phase$/a\ paxmark.sh -mr \.\/src\/runtime\/sbcl' \
217 - "${S}"/make-target-2.sh || die "Cannot disable PaX on second GENESIS runtime"
218 - fi
219 -
220 # clear the environment to get rid of non-ASCII strings, see bug #174702
221 # set HOME for paludis
222 env - HOME="${T}" PATH="${PATH}" \
223
224 diff --git a/dev-lisp/sbcl/sbcl-2.1.1.ebuild b/dev-lisp/sbcl/sbcl-2.1.1.ebuild
225 index 5e9c763459d..35d6414cdd2 100644
226 --- a/dev-lisp/sbcl/sbcl-2.1.1.ebuild
227 +++ b/dev-lisp/sbcl/sbcl-2.1.1.ebuild
228 @@ -38,12 +38,11 @@ SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2
229 LICENSE="MIT"
230 SLOT="0/${PV}"
231 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
232 -IUSE="debug doc source +threads +unicode pax_kernel zlib"
233 +IUSE="debug doc source +threads +unicode zlib"
234
235 CDEPEND=">=dev-lisp/asdf-3.3:="
236 DEPEND="${CDEPEND}
237 - doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )
238 - pax_kernel? ( sys-apps/elfix )"
239 + doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )"
240 RDEPEND="${CDEPEND}
241 !prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.6 ) )"
242
243 @@ -155,15 +154,6 @@ src_configure() {
244 src_compile() {
245 local bindir="${WORKDIR}"/sbcl-binary
246
247 - if use pax_kernel ; then
248 - # To disable PaX on hardened systems
249 - pax-mark -mr "${bindir}"/src/runtime/sbcl
250 -
251 - # Hack to disable PaX on second GENESIS stage
252 - sed -i -e '/^[ \t]*echo \/\/doing warm init - compilation phase$/a\ paxmark.sh -mr \.\/src\/runtime\/sbcl' \
253 - "${S}"/make-target-2.sh || die "Cannot disable PaX on second GENESIS runtime"
254 - fi
255 -
256 # clear the environment to get rid of non-ASCII strings, see bug #174702
257 # set HOME for paludis
258 env - HOME="${T}" PATH="${PATH}" \
259
260 diff --git a/dev-lisp/sbcl/sbcl-2.1.2.ebuild b/dev-lisp/sbcl/sbcl-2.1.2.ebuild
261 index f248e85eee0..24d9a683f21 100644
262 --- a/dev-lisp/sbcl/sbcl-2.1.2.ebuild
263 +++ b/dev-lisp/sbcl/sbcl-2.1.2.ebuild
264 @@ -38,12 +38,11 @@ SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2
265 LICENSE="MIT"
266 SLOT="0/${PV}"
267 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
268 -IUSE="debug doc source +threads +unicode pax_kernel zlib"
269 +IUSE="debug doc source +threads +unicode zlib"
270
271 CDEPEND=">=dev-lisp/asdf-3.3:="
272 DEPEND="${CDEPEND}
273 - doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )
274 - pax_kernel? ( sys-apps/elfix )"
275 + doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )"
276 RDEPEND="${CDEPEND}
277 !prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.6 ) )"
278
279 @@ -155,15 +154,6 @@ src_configure() {
280 src_compile() {
281 local bindir="${WORKDIR}"/sbcl-binary
282
283 - if use pax_kernel ; then
284 - # To disable PaX on hardened systems
285 - pax-mark -mr "${bindir}"/src/runtime/sbcl
286 -
287 - # Hack to disable PaX on second GENESIS stage
288 - sed -i -e '/^[ \t]*echo \/\/doing warm init - compilation phase$/a\ paxmark.sh -mr \.\/src\/runtime\/sbcl' \
289 - "${S}"/make-target-2.sh || die "Cannot disable PaX on second GENESIS runtime"
290 - fi
291 -
292 # clear the environment to get rid of non-ASCII strings, see bug #174702
293 # set HOME for paludis
294 env - HOME="${T}" PATH="${PATH}" \
295
296 diff --git a/dev-lisp/sbcl/sbcl-2.1.3.ebuild b/dev-lisp/sbcl/sbcl-2.1.3.ebuild
297 index 7e4ebc2afb3..0ff92fe69f4 100644
298 --- a/dev-lisp/sbcl/sbcl-2.1.3.ebuild
299 +++ b/dev-lisp/sbcl/sbcl-2.1.3.ebuild
300 @@ -38,12 +38,11 @@ SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2
301 LICENSE="MIT"
302 SLOT="0/${PV}"
303 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
304 -IUSE="debug doc source +threads +unicode pax_kernel zlib"
305 +IUSE="debug doc source +threads +unicode zlib"
306
307 CDEPEND=">=dev-lisp/asdf-3.3:="
308 DEPEND="${CDEPEND}
309 - doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )
310 - pax_kernel? ( sys-apps/elfix )"
311 + doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )"
312 RDEPEND="${CDEPEND}
313 !prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.6 ) )"
314
315 @@ -155,15 +154,6 @@ src_configure() {
316 src_compile() {
317 local bindir="${WORKDIR}"/sbcl-binary
318
319 - if use pax_kernel ; then
320 - # To disable PaX on hardened systems
321 - pax-mark -mr "${bindir}"/src/runtime/sbcl
322 -
323 - # Hack to disable PaX on second GENESIS stage
324 - sed -i -e '/^[ \t]*echo \/\/doing warm init - compilation phase$/a\ paxmark.sh -mr \.\/src\/runtime\/sbcl' \
325 - "${S}"/make-target-2.sh || die "Cannot disable PaX on second GENESIS runtime"
326 - fi
327 -
328 # clear the environment to get rid of non-ASCII strings, see bug #174702
329 # set HOME for paludis
330 env - HOME="${T}" PATH="${PATH}" \
331
332 diff --git a/dev-lisp/sbcl/sbcl-2.1.4.ebuild b/dev-lisp/sbcl/sbcl-2.1.4.ebuild
333 index 384c75715bd..7e0a646d884 100644
334 --- a/dev-lisp/sbcl/sbcl-2.1.4.ebuild
335 +++ b/dev-lisp/sbcl/sbcl-2.1.4.ebuild
336 @@ -38,12 +38,11 @@ SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2
337 LICENSE="MIT"
338 SLOT="0/${PV}"
339 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
340 -IUSE="debug doc source +threads +unicode pax_kernel zlib"
341 +IUSE="debug doc source +threads +unicode zlib"
342
343 CDEPEND=">=dev-lisp/asdf-3.3:="
344 DEPEND="${CDEPEND}
345 - doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )
346 - pax_kernel? ( sys-apps/elfix )"
347 + doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )"
348 RDEPEND="${CDEPEND}
349 !prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.6 ) )"
350
351 @@ -155,15 +154,6 @@ src_configure() {
352 src_compile() {
353 local bindir="${WORKDIR}"/sbcl-binary
354
355 - if use pax_kernel ; then
356 - # To disable PaX on hardened systems
357 - pax-mark -mr "${bindir}"/src/runtime/sbcl
358 -
359 - # Hack to disable PaX on second GENESIS stage
360 - sed -i -e '/^[ \t]*echo \/\/doing warm init - compilation phase$/a\ paxmark.sh -mr \.\/src\/runtime\/sbcl' \
361 - "${S}"/make-target-2.sh || die "Cannot disable PaX on second GENESIS runtime"
362 - fi
363 -
364 # clear the environment to get rid of non-ASCII strings, see bug #174702
365 # set HOME for paludis
366 env - HOME="${T}" PATH="${PATH}" \
367
368 diff --git a/dev-lisp/sbcl/sbcl-2.1.5.ebuild b/dev-lisp/sbcl/sbcl-2.1.5.ebuild
369 index 5b723d8bd15..31722af3e2b 100644
370 --- a/dev-lisp/sbcl/sbcl-2.1.5.ebuild
371 +++ b/dev-lisp/sbcl/sbcl-2.1.5.ebuild
372 @@ -38,12 +38,11 @@ SRC_URI="mirror://sourceforge/sbcl/${P}-source.tar.bz2
373 LICENSE="MIT"
374 SLOT="0/${PV}"
375 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris"
376 -IUSE="debug doc source +threads +unicode pax_kernel zlib"
377 +IUSE="debug doc source +threads +unicode zlib"
378
379 CDEPEND=">=dev-lisp/asdf-3.3:="
380 DEPEND="${CDEPEND}
381 - doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )
382 - pax_kernel? ( sys-apps/elfix )"
383 + doc? ( sys-apps/texinfo >=media-gfx/graphviz-2.26.0 )"
384 RDEPEND="${CDEPEND}
385 !prefix? ( elibc_glibc? ( >=sys-libs/glibc-2.6 ) )"
386
387 @@ -155,15 +154,6 @@ src_configure() {
388 src_compile() {
389 local bindir="${WORKDIR}"/sbcl-binary
390
391 - if use pax_kernel ; then
392 - # To disable PaX on hardened systems
393 - pax-mark -mr "${bindir}"/src/runtime/sbcl
394 -
395 - # Hack to disable PaX on second GENESIS stage
396 - sed -i -e '/^[ \t]*echo \/\/doing warm init - compilation phase$/a\ paxmark.sh -mr \.\/src\/runtime\/sbcl' \
397 - "${S}"/make-target-2.sh || die "Cannot disable PaX on second GENESIS runtime"
398 - fi
399 -
400 # clear the environment to get rid of non-ASCII strings, see bug #174702
401 # set HOME for paludis
402 env - HOME="${T}" PATH="${PATH}" \