diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-12-19 05:14:41 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-12-19 05:14:41 +0000 |
commit | b86b94685de1718859eb6f4eb48ecc7a8739d64e (patch) | |
tree | 4c7e64c2875ae42a63cbc11ef375857f2a28b00f /media-libs/fmod | |
parent | Stable sparc. (diff) | |
download | historical-b86b94685de1718859eb6f4eb48ecc7a8739d64e.tar.gz historical-b86b94685de1718859eb6f4eb48ecc7a8739d64e.tar.bz2 historical-b86b94685de1718859eb6f4eb48ecc7a8739d64e.zip |
Stable amd64, x86.
Diffstat (limited to 'media-libs/fmod')
-rw-r--r-- | media-libs/fmod/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/fmod/fmod-3.74.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/fmod/ChangeLog b/media-libs/fmod/ChangeLog index ebe52861a1ff..ed2ec760a97f 100644 --- a/media-libs/fmod/ChangeLog +++ b/media-libs/fmod/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/fmod # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fmod/ChangeLog,v 1.17 2004/11/09 01:01:02 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/fmod/ChangeLog,v 1.18 2004/12/19 05:10:46 eradicator Exp $ + + 18 Dec 2004; Jeremy Huddleston <eradicator@gentoo.org> fmod-3.74.ebuild: + Stable amd64, x86. 08 Nov 2004; Michael Sterrett <mr_bones_@gentoo.org> fmod-3.74.ebuild: tidy; error check file io diff --git a/media-libs/fmod/fmod-3.74.ebuild b/media-libs/fmod/fmod-3.74.ebuild index c8a554958441..352b15da1a54 100644 --- a/media-libs/fmod/fmod-3.74.ebuild +++ b/media-libs/fmod/fmod-3.74.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fmod/fmod-3.74.ebuild,v 1.2 2004/11/09 01:01:02 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/fmod/fmod-3.74.ebuild,v 1.3 2004/12/19 05:10:46 eradicator Exp $ MY_P="fmodapi${PV/.}linux" S=${WORKDIR}/${MY_P} @@ -10,7 +10,7 @@ SRC_URI="http://www.fmod.org/files/${MY_P}.tar.gz" LICENSE="fmod" SLOT="0" -KEYWORDS="-* ~x86 ~amd64" +KEYWORDS="-* amd64 x86" IUSE="" DEPEND="virtual/libc" |