diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-11-03 11:21:01 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-11-03 11:21:01 +0000 |
commit | 02ec2fcd0ab030a7d35a0508948c92cef8420750 (patch) | |
tree | 8214e3b8b13b70ad18153c5127c002345cd95f4d /dev-python/pep8 | |
parent | Update PostgreSQL dependencies and/or checks to virtual/postgresql. (diff) | |
download | gentoo-2-02ec2fcd0ab030a7d35a0508948c92cef8420750.tar.gz gentoo-2-02ec2fcd0ab030a7d35a0508948c92cef8420750.tar.bz2 gentoo-2-02ec2fcd0ab030a7d35a0508948c92cef8420750.zip |
Stable for x86, wrt bug #525508
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/pep8')
-rw-r--r-- | dev-python/pep8/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pep8/pep8-1.5.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pep8/ChangeLog b/dev-python/pep8/ChangeLog index 06e87493eb42..8457097515ec 100644 --- a/dev-python/pep8/ChangeLog +++ b/dev-python/pep8/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pep8 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pep8/ChangeLog,v 1.35 2014/11/03 11:20:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pep8/ChangeLog,v 1.36 2014/11/03 11:21:01 ago Exp $ + + 03 Nov 2014; Agostino Sarubbo <ago@gentoo.org> pep8-1.5.7.ebuild: + Stable for x86, wrt bug #525508 03 Nov 2014; Agostino Sarubbo <ago@gentoo.org> pep8-1.5.7.ebuild: Stable for amd64, wrt bug #525508 diff --git a/dev-python/pep8/pep8-1.5.7.ebuild b/dev-python/pep8/pep8-1.5.7.ebuild index 6112611ab3f7..b7c34bbe3c16 100644 --- a/dev-python/pep8/pep8-1.5.7.ebuild +++ b/dev-python/pep8/pep8-1.5.7.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/pep8/pep8-1.5.7.ebuild,v 1.5 2014/11/03 11:20:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pep8/pep8-1.5.7.ebuild,v 1.6 2014/11/03 11:21:01 ago Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_2,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="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="doc" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |