diff options
author | David Seifert <soap@gentoo.org> | 2017-12-02 13:51:38 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-02 13:51:38 +0100 |
commit | 95abfee1907527c524c611a9bb4849209fbba46e (patch) | |
tree | 53dde4c7fff04269799403226e81241168d13ff4 /dev-util/global | |
parent | dev-util/ftjam: [QA] Fix DESCRIPTION.toolong (diff) | |
download | gentoo-95abfee1907527c524c611a9bb4849209fbba46e.tar.gz gentoo-95abfee1907527c524c611a9bb4849209fbba46e.tar.bz2 gentoo-95abfee1907527c524c611a9bb4849209fbba46e.zip |
dev-util/global: [QA] Fix DESCRIPTION.toolong
Diffstat (limited to 'dev-util/global')
-rw-r--r-- | dev-util/global/global-6.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/global/global-6.3.1.ebuild b/dev-util/global/global-6.3.1.ebuild index dcefb9fac0a0..eb062c9e9b89 100644 --- a/dev-util/global/global-6.3.1.ebuild +++ b/dev-util/global/global-6.3.1.ebuild @@ -5,7 +5,7 @@ EAPI="5" inherit autotools elisp-common eutils -DESCRIPTION="GNU Global is a tag system to find the locations of a specified object in various sources" +DESCRIPTION="tag system to find an object location in various sources" HOMEPAGE="https://www.gnu.org/software/global/global.html" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" |