diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-21 21:22:19 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-21 21:22:19 +0000 |
commit | f1988c670188c2099de26c9526aad4930402b7e5 (patch) | |
tree | 427c369f6782b02749a71a30bde2b6df2264a5a3 /media-libs/fmod | |
parent | Version bump. (diff) | |
download | gentoo-2-f1988c670188c2099de26c9526aad4930402b7e5.tar.gz gentoo-2-f1988c670188c2099de26c9526aad4930402b7e5.tar.bz2 gentoo-2-f1988c670188c2099de26c9526aad4930402b7e5.zip |
whitespace
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/fmod')
-rw-r--r-- | media-libs/fmod/fmod-4.24.07.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/fmod/fmod-4.24.07.ebuild b/media-libs/fmod/fmod-4.24.07.ebuild index e277557d22a4..18cac813c30b 100644 --- a/media-libs/fmod/fmod-4.24.07.ebuild +++ b/media-libs/fmod/fmod-4.24.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/fmod/fmod-4.24.07.ebuild,v 1.1 2009/05/21 21:21:17 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/fmod/fmod-4.24.07.ebuild,v 1.2 2009/05/21 21:22:19 ssuominen Exp $ inherit versionator @@ -34,7 +34,7 @@ src_install() { dodir /opt/${MY_P} cd "${S}"/api/lib - + if use amd64; then cp -f libfmodex64-${PV}.so libfmodex.so.${PV} cp -f libfmodexp64-${PV}.so libfmodexp.so.${PV} |