From b3177c95f37c66f83fee3dd97e35344063bb6c3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Tue, 11 Jun 2024 17:31:05 +0200 Subject: [PATCH] [dev-libs/libbson] move S up --- dev-libs/libbson/libbson-1.27.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-libs/libbson/libbson-1.27.2.ebuild b/dev-libs/libbson/libbson-1.27.2.ebuild index 2495da5..6f9c8eb 100644 --- a/dev-libs/libbson/libbson-1.27.2.ebuild +++ b/dev-libs/libbson/libbson-1.27.2.ebuild @@ -8,6 +8,7 @@ inherit cmake DESCRIPTION="Library routines related to building,parsing and iterating BSON documents" HOMEPAGE="https://github.com/mongodb/mongo-c-driver/tree/master/src/libbson" SRC_URI="https://github.com/mongodb/mongo-c-driver/archive/refs/tags/${PV}.tar.gz -> mongo-c-driver-${PV}.tar.gz" +S="${WORKDIR}/mongo-c-driver-${PV}" LICENSE="Apache-2.0" SLOT="0" @@ -16,8 +17,6 @@ IUSE="examples static-libs" BDEPEND="dev-python/sphinx" -S="${WORKDIR}/mongo-c-driver-${PV}" - src_prepare() { cmake_src_prepare