commit: 6a2af585f0a958abd6ed813ec9701a55c95526e5 Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Mon Oct 21 00:23:28 2024 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Mon Oct 21 02:54:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a2af585
net-news/yydecode: rerun autoreconf It has a vintage 2.57 install from 2003 which is missing various Modern C fixes. It cleanly re-autoreconfs and thereafter has no issues. Closes: https://bugs.gentoo.org/900266 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> net-news/yydecode/yydecode-0.2.10-r3.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/net-news/yydecode/yydecode-0.2.10-r3.ebuild b/net-news/yydecode/yydecode-0.2.10-r3.ebuild index ea67c7a10d37..e8ec50e18a03 100644 --- a/net-news/yydecode/yydecode-0.2.10-r3.ebuild +++ b/net-news/yydecode/yydecode-0.2.10-r3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit flag-o-matic +inherit autotools flag-o-matic DESCRIPTION="A decoder for yENC format, popular on Usenet" HOMEPAGE="https://yydecode.sourceforge.net/" @@ -19,7 +19,10 @@ PATCHES=( src_prepare() { default - sed -e "s/t3.sh//" -e "s/t7.sh//" -i checks/Makefile.in || die + + sed -e "s/t3.sh//" -e "s/t7.sh//" -i checks/Makefile.in checks/Makefile.am || die + + eautoreconf } src_configure() {
