diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-05-15 12:01:40 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-05-15 12:01:40 +0000 |
commit | 783b86d9e43d5873df2b13fb77a80c1575feefb3 (patch) | |
tree | ca933e1902a94a513786ca372f56223ce5016507 /net-libs/http-parser | |
parent | ppc stable wrt bug #517336 (diff) | |
download | gentoo-2-783b86d9e43d5873df2b13fb77a80c1575feefb3.tar.gz gentoo-2-783b86d9e43d5873df2b13fb77a80c1575feefb3.tar.bz2 gentoo-2-783b86d9e43d5873df2b13fb77a80c1575feefb3.zip |
ppc stable wrt bug #517336
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-libs/http-parser')
-rw-r--r-- | net-libs/http-parser/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/http-parser/http-parser-2.3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-libs/http-parser/ChangeLog b/net-libs/http-parser/ChangeLog index 6b3a318e51d8..09ed33fed55f 100644 --- a/net-libs/http-parser/ChangeLog +++ b/net-libs/http-parser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/http-parser # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/http-parser/ChangeLog,v 1.14 2015/05/11 16:40:31 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/http-parser/ChangeLog,v 1.15 2015/05/15 12:01:40 pacho Exp $ + + 15 May 2015; Pacho Ramos <pacho@gentoo.org> http-parser-2.3.ebuild: + ppc stable wrt bug #517336 *http-parser-2.5.0 (11 May 2015) diff --git a/net-libs/http-parser/http-parser-2.3.ebuild b/net-libs/http-parser/http-parser-2.3.ebuild index d561b43475e6..6826e6d95b02 100644 --- a/net-libs/http-parser/http-parser-2.3.ebuild +++ b/net-libs/http-parser/http-parser-2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/http-parser/http-parser-2.3.ebuild,v 1.6 2014/10/12 08:55:19 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/http-parser/http-parser-2.3.ebuild,v 1.7 2015/05/15 12:01:40 pacho Exp $ EAPI=5 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/joyent/http-parser/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="MIT" SLOT="0/${SONAMEVER}" -KEYWORDS="amd64 ~arm ~ppc x86" +KEYWORDS="amd64 ~arm ppc x86" IUSE="static-libs" src_prepare() { |