diff options
author | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 15:22:04 +0000 |
---|---|---|
committer | Piotr Jaroszyński <peper@gentoo.org> | 2007-07-02 15:22:04 +0000 |
commit | 6669c76e4ecc4102faa4974838ac32b46ef6b063 (patch) | |
tree | 48610263d175b2290aebb065db5b51d627ff9b6d /net-zope/externalfile/externalfile-1.2.0.ebuild | |
parent | Fix Manifest. (diff) | |
download | historical-6669c76e4ecc4102faa4974838ac32b46ef6b063.tar.gz historical-6669c76e4ecc4102faa4974838ac32b46ef6b063.tar.bz2 historical-6669c76e4ecc4102faa4974838ac32b46ef6b063.zip |
(QA) RESTRICT clean up.
Package-Manager: portage-2.1.3_rc6
Diffstat (limited to 'net-zope/externalfile/externalfile-1.2.0.ebuild')
-rw-r--r-- | net-zope/externalfile/externalfile-1.2.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-zope/externalfile/externalfile-1.2.0.ebuild b/net-zope/externalfile/externalfile-1.2.0.ebuild index 2fc30fc5f167..b42a448ed08f 100644 --- a/net-zope/externalfile/externalfile-1.2.0.ebuild +++ b/net-zope/externalfile/externalfile-1.2.0.ebuild @@ -1,6 +1,6 @@ -# 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/externalfile/externalfile-1.2.0.ebuild,v 1.7 2006/01/27 02:32:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/externalfile/externalfile-1.2.0.ebuild,v 1.8 2007/07/02 15:22:04 peper Exp $ inherit zproduct @@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}/${PV}/ExternalFile-${NEW_PV}.zip" LICENSE="ZPL" KEYWORDS="~ppc x86" -RESTRICT="nomirror" +RESTRICT="mirror" RDEPEND="net-zope/zope" DEPEND="app-arch/unzip" |