summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé María Alonso <nimiux@gentoo.org>2014-09-24 12:28:17 +0000
committerJosé María Alonso <nimiux@gentoo.org>2014-09-24 12:28:17 +0000
commit13bb8064c0f2c09632c302b53b5ff10558f6ea63 (patch)
tree9d9208784d4b5bbe32b0f5edc99668a72ddf0e29 /net-libs/http-parser
parentVersion bump, drop old (diff)
downloadgentoo-2-13bb8064c0f2c09632c302b53b5ff10558f6ea63.tar.gz
gentoo-2-13bb8064c0f2c09632c302b53b5ff10558f6ea63.tar.bz2
gentoo-2-13bb8064c0f2c09632c302b53b5ff10558f6ea63.zip
Stable for amd64 wrt bug #521058
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F253DB15)
Diffstat (limited to 'net-libs/http-parser')
-rw-r--r--net-libs/http-parser/ChangeLog5
-rw-r--r--net-libs/http-parser/http-parser-2.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/http-parser/ChangeLog b/net-libs/http-parser/ChangeLog
index dbb8f4e1c9d0..3430f114226f 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.7 2014/08/26 22:24:46 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/http-parser/ChangeLog,v 1.8 2014/09/24 12:28:17 nimiux Exp $
+
+ 24 Sep 2014; Chema Alonso <nimiux@gentoo.org> http-parser-2.3.ebuild:
+ Stable for amd64 wrt bug #521058
26 Aug 2014; Anthony G. Basile <blueness@gentoo.org> http-parser-2.1.ebuild,
http-parser-2.3.ebuild:
diff --git a/net-libs/http-parser/http-parser-2.3.ebuild b/net-libs/http-parser/http-parser-2.3.ebuild
index 84b837b54e96..f3d370645dc9 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.4 2014/08/26 22:24:46 blueness Exp $
+# $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 $
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() {