commit: 1c1c3c6f36091848191c9383a624fafcfd7e2df0 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Oct 20 15:34:52 2022 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Fri Oct 21 00:48:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c1c3c6f
dev-lang/neko: depend on boehm-gc with USE=threads Closes: https://bugs.gentoo.org/877199 Closes: https://bugs.gentoo.org/830097 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> dev-lang/neko/{neko-2.3.0-r1.ebuild => neko-2.3.0-r2.ebuild} | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-lang/neko/neko-2.3.0-r1.ebuild b/dev-lang/neko/neko-2.3.0-r2.ebuild similarity index 86% rename from dev-lang/neko/neko-2.3.0-r1.ebuild rename to dev-lang/neko/neko-2.3.0-r2.ebuild index 701f48537ec9..f51030b4e47b 100644 --- a/dev-lang/neko/neko-2.3.0-r1.ebuild +++ b/dev-lang/neko/neko-2.3.0-r2.ebuild @@ -6,9 +6,10 @@ EAPI=8 inherit flag-o-matic cmake DESCRIPTION="Neko is a high-level dynamically typed programming language" -HOMEPAGE="https://nekovm.org/" +HOMEPAGE="https://nekovm.org/ + https://github.com/HaxeFoundation/neko/" -if [[ "${PV}" == *9999* ]]; then +if [[ "${PV}" == *9999* ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/HaxeFoundation/${PN}.git" else @@ -23,8 +24,8 @@ LICENSE="MIT" SLOT="0/${PV}" IUSE="apache mysql sqlite ssl" -DEPEND=" - dev-libs/boehm-gc:= +RDEPEND=" + dev-libs/boehm-gc:=[threads] dev-libs/libpcre:= sys-libs/zlib:= apache? ( www-servers/apache:2= ) @@ -35,7 +36,7 @@ DEPEND=" net-libs/mbedtls:= ) " -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND}" src_configure() { # -Werror=strict-aliasing warnings, bug #855641
