diff options
author | Joseph Jezak <josejx@gentoo.org> | 2009-02-24 01:37:45 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2009-02-24 01:37:45 +0000 |
commit | 3bc57254806844e1b4be5e26adc5be9d1b90fcd1 (patch) | |
tree | f04ad7947b0515089a6d939aca90447271a7754d /dev-python/zsi | |
parent | Marked ~ppc for bug #222011. (diff) | |
download | gentoo-2-3bc57254806844e1b4be5e26adc5be9d1b90fcd1.tar.gz gentoo-2-3bc57254806844e1b4be5e26adc5be9d1b90fcd1.tar.bz2 gentoo-2-3bc57254806844e1b4be5e26adc5be9d1b90fcd1.zip |
Marked ~ppc for bug #222011.
(Portage version: 2.1.6.4/cvs/Linux 2.6.23 x86_64)
Diffstat (limited to 'dev-python/zsi')
-rw-r--r-- | dev-python/zsi/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/zsi/zsi-2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/zsi/ChangeLog b/dev-python/zsi/ChangeLog index 2960ad0d74e5..8d612c3878c4 100644 --- a/dev-python/zsi/ChangeLog +++ b/dev-python/zsi/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/zsi -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v 1.8 2008/08/06 18:24:59 neurogeek Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v 1.9 2009/02/24 01:37:45 josejx Exp $ + + 24 Feb 2009; Joseph Jezak <josejx@gentoo.org> zsi-2.0.ebuild: + Marked ~ppc for bug #222011. 06 Aug 2008; Jesus Rivero <neurogeek@gentoo.org> metadata.xml: add GLEP 56 USE flag desc from use.local.desc diff --git a/dev-python/zsi/zsi-2.0.ebuild b/dev-python/zsi/zsi-2.0.ebuild index be432851f654..e1a93066b26e 100644 --- a/dev-python/zsi/zsi-2.0.ebuild +++ b/dev-python/zsi/zsi-2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.0.ebuild,v 1.6 2008/04/21 14:28:39 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.0.ebuild,v 1.7 2009/02/24 01:37:45 josejx Exp $ inherit distutils @@ -11,7 +11,7 @@ DESCRIPTION="Web Services for Python" HOMEPAGE="http://pywebsvcs.sourceforge.net/zsi.html" SRC_URI="mirror://sourceforge/pywebsvcs/${MY_P}.tar.gz" -KEYWORDS="amd64 ~ppc64 ~sparc x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86" SLOT="0" LICENSE="PYTHON" IUSE="examples doc twisted" |