commit: a16963d1deb42621326dc336bc43b1922b7cab02 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Aug 28 06:39:28 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Aug 28 06:39:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a16963d1
dev-util/valgrind: add note wrt Fedora cherry-picks I've discussed this with mjw already and the plan is to hopefully have a rolling branch upstream for cherry-picks, but add the note here for now. Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/valgrind/valgrind-3.21.0-r2.ebuild | 5 +++++ dev-util/valgrind/valgrind-9999.ebuild | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/dev-util/valgrind/valgrind-3.21.0-r2.ebuild b/dev-util/valgrind/valgrind-3.21.0-r2.ebuild index 8a4f5d8f4003..59d9e5a4d678 100644 --- a/dev-util/valgrind/valgrind-3.21.0-r2.ebuild +++ b/dev-util/valgrind/valgrind-3.21.0-r2.ebuild @@ -3,6 +3,11 @@ EAPI=8 +# The Valgrind upstream maintainer also maintains it in Fedora and will +# backport fixes there which haven't yet made it into a release. Keep an eye +# on it for fixes we should cherry-pick too: +# https://src.fedoraproject.org/rpms/valgrind/tree/rawhide + inherit autotools flag-o-matic toolchain-funcs multilib pax-utils DESCRIPTION="An open-source memory debugger for GNU/Linux" diff --git a/dev-util/valgrind/valgrind-9999.ebuild b/dev-util/valgrind/valgrind-9999.ebuild index c1a57f63331b..35e98ebeba1d 100644 --- a/dev-util/valgrind/valgrind-9999.ebuild +++ b/dev-util/valgrind/valgrind-9999.ebuild @@ -3,6 +3,11 @@ EAPI=8 +# The Valgrind upstream maintainer also maintains it in Fedora and will +# backport fixes there which haven't yet made it into a release. Keep an eye +# on it for fixes we should cherry-pick too: +# https://src.fedoraproject.org/rpms/valgrind/tree/rawhide + inherit autotools flag-o-matic toolchain-funcs multilib pax-utils DESCRIPTION="An open-source memory debugger for GNU/Linux"
