diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-03 02:12:24 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-03 02:12:24 +0000 |
commit | 641443236ac90ace2f9d14feee51dd9e4d9ec39d (patch) | |
tree | 2d6c500bb78320423ac274d0d71bd8ddc3341dee /sci-chemistry/sparky | |
parent | remove reference to old, removed net-wireless/madwifi-ng (diff) | |
download | historical-641443236ac90ace2f9d14feee51dd9e4d9ec39d.tar.gz historical-641443236ac90ace2f9d14feee51dd9e4d9ec39d.tar.bz2 historical-641443236ac90ace2f9d14feee51dd9e4d9ec39d.zip |
remove reference to app-shells/csh which has been removed
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'sci-chemistry/sparky')
-rw-r--r-- | sci-chemistry/sparky/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/sparky/sparky-3.113.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/sparky/ChangeLog b/sci-chemistry/sparky/ChangeLog index 5c4e0763d8fa..febe8c1df8b1 100644 --- a/sci-chemistry/sparky/ChangeLog +++ b/sci-chemistry/sparky/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/sparky # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/ChangeLog,v 1.11 2008/02/06 09:21:26 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/ChangeLog,v 1.12 2008/06/03 02:07:38 mr_bones_ Exp $ + + 03 Jun 2008; Michael Sterrett <mr_bones_@gentoo.org> sparky-3.113.ebuild: + remove reference to app-shells/csh which has been removed 06 Feb 2008; Donnie Berkholz <dberkholz@gentoo.org>; sparky-3.113.ebuild: Fix minor syntax issues. diff --git a/sci-chemistry/sparky/sparky-3.113.ebuild b/sci-chemistry/sparky/sparky-3.113.ebuild index 016d8c47f8ac..c15237e54ea3 100644 --- a/sci-chemistry/sparky/sparky-3.113.ebuild +++ b/sci-chemistry/sparky/sparky-3.113.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/sparky-3.113.ebuild,v 1.2 2008/02/06 09:21:26 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/sparky-3.113.ebuild,v 1.3 2008/06/03 02:07:38 mr_bones_ Exp $ inherit eutils toolchain-funcs multilib python @@ -16,7 +16,7 @@ IUSE="" RESTRICT="mirror" RDEPEND="=dev-lang/python-2.4* =dev-lang/tk-8.4* - || ( app-shells/tcsh app-shells/csh )" + app-shells/tcsh" DEPEND="${RDEPEND} >=app-shells/bash-3 net-misc/rsync" |