From: Harri Nieminen Date: Sat, 1 Apr 2017 17:42:02 +0000 (+0300) Subject: dev-java/fastinfoset: fix toolong DESCRIPTION. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=098d8d2dda25649ff5a0f6faff3af69b881755e3;p=gentoo.git dev-java/fastinfoset: fix toolong DESCRIPTION. Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- diff --git a/dev-java/fastinfoset/fastinfoset-1.2.11.ebuild b/dev-java/fastinfoset/fastinfoset-1.2.11.ebuild index fa7d969540b4..3bb647c3d87f 100644 --- a/dev-java/fastinfoset/fastinfoset-1.2.11.ebuild +++ b/dev-java/fastinfoset/fastinfoset-1.2.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ inherit java-pkg-2 java-pkg-simple MY_PN="FastInfoset" -DESCRIPTION="Fast Infoset specifies a standardized binary encoding for the XML Information Sets" +DESCRIPTION="Specifies a standardized binary encoding for the XML Information Sets" HOMEPAGE="https://fi.java.net/" SRC_URI="http://search.maven.org/remotecontent?filepath=com/sun/xml/${PN}/${MY_PN}/${PV}/${MY_PN}-${PV}-sources.jar"