diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-08-10 13:01:27 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-08-10 13:01:27 +0000 |
commit | 9b57ad3c5337538713241655654cc7b8bb776833 (patch) | |
tree | 9f7d39b33c5b51cd1b3c51a195e60f5d6c7e0a12 /dev-python/setuptools | |
parent | Stable for arm, wrt bug #480032 (diff) | |
download | gentoo-2-9b57ad3c5337538713241655654cc7b8bb776833.tar.gz gentoo-2-9b57ad3c5337538713241655654cc7b8bb776833.tar.bz2 gentoo-2-9b57ad3c5337538713241655654cc7b8bb776833.zip |
Stable for arm, wrt bug #479980
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/setuptools')
-rw-r--r-- | dev-python/setuptools/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/setuptools/setuptools-0.8-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/setuptools/ChangeLog b/dev-python/setuptools/ChangeLog index c6449d037e65..f0d1657a6997 100644 --- a/dev-python/setuptools/ChangeLog +++ b/dev-python/setuptools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/setuptools # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.204 2013/08/10 12:47:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.205 2013/08/10 13:01:27 ago Exp $ + + 10 Aug 2013; Agostino Sarubbo <ago@gentoo.org> setuptools-0.8-r1.ebuild: + Stable for arm, wrt bug #479980 10 Aug 2013; Agostino Sarubbo <ago@gentoo.org> setuptools-0.8-r1.ebuild: Stable for ppc, wrt bug #479980 diff --git a/dev-python/setuptools/setuptools-0.8-r1.ebuild b/dev-python/setuptools/setuptools-0.8-r1.ebuild index ca6f2d2cdec2..dfab2404afa5 100644 --- a/dev-python/setuptools/setuptools-0.8-r1.ebuild +++ b/dev-python/setuptools/setuptools-0.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.8-r1.ebuild,v 1.4 2013/08/10 12:47:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.8-r1.ebuild,v 1.5 2013/08/10 13:01:27 ago Exp $ EAPI="5" PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_9,2_0} ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" # Force in-source build because build system modifies sources. |