commit: e3774051b63264110f37aea3573e001664b9ed05 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Sat Feb 24 04:37:43 2018 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Sat Feb 24 05:51:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3774051
dev-python/jsonpatch: fix description length Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/jsonpatch/jsonpatch-1.21.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/jsonpatch/jsonpatch-1.21.ebuild b/dev-python/jsonpatch/jsonpatch-1.21.ebuild index b1dcf7799db..3bf2670e142 100644 --- a/dev-python/jsonpatch/jsonpatch-1.21.ebuild +++ b/dev-python/jsonpatch/jsonpatch-1.21.ebuild @@ -8,8 +8,7 @@ RESTRICT="test" inherit distutils-r1 -DESCRIPTION="Apply JSON-Patches according to - http://tools.ietf.org/html/draft-pbryan-json-patch-04" +DESCRIPTION="Apply JSON-Patches like http://tools.ietf.org/html/draft-pbryan-json-patch-04" HOMEPAGE="https://github.com/stefankoegl/python-json-patch" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
