diff options
author | Kent Fredric <kentnl@gentoo.org> | 2019-07-08 23:34:41 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2019-07-08 23:34:41 +1200 |
commit | ba37af3d8f8befd5c931e924a18fcfbeee3ce75c (patch) | |
tree | a924a8ba4ab6b47add2625218ae567e1401d941f /dev-perl/Test-SharedFork | |
parent | dev-perl/Filesys-DiskSpace: Improve DESC re bug #689452 (diff) | |
download | gentoo-ba37af3d8f8befd5c931e924a18fcfbeee3ce75c.tar.gz gentoo-ba37af3d8f8befd5c931e924a18fcfbeee3ce75c.tar.bz2 gentoo-ba37af3d8f8befd5c931e924a18fcfbeee3ce75c.zip |
dev-perl/Test-SharedFork: Improve DESC re bug #689454
Hopefully upstream will adopt our wording when they ship the next
release, and if not, automated tooling may take their improved version
when that occurs.
But until then, a local fix is sufficient.
Bug: https://github.com/tokuhirom/Test-SharedFork/issues/25
Closes: https://bugs.gentoo.org/689454
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Test-SharedFork')
-rw-r--r-- | dev-perl/Test-SharedFork/Test-SharedFork-0.350.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Test-SharedFork/Test-SharedFork-0.350.0.ebuild b/dev-perl/Test-SharedFork/Test-SharedFork-0.350.0.ebuild index 4e07f1c2debd..83075f98b01f 100644 --- a/dev-perl/Test-SharedFork/Test-SharedFork-0.350.0.ebuild +++ b/dev-perl/Test-SharedFork/Test-SharedFork-0.350.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ DIST_AUTHOR=EXODIST DIST_VERSION=0.35 inherit perl-module -DESCRIPTION="fork test" +DESCRIPTION="Ensure that tests work correctly when fork() is used" SLOT="0" KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |