commit: 3dd996bfbd2f0e96ff2d7c64a015810e3fcbef6c Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Mon Oct 21 00:23:45 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=3dd996bf
net-news/yydecode: backfill bug reference from 2011 for test workaround Bug: https://bugs.gentoo.org/277307 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> net-news/yydecode/yydecode-0.2.10-r3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-news/yydecode/yydecode-0.2.10-r3.ebuild b/net-news/yydecode/yydecode-0.2.10-r3.ebuild index e8ec50e18a03..e54b4f2e843d 100644 --- a/net-news/yydecode/yydecode-0.2.10-r3.ebuild +++ b/net-news/yydecode/yydecode-0.2.10-r3.ebuild @@ -20,6 +20,7 @@ PATCHES=( src_prepare() { default + # https://bugs.gentoo.org/277307 sed -e "s/t3.sh//" -e "s/t7.sh//" -i checks/Makefile.in checks/Makefile.am || die eautoreconf
