diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-08-26 22:24:46 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-08-26 22:24:46 +0000 |
commit | b48766d7df30ba4bd0a89caf3c9e370c19b46eaf (patch) | |
tree | 90ade176be4b47428796097f5e764cdaf8684f7e /net-libs/http-parser | |
parent | Patch for cuda added bug #520724. (diff) | |
download | gentoo-2-b48766d7df30ba4bd0a89caf3c9e370c19b46eaf.tar.gz gentoo-2-b48766d7df30ba4bd0a89caf3c9e370c19b46eaf.tar.bz2 gentoo-2-b48766d7df30ba4bd0a89caf3c9e370c19b46eaf.zip |
Keyword ~ppc, bug #513078
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-libs/http-parser')
-rw-r--r-- | net-libs/http-parser/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/http-parser/http-parser-2.1.ebuild | 6 | ||||
-rw-r--r-- | net-libs/http-parser/http-parser-2.3.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/net-libs/http-parser/ChangeLog b/net-libs/http-parser/ChangeLog index bceee8fdb30b..dbb8f4e1c9d0 100644 --- a/net-libs/http-parser/ChangeLog +++ b/net-libs/http-parser/ChangeLog @@ -1,6 +1,10 @@ # 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.6 2014/06/24 19:23:29 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/http-parser/ChangeLog,v 1.7 2014/08/26 22:24:46 blueness Exp $ + + 26 Aug 2014; Anthony G. Basile <blueness@gentoo.org> http-parser-2.1.ebuild, + http-parser-2.3.ebuild: + Keyword ~ppc, bug #513078 24 Jun 2014; Markus Meier <maekke@gentoo.org> http-parser-2.3.ebuild: add ~arm, bug #513078 diff --git a/net-libs/http-parser/http-parser-2.1.ebuild b/net-libs/http-parser/http-parser-2.1.ebuild index 31cf5870982e..f7e0a24d6587 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 +# 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.1.ebuild,v 1.3 2013/09/05 19:23:27 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/http-parser/http-parser-2.1.ebuild,v 1.4 2014/08/26 22:24:46 blueness 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 ~ppc x86" IUSE="" src_prepare() { diff --git a/net-libs/http-parser/http-parser-2.3.ebuild b/net-libs/http-parser/http-parser-2.3.ebuild index 4cb60fd9acb6..84b837b54e96 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.3 2014/06/24 19:23:29 maekke Exp $ +# $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 $ 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 ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="static-libs" src_prepare() { |