diff options
author | Sam James <sam@gentoo.org> | 2022-01-04 21:44:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-05 00:08:49 +0000 |
commit | 861ddc8a683191e99569a6d7fc34c0349a3e4b0f (patch) | |
tree | 37d11aa92faf8ebb8d4c674dea31367a044043c0 /dev-perl/BerkeleyDB | |
parent | kernel-2.eclass: Respect portage toolchain variables (diff) | |
download | gentoo-861ddc8a683191e99569a6d7fc34c0349a3e4b0f.tar.gz gentoo-861ddc8a683191e99569a6d7fc34c0349a3e4b0f.tar.bz2 gentoo-861ddc8a683191e99569a6d7fc34c0349a3e4b0f.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>
Diffstat (limited to 'dev-perl/BerkeleyDB')
-rw-r--r-- | dev-perl/BerkeleyDB/BerkeleyDB-0.640.0.ebuild | 7 |
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[@]}" )" |