commit: 75348fc37c7e104ee598ed43abc5e562d3538e59 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Sat May 6 17:14:28 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat May 6 22:18:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75348fc3
dev-libs/faxpp: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4517 dev-libs/faxpp/faxpp-0.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/faxpp/faxpp-0.4.ebuild b/dev-libs/faxpp/faxpp-0.4.ebuild index 7a149d09819..97b477f3efc 100644 --- a/dev-libs/faxpp/faxpp-0.4.ebuild +++ b/dev-libs/faxpp/faxpp-0.4.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -DESCRIPTION="Small, fast and conformant XML pull parser written in C with an API that can return UTF-8 or UTF-16 strings" +DESCRIPTION="Small, fast and conformant XML pull parser written in C" HOMEPAGE="http://faxpp.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="Apache-2.0"