diff options
Diffstat (limited to 'dev-libs/gumbo/gumbo-0.9.3.ebuild')
-rw-r--r-- | dev-libs/gumbo/gumbo-0.9.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/gumbo/gumbo-0.9.3.ebuild b/dev-libs/gumbo/gumbo-0.9.3.ebuild index 610cac6f0cf3..68c1147a5e29 100644 --- a/dev-libs/gumbo/gumbo-0.9.3.ebuild +++ b/dev-libs/gumbo/gumbo-0.9.3.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" |