From: Harri Nieminen Date: Sat, 1 Apr 2017 17:49:24 +0000 (+0300) Subject: dev-java/jboss-marshalling: fix toolong DESCRIPTION. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dd59701906c7f28244532fcbfaeb09e52309b970;p=gentoo.git dev-java/jboss-marshalling: fix toolong DESCRIPTION. Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- diff --git a/dev-java/jboss-marshalling/jboss-marshalling-1.3.0.ebuild b/dev-java/jboss-marshalling/jboss-marshalling-1.3.0.ebuild index 81a073ef7b56..8c31574bdf5e 100644 --- a/dev-java/jboss-marshalling/jboss-marshalling-1.3.0.ebuild +++ b/dev-java/jboss-marshalling/jboss-marshalling-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 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 HOMEPAGE="http://jbossmarshalling.jboss.org/" SRC_URI="http://download.jboss.org/jbossmarshalling/jboss-marshalling-${PV}.CR9-sources.jar" -DESCRIPTION="Alternative compatible serialization API that fixes many JDK serialization API problems" +DESCRIPTION="Compatible alternative to the JDK serialization API" LICENSE="Apache-2.0" SLOT="0"