diff options
author | Akinori Hattori <hattya@gentoo.org> | 2014-06-08 11:08:24 +0000 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2014-06-08 11:08:24 +0000 |
commit | 8f7547a985d8fc43138e9d25819c9c74e9b701ef (patch) | |
tree | a3cebcaa4fea5518e022f253ce9d52d4868b7896 /dev-python/hgdistver | |
parent | Stable for ppc, wrt bug #508140 (diff) | |
download | gentoo-2-8f7547a985d8fc43138e9d25819c9c74e9b701ef.tar.gz gentoo-2-8f7547a985d8fc43138e9d25819c9c74e9b701ef.tar.bz2 gentoo-2-8f7547a985d8fc43138e9d25819c9c74e9b701ef.zip |
keyword ~ia64 wrt bug #503094
(Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key EC917A6D)
Diffstat (limited to 'dev-python/hgdistver')
-rw-r--r-- | dev-python/hgdistver/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/hgdistver/hgdistver-0.16-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/hgdistver/hgdistver-0.16.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-python/hgdistver/ChangeLog b/dev-python/hgdistver/ChangeLog index de24ce71066b..606b84c8ffee 100644 --- a/dev-python/hgdistver/ChangeLog +++ b/dev-python/hgdistver/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/hgdistver # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hgdistver/ChangeLog,v 1.10 2014/03/31 21:06:45 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/hgdistver/ChangeLog,v 1.11 2014/06/08 11:08:24 hattya Exp $ + + 08 Jun 2014; Akinori Hattori <hattya@gentoo.org> hgdistver-0.16-r1.ebuild, + hgdistver-0.16.ebuild: + keyword ~ia64 wrt bug #503094 31 Mar 2014; Michał Górny <mgorny@gentoo.org> hgdistver-0.16-r1.ebuild: Add support for the new PyPy slotting. diff --git a/dev-python/hgdistver/hgdistver-0.16-r1.ebuild b/dev-python/hgdistver/hgdistver-0.16-r1.ebuild index 332e6f9945fb..6f5fe0ebcf50 100644 --- a/dev-python/hgdistver/hgdistver-0.16-r1.ebuild +++ b/dev-python/hgdistver/hgdistver-0.16-r1.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/dev-python/hgdistver/hgdistver-0.16-r1.ebuild,v 1.8 2014/03/31 21:06:45 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/hgdistver/hgdistver-0.16-r1.ebuild,v 1.9 2014/06/08 11:08:24 hattya Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ~mips x86 ~x86-fbsd" +KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips x86 ~x86-fbsd" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] diff --git a/dev-python/hgdistver/hgdistver-0.16.ebuild b/dev-python/hgdistver/hgdistver-0.16.ebuild index b4e88c671867..5cc38414581c 100644 --- a/dev-python/hgdistver/hgdistver-0.16.ebuild +++ b/dev-python/hgdistver/hgdistver-0.16.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/hgdistver/hgdistver-0.16.ebuild,v 1.2 2013/05/09 12:20:56 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/hgdistver/hgdistver-0.16.ebuild,v 1.3 2014/06/08 11:08:24 hattya Exp $ EAPI="4" SUPPORT_PYTHON_ABIS="1" @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~ia64 ~x86" IUSE="test" DEPEND="dev-python/setuptools |