Diff valgrind-3.21.0-r1 with a valgrind-3.21.0-r2
/usr/portage/dev-util/valgrind/valgrind-3.21.0-r2.ebuild 2023-10-09 14:52:31.008368388 +0300 | ||
---|---|---|
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
# The Valgrind upstream maintainer also maintains it in Fedora and will |
|
7 |
# backport fixes there which haven't yet made it into a release. Keep an eye |
|
8 |
# on it for fixes we should cherry-pick too: |
|
9 |
# https://src.fedoraproject.org/rpms/valgrind/tree/rawhide |
|
10 | ||
6 | 11 |
inherit autotools flag-o-matic toolchain-funcs multilib pax-utils |
7 | 12 | |
8 | 13 |
DESCRIPTION="An open-source memory debugger for GNU/Linux" |
... | ... | |
15 | 20 |
inherit verify-sig |
16 | 21 |
SRC_URI="https://sourceware.org/pub/valgrind/${P}.tar.bz2" |
17 | 22 |
SRC_URI+=" verify-sig? ( https://sourceware.org/pub/valgrind/${P}.tar.bz2.asc )" |
18 |
KEYWORDS="-* amd64 ~arm arm64 ~ppc ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" |
|
23 |
KEYWORDS="-* ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris" |
|
19 | 24 |
fi |
20 | 25 | |
21 | 26 |
LICENSE="GPL-2" |
... | ... | |
32 | 37 |
# Respect CFLAGS, LDFLAGS |
33 | 38 |
"${FILESDIR}"/${PN}-3.7.0-respect-flags.patch |
34 | 39 |
"${FILESDIR}"/${PN}-3.15.0-Build-ldst_multiple-test-with-fno-pie.patch |
40 |
"${FILESDIR}"/${PN}-3.21.0-glibc-2.34-suppressions.patch |
|
41 |
"${FILESDIR}"/${PN}-3.21.0-memcpy-fortify_source.patch |
|
35 | 42 |
) |
36 | 43 | |
37 | 44 |
src_prepare() { |