Re: [gentoo-dev] [PATCH 0/4] elt-patches: support wrapped Win32 MSVC toolchain

2020-03-13 Thread Alexis Ballier
On Thu, 2020-03-12 at 20:59 +, James Le Cuirot wrote: > On Thu, 12 Mar 2020 11:23:04 +0100 > Alexis Ballier wrote: > > > On Thu, 2020-03-12 at 09:06 +0100, ha...@gentoo.org wrote: > > > As this native Win32 support is considered highly experimental > > > still, > > > I > > > would like to

[gentoo-dev] Re: [PATCH 0/4] elt-patches: support wrapped Win32 MSVC toolchain

2020-03-13 Thread Michael Haubenwallner
On 3/12/20 11:23 AM, Alexis Ballier wrote: > On Thu, 2020-03-12 at 09:06 +0100, ha...@gentoo.org wrote: >> As this native Win32 support is considered highly experimental still, >> I >> would like to apply the libtool patches for parity via elibtoolize >> only, >> without applying them in

[gentoo-dev] Re: [PATCH 4/4] winnt: die if libtool version is not 2.4.6+

2020-03-13 Thread Michael Haubenwallner
On 3/12/20 9:48 PM, James Le Cuirot wrote: > On Thu, 12 Mar 2020 09:06:26 +0100 > ha...@gentoo.org wrote: > >> From: Michael Haubenwallner >> >> Signed-off-by: Michael Haubenwallner >> --- >> eltpatch.in | 14 +- >> 1 file changed, 13 insertions(+), 1 deletion(-) >> >> diff --git

[gentoo-dev] rfc: reply-to munging

2020-03-13 Thread William Hubbs
On Thu, Mar 12, 2020 at 09:09:39PM +0100, Andreas K. Huettel wrote: > Am Donnerstag, 12. März 2020, 20:23:56 CET schrieb Michał Górny: > > I suppose that a part of the problem is the default Reply-To in these > > mails. Yes, I agree that this is a problem. > Which was deliberately added... Why

Re: [gentoo-dev] Fwd: [gentoo-commits] repo/gentoo:master commit in: app-office/calcurse/

2020-03-13 Thread Rich Freeman
On Fri, Mar 13, 2020 at 1:29 AM Chí-Thanh Christopher Nguyễn wrote: > > Alec Warner schrieb: > > On Thu, Mar 12, 2020 at 9:54 AM Andreas K. Huettel > > wrote: > > > > Someone needs to grow up here. > > > > > > Meh, to me (someone who can't commit to ::gentoo) I

[gentoo-dev] Last rites: dev-python/cliff-tablib

2020-03-13 Thread Matthew Thode
# Matthew Thode (2020-03-13) # masked for removal in 14 days. Bug #712310 dev-python/cliff-tablib https://bugs.gentoo.org/712310 -- Matthew Thode (prometheanfire) signature.asc Description: PGP signature

Re: [gentoo-dev] [PATCH] autotools.eclass: reorder sysroot M4 include dir option

2020-03-13 Thread James Le Cuirot
On Fri, 13 Mar 2020 14:23:48 -0400 David Michael wrote: > The old autoconf-2.13 version requires options to be specified > before the file name argument, so packages with WANT_AUTOCONF="2.1" > would fail to build in a sysroot with the -l option at the end. > > Closes:

[gentoo-dev] [PATCH v2] fcaps.eclass: use BDEPEND for EAPI 7

2020-03-13 Thread David Michael
The eclass installs libcap to execute the setcap program, so it must be installed in /. Optional libcap linking is handled by the USE=caps flag, which is unrelated to this eclass, so the DEPEND declaration is not needed on EAPI 7. Closes: https://bugs.gentoo.org/700018 Signed-off-by: David

Re: [gentoo-dev] rfc: reply-to munging

2020-03-13 Thread Robin H. Johnson
On Fri, Mar 13, 2020 at 08:53:39AM -0500, William Hubbs wrote: > On Thu, Mar 12, 2020 at 09:09:39PM +0100, Andreas K. Huettel wrote: > > Am Donnerstag, 12. März 2020, 20:23:56 CET schrieb Michał Górny: > > > I suppose that a part of the problem is the default Reply-To in these > > > mails. > >

Re: [gentoo-dev] [PATCH] fcaps.eclass: use BDEPEND for EAPI 7

2020-03-13 Thread Mike Gilbert
On Fri, Mar 13, 2020 at 2:23 PM David Michael wrote: > > The eclass installs libcap to execute the setcap program, so it > must be installed in /. Optional libcap linking is handled by the > USE=caps flag, which is unrelated to this eclass, so the DEPEND > declaration is not needed on EAPI 7. >

[gentoo-dev] [PATCH] fcaps.eclass: use BDEPEND for EAPI 7

2020-03-13 Thread David Michael
The eclass installs libcap to execute the setcap program, so it must be installed in /. Optional libcap linking is handled by the USE=caps flag, which is unrelated to this eclass, so the DEPEND declaration is not needed on EAPI 7. Closes: https://bugs.gentoo.org/700018 Signed-off-by: David

[gentoo-dev] [PATCH] autotools.eclass: reorder sysroot M4 include dir option

2020-03-13 Thread David Michael
The old autoconf-2.13 version requires options to be specified before the file name argument, so packages with WANT_AUTOCONF="2.1" would fail to build in a sysroot with the -l option at the end. Closes: https://bugs.gentoo.org/710792 Signed-off-by: David Michael --- eclass/autotools.eclass | 4

[gentoo-dev] [PATCH] dev-python/booleanOperations: add proper dependency

2020-03-13 Thread Jason A. Donenfeld
Otherwise we incur breakage. Closes: https://bugs.gentoo.org/712212 Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Jason A. Donenfeld --- Not my package, so emailing to you/the list to apply it. Python people are usually kind of touchy about non-maintainers twiddling around.