summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-01-04 21:44:51 +0000
committerSam James <sam@gentoo.org>2022-01-05 00:08:49 +0000
commit861ddc8a683191e99569a6d7fc34c0349a3e4b0f (patch)
tree37d11aa92faf8ebb8d4c674dea31367a044043c0
parentkernel-2.eclass: Respect portage toolchain variables (diff)
downloadgentoo-861ddc8a.tar.gz
gentoo-861ddc8a.tar.bz2
gentoo-861ddc8a.zip
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@gentoo.org>
-rw-r--r--dev-perl/BerkeleyDB/BerkeleyDB-0.640.0.ebuild7
1 files 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[@]}" )"