# Jason Zaman (2024-04-28)
# TensorFlow was removed from the tree in feb, Keras applications and
# preprocessing no longer have any revdeps in the tree. For ML, the
# recommendation is to install from pip in a venv.
# Removal in 30 days. Bug #930830
sci-libs/keras-applications
sci-libs/keras-prepr
On 28/04/2024 14.13, Ulrich Mueller wrote:
On Sun, 28 Apr 2024, Florian Schmaus wrote:
--- a/eclass/texlive-common.eclass
+++ b/eclass/texlive-common.eclass
@@ -270,10 +270,18 @@ texlive-common_update_tlpdb() {
touch "${new_tlpdb}" || die
if [[ -d "${tlpobj}" ]]; then
-
> On Sun, 28 Apr 2024, Florian Schmaus wrote:
> --- a/eclass/texlive-common.eclass
> +++ b/eclass/texlive-common.eclass
> @@ -270,10 +270,18 @@ texlive-common_update_tlpdb() {
> touch "${new_tlpdb}" || die
>
> if [[ -d "${tlpobj}" ]]; then
> - find "${tlpobj}" -maxdept
We previously created the texlive.tlpdb by concatenating all tlpobj
files. This means that the entries will be right after another.
As it turns out, some TeX Live tools require a newline (e.g., tlmgr)
between the entries, while others do not (e.g., texdoc). And the
"official" tlpdb also has the en