diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-08-10 01:37:44 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-08-10 01:37:44 +0000 |
commit | f07496731f72e238ce96b0029667691e7939de7f (patch) | |
tree | 99e10d6c6d91b5251b822fd8493bedc32368ad4c /app-admin/rex/rex-0.46.ebuild | |
parent | switch test dep to pytest, update test phase (diff) | |
download | gentoo-2-f07496731f72e238ce96b0029667691e7939de7f.tar.gz gentoo-2-f07496731f72e238ce96b0029667691e7939de7f.tar.bz2 gentoo-2-f07496731f72e238ce96b0029667691e7939de7f.zip |
Fix description for more repoman happy
(Portage version: 2.2.11-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-admin/rex/rex-0.46.ebuild')
-rw-r--r-- | app-admin/rex/rex-0.46.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/rex/rex-0.46.ebuild b/app-admin/rex/rex-0.46.ebuild index 2cde93764d2f..ccf59bc7ce92 100644 --- a/app-admin/rex/rex-0.46.ebuild +++ b/app-admin/rex/rex-0.46.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/rex/rex-0.46.ebuild,v 1.1 2014/05/07 03:05:16 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/rex/rex-0.46.ebuild,v 1.2 2014/08/10 01:37:41 patrick Exp $ EAPI=5 @@ -8,7 +8,7 @@ inherit perl-module SRC_URI="https://github.com/RexOps/Rex/archive/${PV}.tar.gz" -DESCRIPTION="(R)?ex is a small script to ease the execution of remote commands." +DESCRIPTION="(R)?ex is a small script to ease the execution of remote commands" SLOT="0" KEYWORDS="~amd64 ~x86" |