# David Seifert (2020-12-11)
# Last MIT release in 2007, declared EOL by Intel in 2017.
# Build and test failures, abandoned parallelism paradigm,
# no revdeps. If you're really still using this, switch to
# OpenMP. Bug #572130, #643590, Removal in 30 days.
dev-lang/cilk
signature.asc
Descriptio
# Aisha Tammy (2020-12-11)
# last update upstream in 2017, does not build.
# OpenMP is a better alternative.
# Bug #717692, #741594
# Removal in 30 days.
sci-libs/xkaapi
signature.asc
Description: This is a digitally signed message part
Bug: https://bugs.gentoo.org/759433
Signed-off-by: Mike Gilbert
---
dev-util/meson/files/meson-array | 18 ++
...on-0.55.3.ebuild => meson-0.55.3-r1.ebuild} | 5 +
dev-util/meson/meson-.ebuild | 5 +
3 files changed, 28 insertions(+)
crea
This allows python-exec to pick a suitable interpreter when
/usr/bin/python is missing.
Closes: https://bugs.gentoo.org/759433
Signed-off-by: Mike Gilbert
---
eclass/meson.eclass | 100 +---
1 file changed, 39 insertions(+), 61 deletions(-)
diff --git a/e
Bug: https://bugs.gentoo.org/759433
Signed-off-by: Mike Gilbert
---
.../gallium-nine-standalone-0.7.ebuild| 4 ++--
.../gallium-nine-standalone-.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git
a/app-emulation/gallium
On Fri, 11 Dec 2020 18:17:43 -0500
Mike Gilbert wrote:
> This allows python-exec to pick a suitable interpreter when
> /usr/bin/python is missing.
>
> Closes: https://bugs.gentoo.org/759433
> Signed-off-by: Mike Gilbert
> ---
> eclass/meson.eclass | 100 +---
Current versions of libressl link libcrypto and libssl into libtls
statically, allowing libtls to be installed concurrently with openssl
without any ABI breakage.
Would it be possible to have a use flag such as 'libtlsonly' or whatever
for the ebuild which only installs libtls, allowing it to
Paul B. Henson wrote:
> Would it be possible to have a use flag such as 'libtlsonly' or whatever
> for the ebuild which only installs libtls,
Sure.
> Or have a separate ebuild just for libtls (which couldn't
> be installed with the full libressl ebuild or vice versa)
That's also technically p