diff options
author | David Seifert <soap@gentoo.org> | 2017-12-02 13:52:01 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-02 13:52:01 +0100 |
commit | 2f8e4d39ea5f18fc91d03a121352d7b61648d067 (patch) | |
tree | 36ca0aa02e1cc29c5477a6376b80a267c715ee00 /dev-vcs | |
parent | dev-util/xdelta: [QA] Fix DESCRIPTION.toolong (diff) | |
download | gentoo-2f8e4d39ea5f18fc91d03a121352d7b61648d067.tar.gz gentoo-2f8e4d39ea5f18fc91d03a121352d7b61648d067.tar.bz2 gentoo-2f8e4d39ea5f18fc91d03a121352d7b61648d067.zip |
dev-vcs/bzr-rewrite: [QA] Fix DESCRIPTION.toolong
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/bzr-rewrite/bzr-rewrite-0.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/bzr-rewrite/bzr-rewrite-0.6.3.ebuild b/dev-vcs/bzr-rewrite/bzr-rewrite-0.6.3.ebuild index 5265e66774c8..d90a497685ee 100644 --- a/dev-vcs/bzr-rewrite/bzr-rewrite-0.6.3.ebuild +++ b/dev-vcs/bzr-rewrite/bzr-rewrite-0.6.3.ebuild @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 -DESCRIPTION="Bazaar plugin that adds support for rebasing, similar to the functionality in git" +DESCRIPTION="Bazaar plugin that adds support for rebasing, similar to git rebase" HOMEPAGE="https://launchpad.net/bzr-rewrite" SRC_URI="https://launchpad.net/bzr-rewrite/trunk/${PV}/+download/${P}.tar.gz" |