diff options
author | Kent Fredric <kentnl@gentoo.org> | 2019-07-08 23:28:15 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2019-07-08 23:28:15 +1200 |
commit | dd760dbea78c8829307280a4bf08fced214a239e (patch) | |
tree | 475c513580663496223b6fc13ff7529180d90937 /dev-perl/Filesys-DiskSpace | |
parent | net-analyzer/chaosreader: amd64 stable wrt bug #689404 (diff) | |
download | gentoo-dd760dbea78c8829307280a4bf08fced214a239e.tar.gz gentoo-dd760dbea78c8829307280a4bf08fced214a239e.tar.bz2 gentoo-dd760dbea78c8829307280a4bf08fced214a239e.zip |
dev-perl/Filesys-DiskSpace: Improve DESC re bug #689452
Hopefully upstream will adopt our wording when they ship the next
release sometime this century, and if not, automated tooling may take
their improved version when that occurs.
But until then, a local fix is sufficient
Bug: https://rt.cpan.org/Ticket/Display.html?id=130011
Closes: https://bugs.gentoo.org/689452
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Filesys-DiskSpace')
-rw-r--r-- | dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild b/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild index 9b8b57d29951..9b97c4309fb5 100644 --- a/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild +++ b/dev-perl/Filesys-DiskSpace/Filesys-DiskSpace-0.50.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ DIST_AUTHOR=FTASSIN DIST_VERSION=0.05 inherit perl-module -DESCRIPTION="Perl df" +DESCRIPTION="Disk space information" SLOT="0" KEYWORDS="amd64 ~ppc sparc x86" |