app-text/q-text-as-data: Fix toolong.DESCRIPTION
authorHarri Nieminen <moikkis@gmail.com>
Sat, 18 Feb 2017 07:25:27 +0000 (09:25 +0200)
committerDavid Seifert <soap@gentoo.org>
Sat, 18 Feb 2017 09:53:41 +0000 (10:53 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4003

app-text/q-text-as-data/q-text-as-data-1.5.0.ebuild

index 373602ac7253512625eea5d9a28bf27d92f309f2..05f1f7bf7086483a0a073bfb5707cc345f92646e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -9,7 +9,7 @@ PYTHON_REQ_USE="sqlite"
 
 inherit python-r1
 
-DESCRIPTION="q: Text as Data is a CLI tool that allows direct execution of SQL-like queries on text"
+DESCRIPTION="A CLI tool that allows direct execution of SQL-like queries on text"
 HOMEPAGE="http://harelba.github.io/q/"
 MY_P="q-${PV}"
 SRC_URI="https://github.com/harelba/q/archive/${PV}.tar.gz -> ${MY_P}.tar.gz"