diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-02-16 13:58:46 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-02-16 13:58:46 +0000 |
commit | 15ffc0164b84ae0efe57541e13fce1baea5b005b (patch) | |
tree | fc7124f5878ab16f1c25c7f7ccdda8779e0f3f29 /dev-python/alabaster | |
parent | amd64/ppc/ppc64/x86 stable, bug #540278 (diff) | |
download | gentoo-2-15ffc0164b84ae0efe57541e13fce1baea5b005b.tar.gz gentoo-2-15ffc0164b84ae0efe57541e13fce1baea5b005b.tar.bz2 gentoo-2-15ffc0164b84ae0efe57541e13fce1baea5b005b.zip |
amd64/x86 stable, bug #530324
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/alabaster')
-rw-r--r-- | dev-python/alabaster/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/alabaster/alabaster-0.6.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/alabaster/ChangeLog b/dev-python/alabaster/ChangeLog index 5f280a0d54fa..fe0ee37efb3a 100644 --- a/dev-python/alabaster/ChangeLog +++ b/dev-python/alabaster/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/alabaster # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/alabaster/ChangeLog,v 1.2 2015/01/25 08:27:22 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/alabaster/ChangeLog,v 1.3 2015/02/16 13:58:46 pacho Exp $ + + 16 Feb 2015; Pacho Ramos <pacho@gentoo.org> alabaster-0.6.3.ebuild: + amd64/x86 stable, bug #530324 *alabaster-0.6.3 (25 Jan 2015) diff --git a/dev-python/alabaster/alabaster-0.6.3.ebuild b/dev-python/alabaster/alabaster-0.6.3.ebuild index b84eec5f5a6c..b15586a14247 100644 --- a/dev-python/alabaster/alabaster-0.6.3.ebuild +++ b/dev-python/alabaster/alabaster-0.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/alabaster/alabaster-0.6.3.ebuild,v 1.1 2015/01/25 08:27:22 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/alabaster/alabaster-0.6.3.ebuild,v 1.2 2015/02/16 13:58:46 pacho Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/bitprophet/alabaster" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" SLOT="0" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" |