diff options
author | René Nussbaumer <killerfox@gentoo.org> | 2005-06-26 11:58:28 +0000 |
---|---|---|
committer | René Nussbaumer <killerfox@gentoo.org> | 2005-06-26 11:58:28 +0000 |
commit | a7390f723d2d08478542a34b502c89f025e85eac (patch) | |
tree | 55f93f0630d8968bcfbf1a8433cdb5a49f2be04d /sci-astronomy/setiathome/setiathome-3.03-r2.ebuild | |
parent | Removed hppa (diff) | |
download | gentoo-2-a7390f723d2d08478542a34b502c89f025e85eac.tar.gz gentoo-2-a7390f723d2d08478542a34b502c89f025e85eac.tar.bz2 gentoo-2-a7390f723d2d08478542a34b502c89f025e85eac.zip |
Forgot to remove hppa from SRC_URI. Fixed it
(Portage version: 2.0.51.19)
Diffstat (limited to 'sci-astronomy/setiathome/setiathome-3.03-r2.ebuild')
-rw-r--r-- | sci-astronomy/setiathome/setiathome-3.03-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-astronomy/setiathome/setiathome-3.03-r2.ebuild b/sci-astronomy/setiathome/setiathome-3.03-r2.ebuild index eebaf4a9d5d6..ca372a76d079 100644 --- a/sci-astronomy/setiathome/setiathome-3.03-r2.ebuild +++ b/sci-astronomy/setiathome/setiathome-3.03-r2.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-astronomy/setiathome/setiathome-3.03-r2.ebuild,v 1.3 2005/06/26 11:53:05 killerfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/setiathome/setiathome-3.03-r2.ebuild,v 1.4 2005/06/26 11:58:28 killerfox Exp $ # no version number on this install dir since upgrades will be using same dir # (data will be stored here too) @@ -10,8 +10,8 @@ DESCRIPTION="Search for Extraterrestrial Intelligence (SETI) @ home" HOMEPAGE="http://setiathome.ssl.berkeley.edu" SRC_URI="ppc? ( ftp://alien.ssl.berkeley.edu/pub/setiathome-${PV}.powerpc-unknown-linux-gnu.tar ) sparc? ( ftp://alien.ssl.berkeley.edu/pub/setiathome-${PV}.sparc-unknown-linux-gnu.tar ) - ia64? ( ftp://alien.ssl.berkeley.edu/pub/setiathome-${PV}.ia64-Linux-gnu.tar ) - hppa? ( ftp://alien.ssl.berkeley.edu/pub/setiathome-${PV}.hppa-parisc-palinux.tar )" + ia64? ( ftp://alien.ssl.berkeley.edu/pub/setiathome-${PV}.ia64-Linux-gnu.tar )" +# hppa? ( ftp://alien.ssl.berkeley.edu/pub/setiathome-${PV}.hppa-parisc-palinux.tar ) # alpha? ( ftp://alien.ssl.berkeley.edu/pub/setiathome-${PV}.alpha-unknown-linux-gnu.tar ) LICENSE="as-is" |