From 949a07ef2e008954161ccbdfed173265c8154616 Mon Sep 17 00:00:00 2001 From: KronoZed Date: Thu, 3 Mar 2016 09:42:14 +0300 Subject: [PATCH] Update pycares-1.0.0.ebuild --- dev-python/pycares/pycares-1.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pycares/pycares-1.0.0.ebuild b/dev-python/pycares/pycares-1.0.0.ebuild index 0747f22..63af095 100644 --- a/dev-python/pycares/pycares-1.0.0.ebuild +++ b/dev-python/pycares/pycares-1.0.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit eutils distutils-r1 -DESCRIPTION="Simple DNS resolver for asyncio" +DESCRIPTION="Python interface for c-ares" HOMEPAGE="https://github.com/saghul/pycares/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"