commit: fcba39ec9037974d855574d08a99f4a181c55e02 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Sun Apr 15 09:46:04 2018 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Sun Apr 15 09:46:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcba39ec
net-libs/http-parser: Fix DESCRIPTION. Package-Manager: Portage-2.3.28, Repoman-2.3.9 net-libs/http-parser/http-parser-2.8.0.ebuild | 2 +- net-libs/http-parser/http-parser-2.8.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/http-parser/http-parser-2.8.0.ebuild b/net-libs/http-parser/http-parser-2.8.0.ebuild index 78862ca4b21..c4563e4bf41 100644 --- a/net-libs/http-parser/http-parser-2.8.0.ebuild +++ b/net-libs/http-parser/http-parser-2.8.0.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit toolchain-funcs multilib-minimal -DESCRIPTION="Http request/response parser for C" +DESCRIPTION="HTTP request/response parser for C" HOMEPAGE="https://github.com/nodejs/http-parser" SRC_URI="https://github.com/nodejs/http-parser/archive/v${PV}.tar.gz -> ${P}.tar.gz" diff --git a/net-libs/http-parser/http-parser-2.8.1.ebuild b/net-libs/http-parser/http-parser-2.8.1.ebuild index a87d8eed669..620ec5a2f7c 100644 --- a/net-libs/http-parser/http-parser-2.8.1.ebuild +++ b/net-libs/http-parser/http-parser-2.8.1.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit toolchain-funcs multilib-minimal -DESCRIPTION="Http request/response parser for C" +DESCRIPTION="HTTP request/response parser for C" HOMEPAGE="https://github.com/nodejs/http-parser" SRC_URI="https://github.com/nodejs/http-parser/archive/v${PV}.tar.gz -> ${P}.tar.gz"
