diff options
author | Kristopher Kersey <augustus@gentoo.org> | 2004-02-18 09:32:29 +0000 |
---|---|---|
committer | Kristopher Kersey <augustus@gentoo.org> | 2004-02-18 09:32:29 +0000 |
commit | 0d9495658133360fcd9195e528452e2a1ea27699 (patch) | |
tree | 9429fbe83dcb065b034d1b172a7b033490c6f148 /media-libs/fmod | |
parent | Version bumped. (diff) | |
download | historical-0d9495658133360fcd9195e528452e2a1ea27699.tar.gz historical-0d9495658133360fcd9195e528452e2a1ea27699.tar.bz2 historical-0d9495658133360fcd9195e528452e2a1ea27699.zip |
Added ~amd64 keyword.
Diffstat (limited to 'media-libs/fmod')
-rw-r--r-- | media-libs/fmod/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/fmod/fmod-3.70.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-libs/fmod/ChangeLog b/media-libs/fmod/ChangeLog index 8f34bdb5ee09..0b44bfee4da4 100644 --- a/media-libs/fmod/ChangeLog +++ b/media-libs/fmod/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/fmod -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fmod/ChangeLog,v 1.4 2003/10/30 00:33:51 lu_zero Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/fmod/ChangeLog,v 1.5 2004/02/18 09:32:29 augustus Exp $ + + 18 Feb 2004; <augustus@gentoo.org> fmod-3.70.ebuild: + Added ~amd64 keyword. 30 Oct 2003; Luca Barbato <lu_zero@gentoo.org> fmod-3.62.ebuild: Marked ppc diff --git a/media-libs/fmod/fmod-3.70.ebuild b/media-libs/fmod/fmod-3.70.ebuild index 044e5cb99c59..2a2c8bc2a670 100644 --- a/media-libs/fmod/fmod-3.70.ebuild +++ b/media-libs/fmod/fmod-3.70.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fmod/fmod-3.70.ebuild,v 1.1 2003/10/22 23:52:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/fmod/fmod-3.70.ebuild,v 1.2 2004/02/18 09:32:29 augustus Exp $ MY_P="fmodapi${PV/.}linux" S=${WORKDIR}/${MY_P} @@ -10,7 +10,7 @@ HOMEPAGE="http://www.fmod.org/" SLOT="0" LICENSE="fmod" -KEYWORDS="~x86 ~sparc ~ppc ~mips ~alpha ~arm ~hppa" +KEYWORDS="~x86 ~sparc ~ppc ~mips ~alpha ~arm ~hppa ~amd64" src_install() { dolib api/libfmod-${PV}.so |