diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-03-27 17:10:24 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-03-27 17:10:24 +0000 |
commit | da90a1383d8b083e6fd87693f63555777f6b9064 (patch) | |
tree | 6b154fee2bbb257a6b57e03cbbc78ccf73dfdb6e /net-zope | |
parent | remove broken ppc keyword (Manifest recommit) (diff) | |
download | gentoo-2-da90a1383d8b083e6fd87693f63555777f6b9064.tar.gz gentoo-2-da90a1383d8b083e6fd87693f63555777f6b9064.tar.bz2 gentoo-2-da90a1383d8b083e6fd87693f63555777f6b9064.zip |
fix broken ppc keyword
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/cmfcollectorng/ChangeLog | 7 | ||||
-rw-r--r-- | net-zope/cmfcollectorng/cmfcollectorng-0.20.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-zope/cmfcollectorng/ChangeLog b/net-zope/cmfcollectorng/ChangeLog index 6e321e9f47cb..52c44a050903 100644 --- a/net-zope/cmfcollectorng/ChangeLog +++ b/net-zope/cmfcollectorng/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-zope/cmfcollectorng -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfcollectorng/ChangeLog,v 1.4 2003/06/21 08:32:03 kutsuya Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfcollectorng/ChangeLog,v 1.5 2004/03/27 17:10:24 lanius Exp $ + + 27 Mar 2004; Heinrich Wendel <lanius@gentoo.org> cmfcollectorng-0.20.ebuild: + fix broken ppc keyword 21 Jun 2003; Jason Shoemaker <kutsuya@gentoo.org> cmfcollectorng-0.20.ebuild: ~ppc -> ppc. Added MYDOC variable. diff --git a/net-zope/cmfcollectorng/cmfcollectorng-0.20.ebuild b/net-zope/cmfcollectorng/cmfcollectorng-0.20.ebuild index 6d165a15e884..2e13d872afdb 100644 --- a/net-zope/cmfcollectorng/cmfcollectorng-0.20.ebuild +++ b/net-zope/cmfcollectorng/cmfcollectorng-0.20.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfcollectorng/cmfcollectorng-0.20.ebuild,v 1.5 2003/09/08 06:53:30 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/cmfcollectorng/cmfcollectorng-0.20.ebuild,v 1.6 2004/03/27 17:10:24 lanius Exp $ inherit zproduct @@ -8,7 +8,7 @@ DESCRIPTION="Zope/CMF-based bugtracking system." HOMEPAGE="http://www.zope.org/Members/ajung/CMFCollectorNG/Wiki/FrontPage" SRC_URI="mirror://sourceforge/cmfcollectorng/CMFCollectorNG-${PV}.tar.gz" LICENSE="ZPL" -KEYWORDS="x86 ppc" +KEYWORDS="x86" RDEPEND=">=net-zope/cmf-1.3 ${RDEPEND}" |