From 60ee52cccaae8de3187f5ff1923c47d610d8b850 Mon Sep 17 00:00:00 2001 From: Jonas Stein Date: Tue, 1 Aug 2017 01:25:06 +0200 Subject: [PATCH] dev-python/cfgio: Shorter DESCRIPTION --- dev-python/cfgio/cfgio-0.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cfgio/cfgio-0.1.2.ebuild b/dev-python/cfgio/cfgio-0.1.2.ebuild index 5b1ff5c9ac5e8..0a3e2bc56add1 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"