diff options
author | 2010-01-16 18:07:23 +0000 | |
---|---|---|
committer | 2010-01-16 18:07:23 +0000 | |
commit | 8a8a868fa160cf3531f0a5ab1d10f3f8fbff3b2e (patch) | |
tree | 8074a580dc17446e4d5ff83a9b21aa43a7cc5828 /net-zope/zope-filerepresentation | |
parent | build fix for desmume (diff) | |
download | gentoo-2-8a8a868fa160cf3531f0a5ab1d10f3f8fbff3b2e.tar.gz gentoo-2-8a8a868fa160cf3531f0a5ab1d10f3f8fbff3b2e.tar.bz2 gentoo-2-8a8a868fa160cf3531f0a5ab1d10f3f8fbff3b2e.zip |
keyworded ~arch for x86, bug 297734
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'net-zope/zope-filerepresentation')
-rw-r--r-- | net-zope/zope-filerepresentation/ChangeLog | 8 | ||||
-rw-r--r-- | net-zope/zope-filerepresentation/zope-filerepresentation-3.6.0.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-zope/zope-filerepresentation/ChangeLog b/net-zope/zope-filerepresentation/ChangeLog index ce08b86b4518..d6def2083003 100644 --- a/net-zope/zope-filerepresentation/ChangeLog +++ b/net-zope/zope-filerepresentation/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-zope/zope-filerepresentation -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-filerepresentation/ChangeLog,v 1.1 2009/10/24 19:09:07 arfrever Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-filerepresentation/ChangeLog,v 1.2 2010/01/16 18:07:23 fauli Exp $ + + 16 Jan 2010; Christian Faulhammer <fauli@gentoo.org> + zope-filerepresentation-3.6.0.ebuild: + keyworded ~arch for x86, bug 297734 *zope-filerepresentation-3.6.0 (24 Oct 2009) diff --git a/net-zope/zope-filerepresentation/zope-filerepresentation-3.6.0.ebuild b/net-zope/zope-filerepresentation/zope-filerepresentation-3.6.0.ebuild index f0f1aa410a66..cd4b7dce7907 100644 --- a/net-zope/zope-filerepresentation/zope-filerepresentation-3.6.0.ebuild +++ b/net-zope/zope-filerepresentation/zope-filerepresentation-3.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-filerepresentation/zope-filerepresentation-3.6.0.ebuild,v 1.1 2009/10/24 19:09:07 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-filerepresentation/zope-filerepresentation-3.6.0.ebuild,v 1.2 2010/01/16 18:07:23 fauli Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -16,7 +16,7 @@ SRC_URI="http://pypi.python.org/packages/source/${MY_PN:0:1}/${MY_PN}/${MY_P}.ta LICENSE="ZPL" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="net-zope/zope-interface" |