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 | |
parent | Closing #44105. (diff) | |
download | historical-efbbefba708a5271298ea43c8760886d9245a5d5.tar.gz historical-efbbefba708a5271298ea43c8760886d9245a5d5.tar.bz2 historical-efbbefba708a5271298ea43c8760886d9245a5d5.zip |
Closing #43779.
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/foldingathome/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/foldingathome/Manifest | 4 | ||||
-rw-r--r-- | app-sci/foldingathome/foldingathome-4.0.0.ebuild | 5 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-sci/foldingathome/ChangeLog b/app-sci/foldingathome/ChangeLog index d8943bb664a6..565483f0aeda 100644 --- a/app-sci/foldingathome/ChangeLog +++ b/app-sci/foldingathome/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/foldingathome # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/foldingathome/ChangeLog,v 1.8 2004/03/03 11:33:11 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/foldingathome/ChangeLog,v 1.9 2004/03/09 14:02:23 aliz Exp $ + + 09 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> foldingathome-4.0.0.ebuild: + Adding amd64 keyword. Closing #43779. *foldingathome-4.0.0 (03 Mar 2004) diff --git a/app-sci/foldingathome/Manifest b/app-sci/foldingathome/Manifest index 9428377154d0..e0db80c51eae 100644 --- a/app-sci/foldingathome/Manifest +++ b/app-sci/foldingathome/Manifest @@ -1,7 +1,7 @@ MD5 5c26c03a2b43eb175769a75e941badec foldingathome-3.14.ebuild 1117 MD5 15f7e18c0ed8c0c09dd792eb75c57125 foldingathome-3.24-r1.ebuild 1602 -MD5 878521df361afc58a6cad888ac382758 foldingathome-4.0.0.ebuild 1400 -MD5 d8f348863fc49a6b100410fbbb6df6cf ChangeLog 1468 +MD5 1469437ace62de8b388b3da02279fb3a foldingathome-4.0.0.ebuild 1445 +MD5 8e3426c5958c62abec4a7bd7c299058b ChangeLog 1581 MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156 MD5 e95be0e5334a02a9e9d86940c433b1d4 foldingathome-3.24.ebuild 1310 MD5 91f88a421f87928d798002ede77fa8f9 files/initfolding 80 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}" |