commit: ba37af3d8f8befd5c931e924a18fcfbeee3ce75c Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Mon Jul 8 11:34:41 2019 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Mon Jul 8 11:34:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba37af3d
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 <AT> gentoo.org> dev-perl/Test-SharedFork/Test-SharedFork-0.350.0.ebuild | 4 ++-- 1 file 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 4e07f1c2deb..83075f98b01 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"
