From d088460242b17e4ad6bd2c5c09c6f12e38579cd0 Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Fri, 16 Sep 2016 16:11:09 +1200 Subject: [PATCH] dev-perl/Devel-GlobalDestruction: Fix DESCRIPTIONS for QA Package-Manager: portage-2.3.0 --- .../Devel-GlobalDestruction-0.120.0.ebuild | 4 ++-- .../Devel-GlobalDestruction-0.130.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.120.0.ebuild b/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.120.0.ebuild index 79e2dcee4db0c..bf9c648ec9f3c 100644 --- a/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.120.0.ebuild +++ b/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.120.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ MODULE_AUTHOR=HAARG MODULE_VERSION=0.12 inherit perl-module -DESCRIPTION="Expose PL_dirty, the flag which marks global destruction" +DESCRIPTION='Returns the equivalent of ${^GLOBAL_PHASE} eq DESTRUCT for older perls' SLOT="0" KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 x86 ~ppc-aix ~x86-fbsd ~x86-solaris" diff --git a/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.130.0.ebuild b/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.130.0.ebuild index 6a9615dbd0cdb..9f2c498c72b1c 100644 --- a/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.130.0.ebuild +++ b/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.130.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ MODULE_AUTHOR=HAARG MODULE_VERSION=0.12 inherit perl-module -DESCRIPTION='Provides function returning the equivalent of ${^GLOBAL_PHASE} eq DESTRUCT for older perls' +DESCRIPTION='Returns the equivalent of ${^GLOBAL_PHASE} eq DESTRUCT for older perls' SLOT="0" KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 ~x86 ~ppc-aix ~x86-fbsd ~x86-solaris"