commit: d0977ceabf102fd8b7d570902a5feb516f71016c Author: NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com> AuthorDate: Mon Dec 30 17:07:08 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Dec 31 14:22:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0977cea
sci-biology/yass: Remove USE=dmalloc It's janky and causes build failures Bug: https://bugs.gentoo.org/946814 Signed-off-by: NHOrus <jy6x2b32pie9 <AT> yahoo.com> Signed-off-by: Sam James <sam <AT> gentoo.org> sci-biology/yass/metadata.xml | 1 - sci-biology/yass/yass-1.14-r3.ebuild | 9 +++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/sci-biology/yass/metadata.xml b/sci-biology/yass/metadata.xml index 1235113d13c6..4688bfdad406 100644 --- a/sci-biology/yass/metadata.xml +++ b/sci-biology/yass/metadata.xml @@ -6,7 +6,6 @@ <name>Gentoo Biology Project</name> </maintainer> <use> - <flag name="dmalloc">Enable debugging with the dmalloc library</flag> <flag name="lowmem">Build for environments with low amounts of memory</flag> </use> </pkgmetadata> diff --git a/sci-biology/yass/yass-1.14-r3.ebuild b/sci-biology/yass/yass-1.14-r3.ebuild index 3913c44f4580..be75847e2ad0 100644 --- a/sci-biology/yass/yass-1.14-r3.ebuild +++ b/sci-biology/yass/yass-1.14-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,10 +12,7 @@ SRC_URI="http://bioinfo.lifl.fr/yass/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="dmalloc lowmem threads" - -DEPEND="dmalloc? ( dev-libs/dmalloc )" -RDEPEND="${DEPEND}" +IUSE="lowmem threads" PATCHES=( "${FILESDIR}"/${PV}-as-needed.patch ) @@ -28,5 +25,5 @@ src_configure() { econf \ $(use_enable threads) \ $(use_enable lowmem lowmemory) \ - $(use_with dmalloc) + --without-dmalloc }
