Gentoo Archives: gentoo-alt

From: Al <oss.elmar@××××××××××.com>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] Everything OK with PROFILE_PATHES?
Date: Mon, 20 Sep 2010 12:46:28
Message-Id: AANLkTimDqd3kJ2uJvuKN0QKWQSfWhrc0WQGWUo3Wu51t@mail.gmail.com
1 I don't know if this is Prefix specific or general. From within an
2 ebuild I dumped the environment "env > env.txt". This is an extract.
3
4 PROFILE_PATHS=/home/prefix/gentoo/usr/portage/profiles/base
5 /home/prefix/gentoo/usr/portage/profiles/prefix
6 /home/prefix/gentoo/usr/portage/profiles/prefix/windows
7 /home/prefix/gentoo/usr/portage/profiles/prefix/windows/cygwin
8 /home/prefix/gentoo/usr/portage/profiles/prefix/windows/cygwin/1.7
9 /home/prefix/gentoo/usr/portage/profiles/prefix/windows/cygwin/1.7/x86
10
11 What looks strange to me is the fact, that this are multiple lines.
12 There aren't multiple lines in other variables. It looks as if this is
13 is not one variable but six different ones.
14
15 It may be an artefact due to the way "env" works or from Cygwin. It
16 gives something to think anyway.
17
18 Al