diff options
author | 2015-03-27 16:26:31 +0000 | |
---|---|---|
committer | 2015-03-27 16:26:31 +0000 | |
commit | 95aa8da198c2a2fd60dc6b7e4c1aaecd2f8d0eff (patch) | |
tree | 87e0b36a12cce02f2f2e1aa72195617f6e124c11 /dev-python/pyspf | |
parent | Stable for amd64, wrt bug #537328 (diff) | |
download | gentoo-2-95aa8da198c2a2fd60dc6b7e4c1aaecd2f8d0eff.tar.gz gentoo-2-95aa8da198c2a2fd60dc6b7e4c1aaecd2f8d0eff.tar.bz2 gentoo-2-95aa8da198c2a2fd60dc6b7e4c1aaecd2f8d0eff.zip |
Stable for amd64, wrt bug #537634
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-python/pyspf')
-rw-r--r-- | dev-python/pyspf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pyspf/pyspf-2.0.10.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/pyspf/ChangeLog b/dev-python/pyspf/ChangeLog index 5871718b4718..76ce10ec15ec 100644 --- a/dev-python/pyspf/ChangeLog +++ b/dev-python/pyspf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyspf # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/ChangeLog,v 1.29 2015/01/25 09:31:11 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/ChangeLog,v 1.30 2015/03/27 16:26:31 ago Exp $ + + 27 Mar 2015; Agostino Sarubbo <ago@gentoo.org> pyspf-2.0.10.ebuild: + Stable for amd64, wrt bug #537634 *pyspf-2.0.11 (25 Jan 2015) diff --git a/dev-python/pyspf/pyspf-2.0.10.ebuild b/dev-python/pyspf/pyspf-2.0.10.ebuild index cce246252cb3..f01107dfb531 100644 --- a/dev-python/pyspf/pyspf-2.0.10.ebuild +++ b/dev-python/pyspf/pyspf-2.0.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/pyspf-2.0.10.ebuild,v 1.1 2014/09/29 04:14:37 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/pyspf-2.0.10.ebuild,v 1.2 2015/03/27 16:26:31 ago Exp $ EAPI="5" @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="ipv6 test" # >=python-3.3 comes with the built-in ipaddress module |