diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-05 08:32:33 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-05 08:32:33 +0000 |
commit | 0816dc78309ac15f6575e22607469413f9d0cf3b (patch) | |
tree | feab54c974c156f83b7c00d5711073ff755aad30 /net-zope/filesystemsite | |
parent | Add the new cobalt bootloader to the default profile. (diff) | |
download | historical-0816dc78309ac15f6575e22607469413f9d0cf3b.tar.gz historical-0816dc78309ac15f6575e22607469413f9d0cf3b.tar.bz2 historical-0816dc78309ac15f6575e22607469413f9d0cf3b.zip |
down to ~ppc until deps are stable
Diffstat (limited to 'net-zope/filesystemsite')
-rw-r--r-- | net-zope/filesystemsite/ChangeLog | 8 | ||||
-rw-r--r-- | net-zope/filesystemsite/filesystemsite-1.2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/net-zope/filesystemsite/ChangeLog b/net-zope/filesystemsite/ChangeLog index ac71fae49efd..136b0ce25791 100644 --- a/net-zope/filesystemsite/ChangeLog +++ b/net-zope/filesystemsite/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-zope/filesystemsite -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/filesystemsite/ChangeLog,v 1.3 2003/06/22 21:12:51 kutsuya Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/filesystemsite/ChangeLog,v 1.4 2004/04/05 08:32:33 mr_bones_ Exp $ + + 05 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> + filesystemsite-1.2.ebuild: + down to ~ppc until deps are stable 22 Jun 2003; Jason Shoemaker <kutsuya@gentoo.org> filesystemsite-1.2.ebuild: ~ppc -> ppc diff --git a/net-zope/filesystemsite/filesystemsite-1.2.ebuild b/net-zope/filesystemsite/filesystemsite-1.2.ebuild index b65fcae933e1..8c9597a2b711 100644 --- a/net-zope/filesystemsite/filesystemsite-1.2.ebuild +++ b/net-zope/filesystemsite/filesystemsite-1.2.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/filesystemsite/filesystemsite-1.2.ebuild,v 1.4 2003/09/08 06:53:30 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/filesystemsite/filesystemsite-1.2.ebuild,v 1.5 2004/04/05 08:32:33 mr_bones_ Exp $ inherit zproduct @@ -8,6 +8,6 @@ DESCRIPTION="Zope proxy objects for files on the filesystem." HOMEPAGE="http://www.zope.org/Members/k_vertigo/Products/FileSystemSite" SRC_URI="${HOMEPAGE}/FileSystemSite-${PV}.tgz" LICENSE="ZPL" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ~ppc" ZPROD_LIST="FileSystemSite" |