diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-04-24 08:24:59 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-04-24 08:24:59 +0000 |
commit | 92132ee210c5b7e6edb5dffe13784369872d50e2 (patch) | |
tree | 66b5b4e41e370af6314ec0ae53ddd07985bb5f78 /dev-python/http-parser | |
parent | New package (diff) | |
download | gentoo-2-92132ee210c5b7e6edb5dffe13784369872d50e2.tar.gz gentoo-2-92132ee210c5b7e6edb5dffe13784369872d50e2.tar.bz2 gentoo-2-92132ee210c5b7e6edb5dffe13784369872d50e2.zip |
Add ~ppc, wrt bug #463344
(Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/http-parser')
-rw-r--r-- | dev-python/http-parser/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/http-parser/http-parser-0.8.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/http-parser/ChangeLog b/dev-python/http-parser/ChangeLog index b98c914c8932..c3447d56a01f 100644 --- a/dev-python/http-parser/ChangeLog +++ b/dev-python/http-parser/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/http-parser # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.14 2013/03/27 12:40:39 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/ChangeLog,v 1.15 2013/04/24 08:24:59 ago Exp $ + + 24 Apr 2013; Agostino Sarubbo <ago@gentoo.org> http-parser-0.8.1-r1.ebuild: + Add ~ppc, wrt bug #463344 27 Mar 2013; Naohiro Aota <naota@gentoo.org> http-parser-0.8.1-r1.ebuild: Add ~x86-fbsd. #463344 diff --git a/dev-python/http-parser/http-parser-0.8.1-r1.ebuild b/dev-python/http-parser/http-parser-0.8.1-r1.ebuild index f04cf59f670b..ca83fceb7375 100644 --- a/dev-python/http-parser/http-parser-0.8.1-r1.ebuild +++ b/dev-python/http-parser/http-parser-0.8.1-r1.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/dev-python/http-parser/http-parser-0.8.1-r1.ebuild,v 1.3 2013/03/27 12:40:39 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.8.1-r1.ebuild,v 1.4 2013/04/24 08:24:59 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~arm ~ppc ~x86 ~x86-fbsd" IUSE="examples" RDEPEND="" |