[dev-libs/libbson] move S up

This commit is contained in:
Robert Förster 2024-06-11 17:31:05 +02:00
parent 5e911f8366
commit b3177c95f3
1 changed files with 1 additions and 2 deletions

View File

@ -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