diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-10-12 08:55:19 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-10-12 08:55:19 +0000 |
commit | f4e8e28d89e3198d60ff309744122d2b536096a9 (patch) | |
tree | 6be57bd80c12bf155364ede8f703ae1c67802d7a /net-libs | |
parent | Stable for x86, wrt bug #521052 (diff) | |
download | gentoo-2-f4e8e28d89e3198d60ff309744122d2b536096a9.tar.gz gentoo-2-f4e8e28d89e3198d60ff309744122d2b536096a9.tar.bz2 gentoo-2-f4e8e28d89e3198d60ff309744122d2b536096a9.zip |
Stable for x86, wrt bug #521058
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/http-parser/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/http-parser/http-parser-2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/http-parser/ChangeLog b/net-libs/http-parser/ChangeLog index 3430f114226f..a3c5b758e053 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/http-parser/ChangeLog,v 1.8 2014/09/24 12:28:17 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/http-parser/ChangeLog,v 1.9 2014/10/12 08:55:19 ago Exp $ + + 12 Oct 2014; Agostino Sarubbo <ago@gentoo.org> http-parser-2.3.ebuild: + Stable for x86, wrt bug #521058 24 Sep 2014; Chema Alonso <nimiux@gentoo.org> http-parser-2.3.ebuild: Stable for amd64 wrt bug #521058 diff --git a/net-libs/http-parser/http-parser-2.3.ebuild b/net-libs/http-parser/http-parser-2.3.ebuild index f3d370645dc9..d561b43475e6 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 # 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.5 2014/09/24 12:28:17 nimiux Exp $ +# $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 $ 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() { |