commit: 1ef08157a51b1d436346a9b0688fdab347fbca72 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun Jun 11 23:04:15 2023 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun Jun 11 23:04:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ef08157
media-gfx/enblend: Needs threads support in dmalloc Closes: https://bugs.gentoo.org/889244 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild b/media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild index 5d63ad16e3c3..582627f70f78 100644 --- a/media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild +++ b/media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild @@ -37,7 +37,7 @@ RDEPEND=" media-libs/tiff:= media-libs/vigra[openexr] sci-libs/gsl:= - debug? ( dev-libs/dmalloc ) + debug? ( dev-libs/dmalloc[threads] ) tcmalloc? ( dev-util/google-perftools ) " DEPEND="${RDEPEND}
