diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-09 14:02:23 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-03-09 14:02:23 +0000 |
commit | efbbefba708a5271298ea43c8760886d9245a5d5 (patch) | |
tree | fc86ac422f9a87e263122d9fcc156a34938241cc /app-sci/foldingathome/foldingathome-4.0.0.ebuild | |
parent | Closing #44105. (diff) | |
download | historical-efbbefba708a5271298ea43c8760886d9245a5d5.tar.gz historical-efbbefba708a5271298ea43c8760886d9245a5d5.tar.bz2 historical-efbbefba708a5271298ea43c8760886d9245a5d5.zip |
Closing #43779.
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 02ec03e84ff1..86ab02f1add2 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.1 2004/03/03 11:33:11 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/foldingathome/foldingathome-4.0.0.ebuild,v 1.2 2004/03/09 14:02:23 aliz Exp $ # no version number on this install dir since upgrades will be using same dir # (data will be stored here too) @@ -18,7 +18,8 @@ LICENSE="as-is" KEYWORDS="~x86" DEPEND=">=sys-apps/baselayout-1.8.0 - >=sys-libs/glibc-2.3.0" + >=sys-libs/glibc-2.3.0 + amd64? ( app-emulation/emul-linux-x86-baselibs )" S="${WORKDIR}" |