diff options
author | Sam James <sam@gentoo.org> | 2023-04-29 02:38:15 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-29 02:38:15 +0100 |
commit | 4fd1665450d08a529dceb4d61add6ffd881d7a7e (patch) | |
tree | d9823fb31a6e26e09bb0448aa57ebdd36bfe53e2 /dev-util/valgrind | |
parent | kde-apps/umbrello: Stabilize 23.04.0 arm64, #904822 (diff) | |
download | gentoo-4fd1665450d08a529dceb4d61add6ffd881d7a7e.tar.gz gentoo-4fd1665450d08a529dceb4d61add6ffd881d7a7e.tar.bz2 gentoo-4fd1665450d08a529dceb4d61add6ffd881d7a7e.zip |
dev-util/valgrind: drop extra musl patch from 3.21.0
See https://git.alpinelinux.org/aports/commit/?id=16d1a42e426bdafcd837339acbc5a8761bf40d6b,
I thought that we still needed this one as well but apparently not, so let's
drop it.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/valgrind')
-rw-r--r-- | dev-util/valgrind/valgrind-3.21.0-r1.ebuild (renamed from dev-util/valgrind/valgrind-3.21.0.ebuild) | 6 | ||||
-rw-r--r-- | dev-util/valgrind/valgrind-9999.ebuild | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/dev-util/valgrind/valgrind-3.21.0.ebuild b/dev-util/valgrind/valgrind-3.21.0-r1.ebuild index 1dc6424e705b..103c949ad515 100644 --- a/dev-util/valgrind/valgrind-3.21.0.ebuild +++ b/dev-util/valgrind/valgrind-3.21.0-r1.ebuild @@ -41,12 +41,6 @@ src_prepare() { # Don't force multiarch stuff on OSX, bug #306467 sed -i -e 's:-arch \(i386\|x86_64\)::g' Makefile.all.am || die - if use elibc_musl ; then - PATCHES+=( - "${FILESDIR}"/${PN}-3.13.0-malloc.patch - ) - fi - if [[ ${CHOST} == *-solaris* ]] ; then # upstream doesn't support this, but we don't build with # Sun/Oracle ld, we have a GNU toolchain, so get some things diff --git a/dev-util/valgrind/valgrind-9999.ebuild b/dev-util/valgrind/valgrind-9999.ebuild index 1dc6424e705b..103c949ad515 100644 --- a/dev-util/valgrind/valgrind-9999.ebuild +++ b/dev-util/valgrind/valgrind-9999.ebuild @@ -41,12 +41,6 @@ src_prepare() { # Don't force multiarch stuff on OSX, bug #306467 sed -i -e 's:-arch \(i386\|x86_64\)::g' Makefile.all.am || die - if use elibc_musl ; then - PATCHES+=( - "${FILESDIR}"/${PN}-3.13.0-malloc.patch - ) - fi - if [[ ${CHOST} == *-solaris* ]] ; then # upstream doesn't support this, but we don't build with # Sun/Oracle ld, we have a GNU toolchain, so get some things |