Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/qdbm/
Date: Sat, 10 Sep 2022 01:52:03
Message-Id: 1662774468.3420a8337a7165eb8dd5e8422a6cf51805c77927.hattya@gentoo
1 commit: 3420a8337a7165eb8dd5e8422a6cf51805c77927
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 10 01:47:48 2022 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 10 01:47:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3420a833
7
8 dev-db/qdbm: fix docs installation paths
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 dev-db/qdbm/{qdbm-1.8.78-r3.ebuild => qdbm-1.8.78-r4.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-db/qdbm/qdbm-1.8.78-r3.ebuild b/dev-db/qdbm/qdbm-1.8.78-r4.ebuild
17 similarity index 97%
18 rename from dev-db/qdbm/qdbm-1.8.78-r3.ebuild
19 rename to dev-db/qdbm/qdbm-1.8.78-r4.ebuild
20 index 826283f03b2b..4351c1689029 100644
21 --- a/dev-db/qdbm/qdbm-1.8.78-r3.ebuild
22 +++ b/dev-db/qdbm/qdbm-1.8.78-r4.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2021 Gentoo Authors
25 +# Copyright 1999-2022 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI="7"
29 @@ -77,7 +77,7 @@ qdbm_foreach_api() {
30 emake check
31 ;;
32 install)
33 - emake DESTDIR="${D}" MYDATADIR=/usr/share/doc/${P}/html install
34 + emake DESTDIR="${D}" MYDATADIR=/usr/share/doc/${PF}/html install
35 esac
36 cd - >/dev/null
37 else