diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-02-10 18:32:59 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-02-10 18:32:59 +0000 |
commit | 4c63254bdbe763a8412ae5ec60af175e0f33eefc (patch) | |
tree | 779a391568ce7c68640c60d769aa70e18a58a068 /net-zope | |
parent | Add ~alpha/~sparc wrt #288603 (diff) | |
download | gentoo-2-4c63254bdbe763a8412ae5ec60af175e0f33eefc.tar.gz gentoo-2-4c63254bdbe763a8412ae5ec60af175e0f33eefc.tar.bz2 gentoo-2-4c63254bdbe763a8412ae5ec60af175e0f33eefc.zip |
Add ~alpha/~sparc wrt #288603
(Portage version: 2.1.6.13/cvs/Linux ia64, RepoMan options: --force)
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/transaction/ChangeLog | 7 | ||||
-rw-r--r-- | net-zope/transaction/transaction-1.0.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-zope/transaction/ChangeLog b/net-zope/transaction/ChangeLog index d2feb252505b..13f60c11b348 100644 --- a/net-zope/transaction/ChangeLog +++ b/net-zope/transaction/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-zope/transaction -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/transaction/ChangeLog,v 1.3 2009/11/09 18:47:33 fauli Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/transaction/ChangeLog,v 1.4 2010/02/10 18:32:59 armin76 Exp $ + + 10 Feb 2010; Raúl Porcel <armin76@gentoo.org> transaction-1.0.0.ebuild: + Add ~alpha/~sparc wrt #288603 09 Nov 2009; Christian Faulhammer <fauli@gentoo.org> transaction-1.0.0.ebuild: diff --git a/net-zope/transaction/transaction-1.0.0.ebuild b/net-zope/transaction/transaction-1.0.0.ebuild index e8c416073268..d39ac048df66 100644 --- a/net-zope/transaction/transaction-1.0.0.ebuild +++ b/net-zope/transaction/transaction-1.0.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/transaction/transaction-1.0.0.ebuild,v 1.3 2009/11/09 18:47:33 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/transaction/transaction-1.0.0.ebuild,v 1.4 2010/02/10 18:32:59 armin76 Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -13,7 +13,7 @@ SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="ZPL" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" IUSE="test" RDEPEND="net-zope/zope-interface" |