From: Jonas Stein Date: Mon, 31 Jul 2017 23:25:06 +0000 (+0200) Subject: dev-python/cfgio: Shorter DESCRIPTION X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=60ee52cccaae8de3187f5ff1923c47d610d8b850;p=gentoo.git dev-python/cfgio: Shorter DESCRIPTION --- diff --git a/dev-python/cfgio/cfgio-0.1.2.ebuild b/dev-python/cfgio/cfgio-0.1.2.ebuild index 5b1ff5c9ac5e..0a3e2bc56add 100644 --- a/dev-python/cfgio/cfgio-0.1.2.ebuild +++ b/dev-python/cfgio/cfgio-0.1.2.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{4,5,6} ) inherit distutils-r1 -DESCRIPTION="Python library for reading and writing configuration file formats found on a *nix systems" +DESCRIPTION="Python library for reading and writing configuration file formats" HOMEPAGE="https://github.com/ercpe/cfgio" SRC_URI="https://github.com/ercpe/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2"