diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-11-20 04:49:36 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-11-20 04:49:36 +0000 |
commit | 1dc08d9eb6965e7c49a50ee9896744721c47168b (patch) | |
tree | 232673b56a4732c3437afb57a0fb3b7c1881ed8f /media-libs/fmod/fmod-4.38.02.ebuild | |
parent | Update fmod license (diff) | |
download | gentoo-2-1dc08d9eb6965e7c49a50ee9896744721c47168b.tar.gz gentoo-2-1dc08d9eb6965e7c49a50ee9896744721c47168b.tar.bz2 gentoo-2-1dc08d9eb6965e7c49a50ee9896744721c47168b.zip |
Use separate LICENSE entries for "BSD" (OggVorbis) and "BSD-2" (Android Support) instead of bundling them all in "fmod" file.
(Portage version: 2.2.0_alpha75/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/fmod/fmod-4.38.02.ebuild')
-rw-r--r-- | media-libs/fmod/fmod-4.38.02.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/fmod/fmod-4.38.02.ebuild b/media-libs/fmod/fmod-4.38.02.ebuild index d064c5c1c840..9b46178b660a 100644 --- a/media-libs/fmod/fmod-4.38.02.ebuild +++ b/media-libs/fmod/fmod-4.38.02.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.02.ebuild,v 1.1 2011/11/20 04:32:59 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/fmod/fmod-4.38.02.ebuild,v 1.2 2011/11/20 04:49:36 ssuominen Exp $ inherit versionator @@ -11,7 +11,7 @@ HOMEPAGE="http://www.fmod.org" SRC_URI="x86? ( http://www.fmod.org/index.php/release/version/${MY_P}.tar.gz ) amd64? ( http://www.fmod.org/index.php/release/version/${MY_P}64.tar.gz )" -LICENSE="fmod" +LICENSE="BSD BSD-2 fmod" SLOT="1" KEYWORDS="~amd64 ~x86" IUSE="examples" |