commit: f66404427c3f8f1efc07dda744c188d324d8d869
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 1 22:18:40 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Aug 1 22:18:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6640442
dev-python/sdnotify: Fix description
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/sdnotify/sdnotify-0.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sdnotify/sdnotify-0.3.1.ebuild
b/dev-python/sdnotify/sdnotify-0.3.1.ebuild
index 7e034a96ad4..fe6f98641f0 100644
--- a/dev-python/sdnotify/sdnotify-0.3.1.ebuild
+++ b/dev-python/sdnotify/sdnotify-0.3.1.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
-DESCRIPTION="A pure Python implementation of systemd's service notification
protocol (sd_notify)"
+DESCRIPTION="Python implementation of systemd's service notification protocol
(sd_notify)"
HOMEPAGE="
https://github.com/bb4242/sdnotify
https://pypi.python.org/pypi/sdnotify"