Gentoo Archives: gentoo-portage-dev

From: Joseph Booker <joe@××××××××××.net>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] euse creates broken /etc/make.conf when USE declaration starts with empty line:
Date: Wed, 24 Jun 2009 15:27:41
Message-Id: 20090624102731.677409f3@fenrir
In Reply to: [gentoo-portage-dev] euse creates broken /etc/make.conf when USE declaration starts with empty line: by Amit Dor-Shifer
1 On Wed, 24 Jun 2009 16:23:59 +0300
2 Amit Dor-Shifer <amitds@××××××.com> wrote:
3
4 > Hi.
5 >
6 > I have the following USE setup in /etc/make.conf:
7 >
8 > USE="
9 > a b
10 > c
11 >
12 > -d -e
13 > "
14
15 Try the following:
16 USE=" \
17 a b \
18 c \
19 \
20 -d -e \
21 "
22
23 What you have is correct bash syntax, but the way written above
24 (escaping the new lines) will work with euse and portage
25
26 btw, gentoo-portage-dev really isn't the place to discuss euse bugs,
27 gentoo-dev, gentoo-user, the forums, or bugs.gentoo.org would be more
28 appropriate. (gentoo-portage-dev is more about the internals of portage)
29
30 --
31 Joseph Booker

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies