diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-09-17 13:25:48 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-09-17 13:25:56 +1200 |
commit | 105a6c596326e4f00c97e49b259c46fe9f6ee5f4 (patch) | |
tree | 02a50e3a38283533322a37b0c8a59280805794c0 | |
parent | dev-perl/Sub-Compose: Fix description.toolong and badheader (diff) | |
download | perl-overlay-105a6c596326e4f00c97e49b259c46fe9f6ee5f4.tar.gz perl-overlay-105a6c596326e4f00c97e49b259c46fe9f6ee5f4.tar.bz2 perl-overlay-105a6c596326e4f00c97e49b259c46fe9f6ee5f4.zip |
dev-perl/pip: Fix description.toolong
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r-- | dev-perl/pip/pip-1.190.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/pip/pip-1.190.0-r1.ebuild b/dev-perl/pip/pip-1.190.0-r1.ebuild index a549922d9..33c5a0a03 100644 --- a/dev-perl/pip/pip-1.190.0-r1.ebuild +++ b/dev-perl/pip/pip-1.190.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ MODULE_AUTHOR=ADAMK MODULE_VERSION=1.19 inherit perl-module -DESCRIPTION="The Perl Installation Program, for scripted and third-party distribution installation." +DESCRIPTION="The Perl Installation Program, for scripted/third-party dist installation" SLOT="0" KEYWORDS="~amd64 ~x86" |