diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-03-03 01:46:43 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-03-03 01:46:43 +0000 |
commit | 40c0311b3b6f9128cf05676250945217b3c9e618 (patch) | |
tree | 86132fa08b51f8300ab22c4c0c2ca75143404380 /dev-python | |
parent | Marked ~hppa (bug #503094). (diff) | |
download | gentoo-2-40c0311b3b6f9128cf05676250945217b3c9e618.tar.gz gentoo-2-40c0311b3b6f9128cf05676250945217b3c9e618.tar.bz2 gentoo-2-40c0311b3b6f9128cf05676250945217b3c9e618.zip |
Marked ~hppa (bug #503094).
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/hgdistver/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/hgdistver/hgdistver-0.16-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/hgdistver/ChangeLog b/dev-python/hgdistver/ChangeLog index d1e75f68317f..57326977bb84 100644 --- a/dev-python/hgdistver/ChangeLog +++ b/dev-python/hgdistver/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/hgdistver -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hgdistver/ChangeLog,v 1.6 2013/12/07 19:13:01 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/hgdistver/ChangeLog,v 1.7 2014/03/03 01:46:43 jer Exp $ + + 03 Mar 2014; Jeroen Roovers <jer@gentoo.org> hgdistver-0.16-r1.ebuild: + Marked ~hppa (bug #503094). 07 Dec 2013; Pacho Ramos <pacho@gentoo.org> hgdistver-0.16-r1.ebuild: x86 stable, bug #488738 diff --git a/dev-python/hgdistver/hgdistver-0.16-r1.ebuild b/dev-python/hgdistver/hgdistver-0.16-r1.ebuild index 1f00e80796b3..4838b0dd3541 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-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-r1.ebuild,v 1.4 2013/12/07 19:13:01 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/hgdistver/hgdistver-0.16-r1.ebuild,v 1.5 2014/03/03 01:46:43 jer Exp $ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) @@ -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 ~hppa x86" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |