diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-02-02 02:24:03 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-02-02 02:24:03 +0000 |
commit | 907f7c4329c02fb5462fe9b12ca91c2d97caac52 (patch) | |
tree | fe96335c2541aea8a5438bc958527926422db4d9 /net-zope/zodb/zodb-3.6.0.ebuild | |
parent | cleanup ebuild, add ~amd64, bug 164291 (diff) | |
download | gentoo-2-907f7c4329c02fb5462fe9b12ca91c2d97caac52.tar.gz gentoo-2-907f7c4329c02fb5462fe9b12ca91c2d97caac52.tar.bz2 gentoo-2-907f7c4329c02fb5462fe9b12ca91c2d97caac52.zip |
Add ~amd64, bug 163805
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-zope/zodb/zodb-3.6.0.ebuild')
-rw-r--r-- | net-zope/zodb/zodb-3.6.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-zope/zodb/zodb-3.6.0.ebuild b/net-zope/zodb/zodb-3.6.0.ebuild index 0eef6affef72..766adc907c25 100644 --- a/net-zope/zodb/zodb-3.6.0.ebuild +++ b/net-zope/zodb/zodb-3.6.0.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zodb/zodb-3.6.0.ebuild,v 1.3 2006/08/16 10:12:20 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zodb/zodb-3.6.0.ebuild,v 1.4 2007/02/02 02:24:03 beandog Exp $ inherit distutils -MY_P=ZODB +MY_P="ZODB" DESCRIPTION="Zope Object DataBase" HOMEPAGE="http://zope.org/Products/ZODB3.6" SRC_URI="http://zope.org/Products/${MY_P}3.6/${MY_P}%20${PV}/${MY_P}3-${PV}.tgz" LICENSE="ZPL" SLOT="0" -KEYWORDS="~ppc x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" DEPEND=">=dev-lang/python-2.3.5" |