diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-05-06 20:14:28 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-05-07 00:18:27 +0200 |
commit | 75348fc37c7e104ee598ed43abc5e562d3538e59 (patch) | |
tree | 4212e8705dd3bd6426eb2137ffba57a9f2cc08a3 /dev-libs/faxpp | |
parent | dev-libs/elfio: Fix toolong DESCRIPTION (diff) | |
download | gentoo-75348fc37c7e104ee598ed43abc5e562d3538e59.tar.gz gentoo-75348fc37c7e104ee598ed43abc5e562d3538e59.tar.bz2 gentoo-75348fc37c7e104ee598ed43abc5e562d3538e59.zip |
dev-libs/faxpp: Fix toolong DESCRIPTION
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4517
Diffstat (limited to 'dev-libs/faxpp')
-rw-r--r-- | dev-libs/faxpp/faxpp-0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/faxpp/faxpp-0.4.ebuild b/dev-libs/faxpp/faxpp-0.4.ebuild index 7a149d098190..97b477f3efc8 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" |