summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-05-06 20:14:30 +0300
committerDavid Seifert <soap@gentoo.org>2017-05-07 00:18:53 +0200
commit3a1e130a4dc26075500d0c56d591cb899db8abde (patch)
tree8a0c30682c8c50134c5c54f9948473cd63d07b16 /dev-libs/gumbo/gumbo-0.10.1.ebuild
parentdev-libs/gtx: Fix toolong DESCRIPTION (diff)
downloadgentoo-3a1e130a4dc26075500d0c56d591cb899db8abde.tar.gz
gentoo-3a1e130a4dc26075500d0c56d591cb899db8abde.tar.bz2
gentoo-3a1e130a4dc26075500d0c56d591cb899db8abde.zip
dev-libs/gumbo: 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/gumbo/gumbo-0.10.1.ebuild')
-rw-r--r--dev-libs/gumbo/gumbo-0.10.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/gumbo/gumbo-0.10.1.ebuild b/dev-libs/gumbo/gumbo-0.10.1.ebuild
index 2c019fb3afed..3587bf94f754 100644
--- a/dev-libs/gumbo/gumbo-0.10.1.ebuild
+++ b/dev-libs/gumbo/gumbo-0.10.1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit autotools
-DESCRIPTION="An implementation of the HTML5 parsing algorithm implemented as a pure C99 library"
+DESCRIPTION="The HTML5 parsing algorithm implemented as a pure C99 library"
HOMEPAGE="https://github.com/google/gumbo-parser#readme"
SRC_URI="https://github.com/google/gumbo-parser/archive/v${PV}.tar.gz -> ${P}.tar.gz"