diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-06 03:45:21 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-06 03:45:21 +0000 |
commit | acde6308cf0d3c7d6434eeda71440370af3b182e (patch) | |
tree | eb55b77db2aede20d7c789253d026fcd8e3c9330 /dev-perl | |
parent | Add useful CPAN handling tool. Ebuild by Robin H. Johnson <robbat2@gentoo.org>. (diff) | |
download | gentoo-2-acde6308cf0d3c7d6434eeda71440370af3b182e.tar.gz gentoo-2-acde6308cf0d3c7d6434eeda71440370af3b182e.tar.bz2 gentoo-2-acde6308cf0d3c7d6434eeda71440370af3b182e.zip |
whitespace
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/ShipIt/ShipIt-0.51.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/ShipIt/ShipIt-0.51.ebuild b/dev-perl/ShipIt/ShipIt-0.51.ebuild index 42337a4a5353..699f3a20a084 100644 --- a/dev-perl/ShipIt/ShipIt-0.51.ebuild +++ b/dev-perl/ShipIt/ShipIt-0.51.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShipIt/ShipIt-0.51.ebuild,v 1.1 2008/02/06 02:48:15 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShipIt/ShipIt-0.51.ebuild,v 1.2 2008/02/06 03:45:21 mr_bones_ Exp $ MODULE_AUTHOR="BRADFITZ" inherit perl-module @@ -15,6 +15,6 @@ KEYWORDS="~amd64 ~x86 ~ppc" SRC_TEST="do" pkg_postinst() { - elog "Please note that ShipIt does not depend on any specific VCS." + elog "Please note that ShipIt does not depend on any specific VCS." elog "You must install a supported VCS (CVS, SVN, SVK) for use." } |