From: Harri Nieminen Date: Tue, 4 Apr 2017 13:17:48 +0000 (+0300) Subject: dev-java/stax: fix toolong DESCRIPTION. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a3e139c023ec99c9e1f11f2f1ee8d71c495e60c8;p=gentoo.git dev-java/stax: fix toolong DESCRIPTION. Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- diff --git a/dev-java/stax/stax-1.2.0.ebuild b/dev-java/stax/stax-1.2.0.ebuild index bbe00fb8a693..3e2a0d3857f9 100644 --- a/dev-java/stax/stax-1.2.0.ebuild +++ b/dev-java/stax/stax-1.2.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 -DESCRIPTION="A standard XML processing API that allows you to stream XML data from and to your application" +DESCRIPTION="A standard XML processing API that allows you to stream XML data" HOMEPAGE="http://stax.codehaus.org/" SRC_URI="http://dist.codehaus.org/${PN}/distributions/${PN}-src-${PV}.zip"