Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/BerkeleyDB/
Date: Wed, 05 Jan 2022 00:09:04
Message-Id: 1641341329.861ddc8a683191e99569a6d7fc34c0349a3e4b0f.sam@gentoo
1 commit: 861ddc8a683191e99569a6d7fc34c0349a3e4b0f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 4 21:44:51 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 5 00:08:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=861ddc8a
7
8 dev-perl/BerkeleyDB: fix typo in comment (and update it for Prefix)
9
10 Avoid obsolete FreeBSD reference which was a bit too specific anyway.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-perl/BerkeleyDB/BerkeleyDB-0.640.0.ebuild | 7 ++++---
15 1 file changed, 4 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-perl/BerkeleyDB/BerkeleyDB-0.640.0.ebuild b/dev-perl/BerkeleyDB/BerkeleyDB-0.640.0.ebuild
18 index 71df07af3248..7d73276cc223 100644
19 --- a/dev-perl/BerkeleyDB/BerkeleyDB-0.640.0.ebuild
20 +++ b/dev-perl/BerkeleyDB/BerkeleyDB-0.640.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -39,8 +39,9 @@ src_prepare() {
28 local DB_SUPPORTED=(
29 6 5 4 3 2
30 )
31 - # on Gentoo/FreeBSD we cannot trust on the symlink /usr/include/db.h
32 - # as for Gentoo/Linux, so we need to esplicitely declare the exact berkdb
33 +
34 + # on Gentoo Prefix, we cannot trust the symlink /usr/include/db.h
35 + # as for Gentoo/Linux, so we need to explicitly declare the exact berkdb
36 # include path
37 local dbdir="$(db_includedir "${DB_SUPPORTED[@]}" )"
38 local dbname="$(db_libname "${DB_SUPPORTED[@]}" )"