diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-06-14 09:29:38 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2014-06-14 09:29:38 +0000 |
commit | 298b1544eb37b9359d155a334073aaa8475e5420 (patch) | |
tree | a9631005efd1a61938415c007aa83e1f4f6c561a /dev-python/zsi | |
parent | x86 stable wrt bug #507926 (diff) | |
download | gentoo-2-298b1544eb37b9359d155a334073aaa8475e5420.tar.gz gentoo-2-298b1544eb37b9359d155a334073aaa8475e5420.tar.bz2 gentoo-2-298b1544eb37b9359d155a334073aaa8475e5420.zip |
x86 stable wrt bug #505370
(Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Diffstat (limited to 'dev-python/zsi')
-rw-r--r-- | dev-python/zsi/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/zsi/zsi-2.1_alpha1-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/zsi/ChangeLog b/dev-python/zsi/ChangeLog index d350e6949d68..25916aeae762 100644 --- a/dev-python/zsi/ChangeLog +++ b/dev-python/zsi/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/zsi -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v 1.25 2013/08/03 09:45:47 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v 1.26 2014/06/14 09:29:38 phajdan.jr Exp $ + + 14 Jun 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> + zsi-2.1_alpha1-r1.ebuild: + x86 stable wrt bug #505370 03 Aug 2013; Michał Górny <mgorny@gentoo.org> zsi-2.1_alpha1.ebuild, zsi-2.1_alpha1-r1.ebuild: diff --git a/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild b/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild index ab079d5f0132..f88b2dd7d1c3 100644 --- a/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild +++ b/dev-python/zsi/zsi-2.1_alpha1-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/zsi/zsi-2.1_alpha1-r1.ebuild,v 1.4 2013/08/03 09:45:47 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.1_alpha1-r1.ebuild,v 1.5 2014/06/14 09:29:38 phajdan.jr Exp $ EAPI=5 @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/pywebsvcs/${MY_P}.tar.gz" LICENSE="BSD MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="doc examples twisted" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |