diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-01-21 08:33:17 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-01-21 08:33:17 +0000 |
commit | 92de52a97de7c18006e7f95297949038c95948b4 (patch) | |
tree | dc8b2ae9ed0e71be50c50bc170ee2a93e79b130c /dev-python/zsi | |
parent | Add freetype-2 to DEPEND, bug #206266 (diff) | |
download | gentoo-2-92de52a97de7c18006e7f95297949038c95948b4.tar.gz gentoo-2-92de52a97de7c18006e7f95297949038c95948b4.tar.bz2 gentoo-2-92de52a97de7c18006e7f95297949038c95948b4.zip |
keyworded ~x86, bug 206649
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-python/zsi')
-rw-r--r-- | dev-python/zsi/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/zsi/zsi-2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/zsi/ChangeLog b/dev-python/zsi/ChangeLog index 363626a3a46b..bfa035b4009a 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.2 2008/01/20 14:37:44 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/ChangeLog,v 1.3 2008/01/21 08:33:17 opfer Exp $ + + 21 Jan 2008; Christian Faulhammer <opfer@gentoo.org> zsi-2.0.ebuild: + keyworded ~x86, bug 206649 20 Jan 2008; Brent Baude <ranger@gentoo.org> zsi-2.0.ebuild: Marking zsi-2.0 ~ppc64 for bug 206649 diff --git a/dev-python/zsi/zsi-2.0.ebuild b/dev-python/zsi/zsi-2.0.ebuild index 9b8db49ae6cd..c9329377c3c1 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 # 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.2 2008/01/20 14:37:44 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/zsi/zsi-2.0.ebuild,v 1.3 2008/01/21 08:33:17 opfer 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" +KEYWORDS="~amd64 ~ppc64 ~x86" SLOT="0" LICENSE="PYTHON" IUSE="examples doc twisted" |