diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-31 09:44:48 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-31 09:44:48 +0000 |
commit | 05dfb4c36aea28d5c6a74daf43feb68bc764175c (patch) | |
tree | d9cc22d0a403aba383f459ffd98c0db345e1f4b7 /net-libs | |
parent | Stable for amd64, wrt bug #482606 (diff) | |
download | gentoo-2-05dfb4c36aea28d5c6a74daf43feb68bc764175c.tar.gz gentoo-2-05dfb4c36aea28d5c6a74daf43feb68bc764175c.tar.bz2 gentoo-2-05dfb4c36aea28d5c6a74daf43feb68bc764175c.zip |
Stable for amd64, wrt bug #482608
(Portage version: 2.1.13.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/http-parser/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/http-parser/http-parser-2.1.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net-libs/http-parser/ChangeLog b/net-libs/http-parser/ChangeLog index f067334a737d..0d40c9e58d95 100644 --- a/net-libs/http-parser/ChangeLog +++ b/net-libs/http-parser/ChangeLog @@ -1,10 +1,12 @@ # ChangeLog for net-libs/http-parser # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/http-parser/ChangeLog,v 1.1 2013/06/30 20:27:31 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/http-parser/ChangeLog,v 1.2 2013/08/31 09:44:48 ago Exp $ + + 31 Aug 2013; Agostino Sarubbo <ago@gentoo.org> http-parser-2.1.ebuild: + Stable for amd64, wrt bug #482608 *http-parser-2.1 (30 Jun 2013) 30 Jun 2013; Julian Ospald <hasufell@gentoo.org> +http-parser-2.1.ebuild, +files/http-parser-2.1-flags.patch, +metadata.xml: initial import wrt #410339 - diff --git a/net-libs/http-parser/http-parser-2.1.ebuild b/net-libs/http-parser/http-parser-2.1.ebuild index 1d62dff897f8..f029053f30d6 100644 --- a/net-libs/http-parser/http-parser-2.1.ebuild +++ b/net-libs/http-parser/http-parser-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.1.ebuild,v 1.1 2013/06/30 20:27:31 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/http-parser/http-parser-2.1.ebuild,v 1.2 2013/08/31 09:44:48 ago Exp $ EAPI=5 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/joyent/http-parser/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" src_prepare() { |