diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-03-26 11:00:41 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-03-26 11:00:41 +0000 |
commit | edd4b15483c74e80346a89aa861c6575c4d79ef1 (patch) | |
tree | fdd8143bd3409997e40391df70c0a6d340ef935d /dev-python/http-parser/http-parser-0.8.1-r1.ebuild | |
parent | Stable for ppc, wrt bug #456446 (diff) | |
download | gentoo-2-edd4b15483c74e80346a89aa861c6575c4d79ef1.tar.gz gentoo-2-edd4b15483c74e80346a89aa861c6575c4d79ef1.tar.bz2 gentoo-2-edd4b15483c74e80346a89aa861c6575c4d79ef1.zip |
Add ~arm keyword, wrt bug #463344
(Portage version: 2.2.0_alpha168/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'dev-python/http-parser/http-parser-0.8.1-r1.ebuild')
-rw-r--r-- | dev-python/http-parser/http-parser-0.8.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 22a97af14733..198bd00bb94e 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.1 2013/03/07 15:38:09 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/http-parser/http-parser-0.8.1-r1.ebuild,v 1.2 2013/03/26 11:00:41 pinkbyte Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="examples" RDEPEND="" |