diff options
author | 2014-07-03 13:08:38 +0000 | |
---|---|---|
committer | 2014-07-03 13:08:38 +0000 | |
commit | 4a3903bb50e317f3ea87c2dfe01d1d873e670d80 (patch) | |
tree | 8d557929666b0a801df7c3766c73388ad433fbde /dev-python/hgdistver | |
parent | Fix Bug 514342 - dev-haskell/hdbc-mysql-0.6.6.1-r1 fails to build, based on t... (diff) | |
download | gentoo-2-4a3903bb50e317f3ea87c2dfe01d1d873e670d80.tar.gz gentoo-2-4a3903bb50e317f3ea87c2dfe01d1d873e670d80.tar.bz2 gentoo-2-4a3903bb50e317f3ea87c2dfe01d1d873e670d80.zip |
Keyworded on alpha, bug #514448
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)
Diffstat (limited to 'dev-python/hgdistver')
-rw-r--r-- | dev-python/hgdistver/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/hgdistver/hgdistver-0.18.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/hgdistver/ChangeLog b/dev-python/hgdistver/ChangeLog index 625aba8c9f17..88efdb7ee2b6 100644 --- a/dev-python/hgdistver/ChangeLog +++ b/dev-python/hgdistver/ChangeLog @@ -1,6 +1,9 @@ # 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.12 2014/06/23 02:36:02 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/hgdistver/ChangeLog,v 1.13 2014/07/03 13:08:38 klausman Exp $ + + 03 Jul 2014; Tobias Klausmann <klausman@gentoo.org> hgdistver-0.18.ebuild: + Keyworded on alpha, bug #514448 *hgdistver-0.18 (23 Jun 2014) diff --git a/dev-python/hgdistver/hgdistver-0.18.ebuild b/dev-python/hgdistver/hgdistver-0.18.ebuild index 6c25ac48c24d..0626a4614fa4 100644 --- a/dev-python/hgdistver/hgdistver-0.18.ebuild +++ b/dev-python/hgdistver/hgdistver-0.18.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.18.ebuild,v 1.1 2014/06/23 02:36:02 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/hgdistver/hgdistver-0.18.ebuild,v 1.2 2014/07/03 13:08:38 klausman Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |