commit: 861ddc8a683191e99569a6d7fc34c0349a3e4b0f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 4 21:44:51 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 5 00:08:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=861ddc8a
dev-perl/BerkeleyDB: fix typo in comment (and update it for Prefix)
Avoid obsolete FreeBSD reference which was a bit too specific anyway.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/BerkeleyDB/BerkeleyDB-0.640.0.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-perl/BerkeleyDB/BerkeleyDB-0.640.0.ebuild
b/dev-perl/BerkeleyDB/BerkeleyDB-0.640.0.ebuild
index 71df07af3248..7d73276cc223 100644
--- a/dev-perl/BerkeleyDB/BerkeleyDB-0.640.0.ebuild
+++ b/dev-perl/BerkeleyDB/BerkeleyDB-0.640.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -39,8 +39,9 @@ src_prepare() {
local DB_SUPPORTED=(
6 5 4 3 2
)
- # on Gentoo/FreeBSD we cannot trust on the symlink /usr/include/db.h
- # as for Gentoo/Linux, so we need to esplicitely declare the exact
berkdb
+
+ # on Gentoo Prefix, we cannot trust the symlink /usr/include/db.h
+ # as for Gentoo/Linux, so we need to explicitly declare the exact berkdb
# include path
local dbdir="$(db_includedir "${DB_SUPPORTED[@]}" )"
local dbname="$(db_libname "${DB_SUPPORTED[@]}" )"