diff options
author | Sam James <sam@gentoo.org> | 2021-07-31 05:56:02 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-31 23:13:45 +0100 |
commit | cd52c6a5545ce3fe8002d0d2594e6bdb8c1f319e (patch) | |
tree | 357398ef30b6c08a7f9a12b26dc8c414ca27dbb1 /sys-apps/man-db | |
parent | app-metrics/collectd: fix tmpfiles path in conf.d (diff) | |
download | gentoo-cd52c6a5545ce3fe8002d0d2594e6bdb8c1f319e.tar.gz gentoo-cd52c6a5545ce3fe8002d0d2594e6bdb8c1f319e.tar.bz2 gentoo-cd52c6a5545ce3fe8002d0d2594e6bdb8c1f319e.zip |
sys-apps/man-db: fix DESCRIPTION
Signed-off-by: Sam James <sam@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/21842
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/man-db')
-rw-r--r-- | sys-apps/man-db/man-db-2.9.4-r1.ebuild | 2 | ||||
-rw-r--r-- | sys-apps/man-db/man-db-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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 index 3bdd29d11b1a..b96129617cc4 100644 --- a/sys-apps/man-db/man-db-2.9.4-r1.ebuild +++ b/sys-apps/man-db/man-db-2.9.4-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit systemd prefix tmpfiles -DESCRIPTION="a man replacement that utilizes berkdb instead of flat files" +DESCRIPTION="A man replacement that utilizes berkdb instead of flat files" HOMEPAGE="http://www.nongnu.org/man-db/" if [[ "${PV}" = 9999* ]] ; then inherit autotools git-r3 diff --git a/sys-apps/man-db/man-db-9999.ebuild b/sys-apps/man-db/man-db-9999.ebuild index 66b83690c0b4..e673f4391432 100644 --- a/sys-apps/man-db/man-db-9999.ebuild +++ b/sys-apps/man-db/man-db-9999.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit systemd prefix tmpfiles -DESCRIPTION="a man replacement that utilizes berkdb instead of flat files" +DESCRIPTION="A man replacement that utilizes berkdb instead of flat files" HOMEPAGE="http://www.nongnu.org/man-db/" if [[ "${PV}" = 9999* ]] ; then inherit autotools git-r3 |