diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-18 11:54:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-18 11:54:53 +0000 |
commit | 1af795e5257cb22b40e805abf63cf70cb079104b (patch) | |
tree | 16adc4aa7ae2a8bc77621f200f491859b92c6562 /dev-python/setuptools | |
parent | Mark s390/sh stable. (diff) | |
download | gentoo-2-1af795e5257cb22b40e805abf63cf70cb079104b.tar.gz gentoo-2-1af795e5257cb22b40e805abf63cf70cb079104b.tar.bz2 gentoo-2-1af795e5257cb22b40e805abf63cf70cb079104b.zip |
Mark m68k/s390/sh stable.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'dev-python/setuptools')
-rw-r--r-- | dev-python/setuptools/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/setuptools/setuptools-0.8-r1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/setuptools/ChangeLog b/dev-python/setuptools/ChangeLog index f8e57063f078..bb3b919634d9 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.217 2013/09/24 04:05:28 radhermit Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.218 2014/01/18 11:54:53 vapier Exp $ + + 18 Jan 2014; Mike Frysinger <vapier@gentoo.org> setuptools-0.8-r1.ebuild: + Mark m68k/s390/sh stable. *setuptools-1.1.6 (24 Sep 2013) diff --git a/dev-python/setuptools/setuptools-0.8-r1.ebuild b/dev-python/setuptools/setuptools-0.8-r1.ebuild index a47a47248644..e63715cc26b0 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 +# Copyright 1999-2014 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.11 2013/09/06 18:33:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.8-r1.ebuild,v 1.12 2014/01/18 11:54:53 vapier Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_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. |