diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-18 20:42:32 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-12-18 20:42:32 +0000 |
commit | f2f31a2aaadb52d55d828fb09a4cd9fc81998491 (patch) | |
tree | b0414483dca0a8c5dd7df95ebc4f13b0ce6d7711 /sci-chemistry/sparky | |
parent | We can't mirror this. (diff) | |
download | gentoo-2-f2f31a2aaadb52d55d828fb09a4cd9fc81998491.tar.gz gentoo-2-f2f31a2aaadb52d55d828fb09a4cd9fc81998491.tar.bz2 gentoo-2-f2f31a2aaadb52d55d828fb09a4cd9fc81998491.zip |
Prefer RESTRICT=mirror over nomirror, as portage code does.
(Portage version: 2.0.53)
Diffstat (limited to 'sci-chemistry/sparky')
-rw-r--r-- | sci-chemistry/sparky/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/sparky/sparky-3.111.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/sparky/ChangeLog b/sci-chemistry/sparky/ChangeLog index e2c136ce5f2a..fb0040061e34 100644 --- a/sci-chemistry/sparky/ChangeLog +++ b/sci-chemistry/sparky/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/sparky # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/ChangeLog,v 1.2 2005/12/18 20:41:44 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/ChangeLog,v 1.3 2005/12/18 20:42:32 spyderous Exp $ + + 18 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; sparky-3.111.ebuild: + Prefer RESTRICT=mirror over nomirror, as portage code does. 18 Dec 2005; Donnie Berkholz <spyderous@gentoo.org>; sparky-3.111.ebuild: We can't mirror this. diff --git a/sci-chemistry/sparky/sparky-3.111.ebuild b/sci-chemistry/sparky/sparky-3.111.ebuild index 55e1ded420d3..03f1bec2e83b 100644 --- a/sci-chemistry/sparky/sparky-3.111.ebuild +++ b/sci-chemistry/sparky/sparky-3.111.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/sci-chemistry/sparky/sparky-3.111.ebuild,v 1.2 2005/12/18 20:41:44 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/sparky-3.111.ebuild,v 1.3 2005/12/18 20:42:32 spyderous Exp $ inherit eutils toolchain-funcs multilib python @@ -13,7 +13,7 @@ SLOT="0" # including parts of the patch. KEYWORDS="~x86" IUSE="" -RESTRICT="nomirror" +RESTRICT="mirror" RDEPEND="=dev-lang/python-2.3* =dev-lang/tk-8.4* || ( app-shells/tcsh app-shells/csh )" |