diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-26 12:13:49 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-03-26 12:13:49 +0000 |
commit | 05dc6a3fd9a50cb69d272901eb55f086f038d0de (patch) | |
tree | b39c98d705640728cd6f2a2aa8a05542903ac26b /app-sci/foldingathome/foldingathome-4.0.0.ebuild | |
parent | Adding "inherit eutils" and IUSE="" (diff) | |
download | historical-05dc6a3fd9a50cb69d272901eb55f086f038d0de.tar.gz historical-05dc6a3fd9a50cb69d272901eb55f086f038d0de.tar.bz2 historical-05dc6a3fd9a50cb69d272901eb55f086f038d0de.zip |
Setting IUSE, removing S= where not necessary, declaring 4.0.0 stable for x86
Diffstat (limited to 'app-sci/foldingathome/foldingathome-4.0.0.ebuild')
-rw-r--r-- | app-sci/foldingathome/foldingathome-4.0.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-sci/foldingathome/foldingathome-4.0.0.ebuild b/app-sci/foldingathome/foldingathome-4.0.0.ebuild index 86ab02f1add2..63d4c66087a6 100644 --- a/app-sci/foldingathome/foldingathome-4.0.0.ebuild +++ b/app-sci/foldingathome/foldingathome-4.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/foldingathome/foldingathome-4.0.0.ebuild,v 1.2 2004/03/09 14:02:23 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/foldingathome/foldingathome-4.0.0.ebuild,v 1.3 2004/03/26 12:13:49 phosphan Exp $ # no version number on this install dir since upgrades will be using same dir # (data will be stored here too) @@ -14,8 +14,9 @@ SRC_URI="http://www.stanford.edu/group/pandegroup/release/FAH4Console-Linux.exe" RESTRICT="nomirror" SLOT="0" +IUSE="" LICENSE="as-is" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND=">=sys-apps/baselayout-1.8.0 >=sys-libs/glibc-2.3.0 |