Re: [gentoo-dev] [PATCH] mate.eclass: drop static-libs whenever possible

2020-08-02 Thread Adam Feldman
On 8/2/20 3:56 AM, Mart Raudsepp wrote: > Ühel kenal päeval, L, 01.08.2020 kell 14:32, kirjutas Adam Feldman: >> + gnome2_src_configure ${mateconf[@]} "$@" > > This might be something we may want to consider adding to gnome2.eclass > instead? > But I guess that's something to consider for an

Re: [gentoo-dev] [PATCH] mate.eclass: drop static-libs whenever possible

2020-08-02 Thread Mart Raudsepp
Ühel kenal päeval, L, 01.08.2020 kell 14:32, kirjutas Adam Feldman: > + gnome2_src_configure ${mateconf[@]} "$@" This might be something we may want to consider adding to gnome2.eclass instead? But I guess that's something to consider for any EAPI-7 port instead, should one eventually happen

Re: [gentoo-dev] [PATCH] mate.eclass: drop static-libs whenever possible

2020-08-01 Thread Adam Feldman
On 8/1/20 4:25 PM, Michał Górny wrote: > On Sat, 2020-08-01 at 14:32 -0400, Adam Feldman wrote: >> Whenever package doesn't have static-libs available and selected, >> if configure script has static-libs selectable, explicitly disable >> >> Bug: https://bugs.gentoo.org/695878 >> --- >> eclass/mate

Re: [gentoo-dev] [PATCH] mate.eclass: drop static-libs whenever possible

2020-08-01 Thread Michał Górny
On Sat, 2020-08-01 at 14:32 -0400, Adam Feldman wrote: > Whenever package doesn't have static-libs available and selected, > if configure script has static-libs selectable, explicitly disable > > Bug: https://bugs.gentoo.org/695878 > --- > eclass/mate.eclass | 12 +++- > 1 file changed, 1

[gentoo-dev] [PATCH] mate.eclass: drop static-libs whenever possible

2020-08-01 Thread Adam Feldman
Whenever package doesn't have static-libs available and selected, if configure script has static-libs selectable, explicitly disable Bug: https://bugs.gentoo.org/695878 --- eclass/mate.eclass | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/eclass/mate.eclass b/ecl