Re: [gentoo-dev] [PATCH] multilib.eclass: Include /$(get_libdir) in PKG_CONFIG_SYSTEM_LIBRARY_PATH.

2020-11-23 Thread Sergei Trofimovich
On Mon, 23 Nov 2020 21:55:35 -0500 Mike Gilbert wrote: > From: Arfrever Frehtes Taifersar Arahesis > > Set also PKG_CONFIG_SYSTEM_INCLUDE_PATH for consistency. > > Bug: https://bugs.gentoo.org/756238 > Signed-off-by: Arfrever Frehtes Taifersar Arahesis > --- > eclass/multilib.eclass | 4

[gentoo-dev] Last-rites: sys-kernel/xnu-headers, sys-libs/darwin-libc-headers, dev-libs/libmissing

2020-11-23 Thread Fabian Groffen
# Fabian Groffen (2020-11-23) # No longer used, not really functional either, noone should be using # this, removal in 30 days. sys-kernel/xnu-headers sys-libs/darwin-libc-headers dev-libs/libmissing -- Fabian Groffen Gentoo on a different level signature.asc Description: PGP signature

Re: [gentoo-dev] [PATCH 1/2] eapi8-dosym.eclass: New eclass.

2020-11-23 Thread Ulrich Mueller
> On Thu, 19 Nov 2020, Ulrich Müller wrote: > This implements the dosym command proposed for EAPI 8 (called dosym8 > because we cannot use the same name as the package-manager builtin). > "dosym -r " will expand the (apparent) path of > relative to the (apparent) path of the directory

[gentoo-dev] [PATCH] multilib.eclass: Include /$(get_libdir) in PKG_CONFIG_SYSTEM_LIBRARY_PATH.

2020-11-23 Thread Mike Gilbert
From: Arfrever Frehtes Taifersar Arahesis Set also PKG_CONFIG_SYSTEM_INCLUDE_PATH for consistency. Bug: https://bugs.gentoo.org/756238 Signed-off-by: Arfrever Frehtes Taifersar Arahesis --- eclass/multilib.eclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git