Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/man-db/
Date: Sat, 31 Jul 2021 22:17:31
Message-Id: 1627769625.cd52c6a5545ce3fe8002d0d2594e6bdb8c1f319e.sam@gentoo
1 commit: cd52c6a5545ce3fe8002d0d2594e6bdb8c1f319e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 31 04:56:02 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 31 22:13:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd52c6a5
7
8 sys-apps/man-db: fix DESCRIPTION
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11 Closes: https://github.com/gentoo/gentoo/pull/21842
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sys-apps/man-db/man-db-2.9.4-r1.ebuild | 2 +-
15 sys-apps/man-db/man-db-9999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/sys-apps/man-db/man-db-2.9.4-r1.ebuild b/sys-apps/man-db/man-db-2.9.4-r1.ebuild
19 index 3bdd29d11b1..b96129617cc 100644
20 --- a/sys-apps/man-db/man-db-2.9.4-r1.ebuild
21 +++ b/sys-apps/man-db/man-db-2.9.4-r1.ebuild
22 @@ -5,7 +5,7 @@ EAPI=7
23
24 inherit systemd prefix tmpfiles
25
26 -DESCRIPTION="a man replacement that utilizes berkdb instead of flat files"
27 +DESCRIPTION="A man replacement that utilizes berkdb instead of flat files"
28 HOMEPAGE="http://www.nongnu.org/man-db/"
29 if [[ "${PV}" = 9999* ]] ; then
30 inherit autotools git-r3
31
32 diff --git a/sys-apps/man-db/man-db-9999.ebuild b/sys-apps/man-db/man-db-9999.ebuild
33 index 66b83690c0b..e673f439143 100644
34 --- a/sys-apps/man-db/man-db-9999.ebuild
35 +++ b/sys-apps/man-db/man-db-9999.ebuild
36 @@ -5,7 +5,7 @@ EAPI=7
37
38 inherit systemd prefix tmpfiles
39
40 -DESCRIPTION="a man replacement that utilizes berkdb instead of flat files"
41 +DESCRIPTION="A man replacement that utilizes berkdb instead of flat files"
42 HOMEPAGE="http://www.nongnu.org/man-db/"
43 if [[ "${PV}" = 9999* ]] ; then
44 inherit autotools git-r3