Noticed by accident: """ axtls-2.1.5.ebuild: sed -i -e "s:^CONFIG_EXTRA_LDFLAGS_OPTIONS.*$:CONFIG_EXTRA_LDFLAGS_OPTIONS=\"${LDLAGS}\":" \ """ The intent is probably =\"${LDFLAGS}\"
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad96274e09f86500db4a53bab26f846b4940f0f8 commit ad96274e09f86500db4a53bab26f846b4940f0f8 Author: Sergei Trofimovich <slyfox@gentoo.org> AuthorDate: 2020-06-14 11:21:17 +0000 Commit: Sergei Trofimovich <slyfox@gentoo.org> CommitDate: 2020-06-14 11:21:17 +0000 net-libs/axtls: fix s/LDLAGS/LDFLAGS typo Closes: https://bugs.gentoo.org/724580 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> net-libs/axtls/axtls-2.1.5-r1.ebuild | 178 +++++++++++++++++++++++++++++++++++ 1 file changed, 178 insertions(+)
(In reply to Sergei Trofimovich from comment #0) > The intent is probably =\"${LDFLAGS}\" obviously. thanks.