# Jakov Smolić (2021-11-07)
# No maintainer, not compatible with llvm-11 or higher.
# Removal on 2021-12-07. Bug #812566.
dev-libs/vc-intrinsics
--
Jakov
OpenPGP_signature
Description: OpenPGP digital signature
Hi,
Sorry to bother you directly, but this seems very urgent and may be
neglected in the middle of all the tasks you had:
https://bugs.gentoo.org/822291
Stabilization of thunderbird current stable version 91!
78 should be masked since is not supported anymore.
https://en.wikipedia.org/wiki/
# Jakov Smolić (2021-11-07)
# Fails to build with glibc-2.34, dead upstream.
# Only revdep (media-video/clive) is outdated
# and uses EAPI 5.
# Removal on 2021-12-07. Bug #807172.
media-libs/quvi
media-video/clive
--
Jakov
OpenPGP_signature
Description: OpenPGP digital signature
# Jakov Smolić (2021-11-07)
# Unresolved security vulnerability, still uses EAPI 5.
# Removal on 2021-12-07. Bug #811168.
app-misc/rundeck-bin
--
Jakov
OpenPGP_signature
Description: OpenPGP digital signature
# Jakov Smolić (2021-11-07)
# Dead upstream, uses EAPI 5, no revdeps.
# Replaced by dev-db/mytop.
# Removal on 2021-12-07. Bug #819675.
dev-db/mtop
--
Jakov
OpenPGP_signature
Description: OpenPGP digital signature
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff
---
dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r1.ebuild | 34 +++
1 file changed, 34 insertions(+)
create mode 100644 dev-ruby/ruby-ldap/ruby-ldap-0.9.20-r1.ebuild
diff --git a/dev-ruby/ruby-ldap/ruby-ldap-0.
Introduce RUBY_FAKEGEM_EXTENSION_OPTIONS to allow setting options for
extensions.
Signed-off-by: Hans de Graaff
---
eclass/ruby-fakegem.eclass | 9 -
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass
index 4b954615cac9..a
Explicitly pass CC, CFLAGS and LDFLAGS when compiling ruby
extensions. By default ruby re-uses the stored flags used when
compiling ruby itself. This is intended to create a better chance of
compatibility between extensions and ruby itself, and extensions do
not need to bother with this themselves,