diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2013-01-17 17:24:02 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2013-01-17 17:24:02 +0000 |
commit | 9ccdb83e68a08a2eca7f054b7a4914548c4041e8 (patch) | |
tree | e3034bb97a31b2aba97ea72cc81f5d580f6ffd0b /dev-python/jsonschema | |
parent | http://my.opera.com/desktopteam/blog/2013/01/17/twelvethirteen (diff) | |
download | gentoo-2-9ccdb83e68a08a2eca7f054b7a4914548c4041e8.tar.gz gentoo-2-9ccdb83e68a08a2eca7f054b7a4914548c4041e8.tar.bz2 gentoo-2-9ccdb83e68a08a2eca7f054b7a4914548c4041e8.zip |
adding ~x86 to jsonschema-0.8.0 as I have tested it
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'dev-python/jsonschema')
-rw-r--r-- | dev-python/jsonschema/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/jsonschema/jsonschema-0.8.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/jsonschema/ChangeLog b/dev-python/jsonschema/ChangeLog index c7d2f647e939..ff5fac0e5277 100644 --- a/dev-python/jsonschema/ChangeLog +++ b/dev-python/jsonschema/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/jsonschema # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v 1.3 2013/01/16 03:03:55 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/ChangeLog,v 1.4 2013/01/17 17:24:02 prometheanfire Exp $ + + 17 Jan 2013; Matthew Thode <prometheanfire@gentoo.org> + jsonschema-0.8.0.ebuild: + adding ~x86 to jsonschema-0.8.0 as I have tested it *jsonschema-0.8.0 (16 Jan 2013) diff --git a/dev-python/jsonschema/jsonschema-0.8.0.ebuild b/dev-python/jsonschema/jsonschema-0.8.0.ebuild index 809742532c3f..376069057a1c 100644 --- a/dev-python/jsonschema/jsonschema-0.8.0.ebuild +++ b/dev-python/jsonschema/jsonschema-0.8.0.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/jsonschema/jsonschema-0.8.0.ebuild,v 1.1 2013/01/16 03:03:55 chutzpah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonschema/jsonschema-0.8.0.ebuild,v 1.2 2013/01/17 17:24:02 prometheanfire Exp $ EAPI="5" @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" |