diff options
Diffstat (limited to 'dev-python/jsonpatch/jsonpatch-0.12.ebuild')
-rw-r--r-- | dev-python/jsonpatch/jsonpatch-0.12.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/jsonpatch/jsonpatch-0.12.ebuild b/dev-python/jsonpatch/jsonpatch-0.12.ebuild index c676772572dd..06d0f1bd08b0 100644 --- a/dev-python/jsonpatch/jsonpatch-0.12.ebuild +++ b/dev-python/jsonpatch/jsonpatch-0.12.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/dev-python/jsonpatch/jsonpatch-0.12.ebuild,v 1.2 2013/01/17 19:23:48 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jsonpatch/jsonpatch-0.12.ebuild,v 1.3 2014/03/19 18:24:09 bicatali Exp $ EAPI=5 PYTHON_COMPAT=( python2_6 python2_7 ) @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |