diff options
author | 2014-12-06 16:45:27 +0000 | |
---|---|---|
committer | 2014-12-06 16:45:27 +0000 | |
commit | 8c3cf18da5eba10f64a052e331bcc8dfcb4cd087 (patch) | |
tree | ef03755632311a1fcab9c92a43f751ed5941d70b | |
parent | Stable for ia64, wrt bug #530620 (diff) | |
download | gentoo-2-8c3cf18da5eba10f64a052e331bcc8dfcb4cd087.tar.gz gentoo-2-8c3cf18da5eba10f64a052e331bcc8dfcb4cd087.tar.bz2 gentoo-2-8c3cf18da5eba10f64a052e331bcc8dfcb4cd087.zip |
Stable for ia64, wrt bug #530650
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
-rw-r--r-- | dev-python/setuptools/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/setuptools/setuptools-7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/setuptools/ChangeLog b/dev-python/setuptools/ChangeLog index 782fbe20cf64..80db284cbbde 100644 --- a/dev-python/setuptools/ChangeLog +++ b/dev-python/setuptools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/setuptools # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.247 2014/12/05 10:15:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.248 2014/12/06 16:45:27 ago Exp $ + + 06 Dec 2014; Agostino Sarubbo <ago@gentoo.org> setuptools-7.0.ebuild: + Stable for ia64, wrt bug #530650 05 Dec 2014; Agostino Sarubbo <ago@gentoo.org> setuptools-7.0.ebuild: Stable for x86, wrt bug #530650 diff --git a/dev-python/setuptools/setuptools-7.0.ebuild b/dev-python/setuptools/setuptools-7.0.ebuild index 064389e53ff2..b5bf7569a1b7 100644 --- a/dev-python/setuptools/setuptools-7.0.ebuild +++ b/dev-python/setuptools/setuptools-7.0.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/setuptools/setuptools-7.0.ebuild,v 1.4 2014/12/05 10:15:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-7.0.ebuild,v 1.5 2014/12/06 16:45:27 ago Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 ) @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~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 ~arm64 ~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="test" DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )" |