diff --git a/app-admin/mongo-tools/metadata.xml b/app-admin/mongo-tools/metadata.xml
index 92a6b5a..fa92772 100644
--- a/app-admin/mongo-tools/metadata.xml
+++ b/app-admin/mongo-tools/metadata.xml
@@ -6,7 +6,7 @@
Alexys Jacob
- cpe:/a:mongodb:database_tools
+ cpe:/a:mongodb:database_tools
mongodb/mongo-tools
diff --git a/app-admin/mongo-tools/mongo-tools-100.9.5.ebuild b/app-admin/mongo-tools/mongo-tools-100.9.5.ebuild
index fabb0b9..3386b43 100644
--- a/app-admin/mongo-tools/mongo-tools-100.9.5.ebuild
+++ b/app-admin/mongo-tools/mongo-tools-100.9.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,6 +6,7 @@ EAPI=8
DESCRIPTION="A high-performance, open source, schema-free document-oriented database"
HOMEPAGE="https://www.mongodb.com"
SRC_URI="https://github.com/mongodb/mongo-tools/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/src/${EGO_PN}"
LICENSE="Apache-2.0"
SLOT="0"
@@ -21,7 +22,6 @@ BDEPEND=">=dev-lang/go-1.21.10:="
QA_FLAGS_IGNORED='.*'
EGO_PN="github.com/mongodb/mongo-tools"
-S="${WORKDIR}/src/${EGO_PN}"
src_unpack() {
mkdir -p "${S%/*}" || die