diff options
author | Markus Meier <maekke@gentoo.org> | 2013-05-09 12:20:56 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-05-09 12:20:56 +0000 |
commit | ea922b1c16390b0396ec6831e089b4bd0b61f9c5 (patch) | |
tree | c065d68ccbc90ee10ced746183c7e8293614967c /dev-python/hgdistver | |
parent | add ~arm, bug #462506 (diff) | |
download | gentoo-2-ea922b1c16390b0396ec6831e089b4bd0b61f9c5.tar.gz gentoo-2-ea922b1c16390b0396ec6831e089b4bd0b61f9c5.tar.bz2 gentoo-2-ea922b1c16390b0396ec6831e089b4bd0b61f9c5.zip |
add ~arm, bug #462506
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-python/hgdistver')
-rw-r--r-- | dev-python/hgdistver/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/hgdistver/hgdistver-0.16.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/hgdistver/ChangeLog b/dev-python/hgdistver/ChangeLog index c93d4765a43b..f30bb2a75a12 100644 --- a/dev-python/hgdistver/ChangeLog +++ b/dev-python/hgdistver/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/hgdistver -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/hgdistver/ChangeLog,v 1.1 2012/10/10 08:09:00 djc Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/hgdistver/ChangeLog,v 1.2 2013/05/09 12:20:56 maekke Exp $ + + 09 May 2013; Markus Meier <maekke@gentoo.org> hgdistver-0.16.ebuild: + add ~arm, bug #462506 *hgdistver-0.16 (10 Oct 2012) diff --git a/dev-python/hgdistver/hgdistver-0.16.ebuild b/dev-python/hgdistver/hgdistver-0.16.ebuild index 5ce8d858fbed..b4e88c671867 100644 --- a/dev-python/hgdistver/hgdistver-0.16.ebuild +++ b/dev-python/hgdistver/hgdistver-0.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 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.1 2012/10/10 08:09:00 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/hgdistver/hgdistver-0.16.ebuild,v 1.2 2013/05/09 12:20:56 maekke 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 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="test" DEPEND="dev-python/setuptools |