[gentoo-user] Re: How to control 'configure' options for slrn?

2021-09-25 Thread Grant Edwards
On 2021-09-26, Ionen Wolkens wrote: > Almost all ebuilds using ./configure support reading EXTRA_ECONF to > pass additional arguments (done automatically through econf wrapper). Yep, that works for the slrn ebuild. > e.g. EXTRA_ECONF="--enable-inews" could be added through package.env[1] If

[gentoo-user] Re: How to control 'configure' options for slrn?

2021-09-25 Thread Grant Edwards
On 2021-09-25, Grant Edwards wrote: > I'd like to build slrn with --enable-inews, but that doesn't seem to > be suppored by the ebuild. Is there some way to control autotools > 'configure' options other than USE flags? found it: EXTRA_ECONF # EXTRA_CONF=--enable-inews emerge slrn

Re: [gentoo-user] How to control 'configure' options for slrn?

2021-09-25 Thread Ionen Wolkens
On Sat, Sep 25, 2021 at 11:32:15PM -, Grant Edwards wrote: > I'd like to build slrn with --enable-inews, but that doesn't seem to > be suppored by the ebuild. Is there some way to control autotools > 'configure' options other than USE flags? Almost all ebuilds using ./configure support

[gentoo-user] How to control 'configure' options for slrn?

2021-09-25 Thread Grant Edwards
I'd like to build slrn with --enable-inews, but that doesn't seem to be suppored by the ebuild. Is there some way to control autotools 'configure' options other than USE flags? -- Grant

Re: [gentoo-user][SOLVED] Master PDF Editor - version 4, without watermark

2021-09-25 Thread thelma
On 9/25/21 2:59 AM, Charlotte Delenk wrote: > On 9/25/21 09:45, Marco Rebhan wrote: >> On Saturday, 25 September 2021 09:06:20 CEST the...@sys-concept.com >> wrote: >>> Any idea where I can find "Master PDF Editor - version 4" ebuild? >>> Ver. 4 is without watermark. >> You can find it in the git

Re: [gentoo-user] systemd mount - what on earth is it doing ...

2021-09-25 Thread antlists
On 25/09/2021 21:30, Canek Peláez Valdés wrote: On Sat, Sep 25, 2021 at 1:48 PM antlists > wrote: [...] Bear in mind, integritysetup is not in my initrd, so ... I think you would need to put it in your initrd. If I've got my root on it (which is the plan,

Re: [gentoo-user] systemd mount - what on earth is it doing ...

2021-09-25 Thread Rich Freeman
On Sat, Sep 25, 2021 at 4:30 PM Canek Peláez Valdés wrote: > > the simplest solution is to put your integrity logic in the initrd (with the > added benefit that you can mount it in emergencies if something goes wrong > with root). > If you want to try this, consider this article I wrote ages

Re: [gentoo-user] systemd mount - what on earth is it doing ...

2021-09-25 Thread Canek Peláez Valdés
On Sat, Sep 25, 2021 at 1:48 PM antlists wrote: [...] > Bear in mind, integritysetup is not in my initrd, so ... > I think you would need to put it in your initrd. > It looks to me like grub switches to the real root partition read-only > before firing stuff off, so if I tell my

Re: [gentoo-user] Master PDF Editor - version 4, without watermark

2021-09-25 Thread Dale
Charlotte Delenk wrote: > On 9/25/21 19:44, Dale wrote: >> the...@sys-concept.com wrote: >>> On 9/25/21 2:59 AM, Charlotte Delenk wrote: On 9/25/21 09:45, Marco Rebhan wrote: > On Saturday, 25 September 2021 09:06:20 CEST the...@sys-concept.com > wrote: >> Any idea where I can

Re: [gentoo-user] systemd mount - what on earth is it doing ...

2021-09-25 Thread antlists
On 24/09/2021 21:30, Canek Peláez Valdés wrote: On Fri, Sep 24, 2021 at 2:25 PM antlists > wrote: This is weird ... My /home directory is set up somewhat strangely, as in I've got two raw partitions, I've put dm-integrity on them, raided them

Re: [gentoo-user] Master PDF Editor - version 4, without watermark

2021-09-25 Thread Charlotte Delenk
On 9/25/21 19:44, Dale wrote: the...@sys-concept.com wrote: On 9/25/21 2:59 AM, Charlotte Delenk wrote: On 9/25/21 09:45, Marco Rebhan wrote: On Saturday, 25 September 2021 09:06:20 CEST the...@sys-concept.com wrote: Any idea where I can find "Master PDF Editor - version 4" ebuild? Ver. 4 is

Re: [gentoo-user] Master PDF Editor - version 4, without watermark

2021-09-25 Thread thelma
On 9/25/21 11:40 AM, Neil Bothwick wrote: > On Sat, 25 Sep 2021 11:33:05 -0600, the...@sys-concept.com wrote: > >> I'm trying to test. I add to: >> package.accept_keywords >> =master-pdf-editor-4.3.89 ~amd64 >> >> emerge -avq =master-pdf-editor-4.3.89 >> --- Invalid atom in

Re: [gentoo-user] Master PDF Editor - version 4, without watermark

2021-09-25 Thread Dale
the...@sys-concept.com wrote: > On 9/25/21 2:59 AM, Charlotte Delenk wrote: >> On 9/25/21 09:45, Marco Rebhan wrote: >>> On Saturday, 25 September 2021 09:06:20 CEST the...@sys-concept.com >>> wrote: Any idea where I can find "Master PDF Editor - version 4" ebuild? Ver. 4 is without

Re: [gentoo-user] Master PDF Editor - version 4, without watermark

2021-09-25 Thread Neil Bothwick
On Sat, 25 Sep 2021 11:33:05 -0600, the...@sys-concept.com wrote: > I'm trying to test. I add to: > package.accept_keywords > =master-pdf-editor-4.3.89 ~amd64 > > emerge -avq =master-pdf-editor-4.3.89 > --- Invalid atom in /etc/portage/package.accept_keywords: > =master-pdf-editor-4.3.89 > *

Re: [gentoo-user] Master PDF Editor - version 4, without watermark

2021-09-25 Thread thelma
On 9/25/21 2:59 AM, Charlotte Delenk wrote: > On 9/25/21 09:45, Marco Rebhan wrote: >> On Saturday, 25 September 2021 09:06:20 CEST the...@sys-concept.com >> wrote: >>> Any idea where I can find "Master PDF Editor - version 4" ebuild? >>> Ver. 4 is without watermark. >> You can find it in the git

Re: [gentoo-user] Master PDF Editor - version 4, without watermark

2021-09-25 Thread Marco Rebhan
On Saturday, 25 September 2021 09:06:20 CEST the...@sys-concept.com wrote: > Any idea where I can find "Master PDF Editor - version 4" ebuild? > Ver. 4 is without watermark. You can find it in the git repository history: https://gitweb.gentoo.org/repo/gentoo.git/commit/?

Re: [gentoo-user] systemd mount - what on earth is it doing ...

2021-09-25 Thread Rich Freeman
On Sat, Sep 25, 2021 at 6:49 AM antlists wrote: > > On 24/09/2021 21:30, Canek Peláez Valdés wrote: > > There's a lot of info about how to write a service file, but if you need > to run before or after system service files, it's nowhere near so easy > to find out Before=WHAT or After=WHAT :-)

Re: [gentoo-user] systemd mount - what on earth is it doing ...

2021-09-25 Thread antlists
On 24/09/2021 21:30, Canek Peláez Valdés wrote: On Fri, Sep 24, 2021 at 2:25 PM antlists > wrote: This is weird ... My /home directory is set up somewhat strangely, as in I've got two raw partitions, I've put dm-integrity on them, raided them

Re: [gentoo-user] console scrollback (kernel 5.14)

2021-09-25 Thread Peter Humphrey
On Friday, 24 September 2021 18:29:11 BST Alan Mackenzie wrote: > To apply the patch (you surely know this already), cd to the top of the > kernel tree, and use > > $ patch -p1 < 5.14.5-scroll-20210924.diff [...] > .. Please let me know again how it works out. Thanks! Works for me, Alan,

Re: [gentoo-user] Master PDF Editor - version 4, without watermark

2021-09-25 Thread Charlotte Delenk
On 9/25/21 09:45, Marco Rebhan wrote: On Saturday, 25 September 2021 09:06:20 CEST the...@sys-concept.com wrote: Any idea where I can find "Master PDF Editor - version 4" ebuild? Ver. 4 is without watermark. You can find it in the git repository history:

[gentoo-user] Master PDF Editor - version 4, without watermark

2021-09-25 Thread thelma
Any idea where I can find "Master PDF Editor - version 4" ebuild? Ver. 4 is without watermark.