diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-04-02 08:53:10 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-04-02 08:53:10 +0000 |
commit | 007f9b562b966964b5577fa792ef034eb6e9170b (patch) | |
tree | c3b9889b03c557707f282924c553ca1b557c2b21 /net-zope/cmfquickinstallertool | |
parent | Fixes bug 87021, thanks to transient in #gentoo-bugs. (diff) | |
download | gentoo-2-007f9b562b966964b5577fa792ef034eb6e9170b.tar.gz gentoo-2-007f9b562b966964b5577fa792ef034eb6e9170b.tar.bz2 gentoo-2-007f9b562b966964b5577fa792ef034eb6e9170b.zip |
~amd64
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-zope/cmfquickinstallertool')
-rw-r--r-- | net-zope/cmfquickinstallertool/ChangeLog | 6 | ||||
-rw-r--r-- | net-zope/cmfquickinstallertool/cmfquickinstallertool-1.5.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-zope/cmfquickinstallertool/ChangeLog b/net-zope/cmfquickinstallertool/ChangeLog index 4759077ec98b..93ae5376997d 100644 --- a/net-zope/cmfquickinstallertool/ChangeLog +++ b/net-zope/cmfquickinstallertool/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-zope/cmfquickinstallertool # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfquickinstallertool/ChangeLog,v 1.8 2005/03/19 17:24:17 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfquickinstallertool/ChangeLog,v 1.9 2005/04/02 08:51:43 blubb Exp $ + + 02 Apr 2005; Simon Stelling <blubb@gentoo.org> + cmfquickinstallertool-1.5.0.ebuild: + added ~amd64 19 Mar 2005; Jason Wever <weeve@gentoo.org> cmfquickinstallertool-1.5.0.ebuild: diff --git a/net-zope/cmfquickinstallertool/cmfquickinstallertool-1.5.0.ebuild b/net-zope/cmfquickinstallertool/cmfquickinstallertool-1.5.0.ebuild index e42c893c935a..3a33ee13a36d 100644 --- a/net-zope/cmfquickinstallertool/cmfquickinstallertool-1.5.0.ebuild +++ b/net-zope/cmfquickinstallertool/cmfquickinstallertool-1.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfquickinstallertool/cmfquickinstallertool-1.5.0.ebuild,v 1.3 2005/03/19 17:24:17 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfquickinstallertool/cmfquickinstallertool-1.5.0.ebuild,v 1.4 2005/04/02 08:51:43 blubb Exp $ inherit zproduct @@ -8,7 +8,7 @@ DESCRIPTION="Makes it easy to install cmf/plone products." HOMEPAGE="http://www.sf.net/projects/collective/" SRC_URI="mirror://sourceforge/collective/CMFQuickInstallerTool-${PV}.tgz" LICENSE="GPL-2" -KEYWORDS="x86 ppc ~sparc" +KEYWORDS="x86 ppc ~sparc ~amd64" IUSE="" RDEPEND=">=net-zope/cmf-1.3 ${RDEPEND}" |