Gentoo Archives: gentoo-user

From: Martin Vaeth <martin@×××××.de>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Old Firefox ebuild?
Date: Sun, 16 Oct 2016 19:28:01
Message-Id: slrno07l4q.v7j.martin@lounge.imp.fu-berlin.de
In Reply to: Re: [gentoo-user] Re: Old Firefox ebuild? by waltdnes@waltdnes.org
1 waltdnes@××××××××.org <waltdnes@××××××××.org> wrote:
2 >
3 > I build my own.
4
5 I would never recommend installing something without
6 the package manager's sandbox. And be it just because of
7 possible bugs in the makefile which might cause files
8 (unintentionally) ending on the wrong place.
9
10 > There are a whole slew of "--enable" and "--disable" options.
11
12 Yet another reason to use an ebuild! You set the USE-flags once,
13 and for updates you will have the same things enabled/disabled.
14 Fortunately, the palemoon ebuild is well done and passes most
15 configure options as USE-flags, but if it is not enough for you,
16 you can of course still use EXTRA_ECONF or roll your own ebuild.
17 In any case this is better than installing "behind the package
18 manager's back".