diff options
author | Homer Parker <hparker@gentoo.org> | 2011-11-01 17:58:53 +0000 |
---|---|---|
committer | Homer Parker <hparker@gentoo.org> | 2011-11-01 17:58:53 +0000 |
commit | 7092e24a5273703c5922816bef58e6855d0cba32 (patch) | |
tree | 9bd4baf8c1080208043bce5a6cb83022ff8b918a /media-libs/fmod/fmod-4.38.00.ebuild | |
parent | New package dev-util/cmake-fedora (diff) | |
download | gentoo-2-7092e24a5273703c5922816bef58e6855d0cba32.tar.gz gentoo-2-7092e24a5273703c5922816bef58e6855d0cba32.tar.bz2 gentoo-2-7092e24a5273703c5922816bef58e6855d0cba32.zip |
Stable on AMD64 fixing bug #294253
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/fmod/fmod-4.38.00.ebuild')
-rw-r--r-- | media-libs/fmod/fmod-4.38.00.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/fmod/fmod-4.38.00.ebuild b/media-libs/fmod/fmod-4.38.00.ebuild index 2c10739f1f06..efa18a1d1863 100644 --- a/media-libs/fmod/fmod-4.38.00.ebuild +++ b/media-libs/fmod/fmod-4.38.00.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fmod/fmod-4.38.00.ebuild,v 1.1 2011/10/30 09:17:25 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/fmod/fmod-4.38.00.ebuild,v 1.2 2011/11/01 17:58:53 hparker Exp $ inherit versionator @@ -13,7 +13,7 @@ SRC_URI="x86? ( http://www.fmod.org/index.php/release/version/${MY_P}.tar.gz ) LICENSE="fmod" SLOT="1" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="examples" RESTRICT="strip test" |