diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-11 06:06:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-11 06:06:29 +0000 |
commit | a80b725e304ab82b898a198c7d52094266abd1a6 (patch) | |
tree | 96e76f3e1457a2ebc45f864a6e2115c19d1c0e0f /media-libs | |
parent | Adding patch for the slit problem. See bug #45335 (Manifest recommit) (diff) | |
download | gentoo-2-a80b725e304ab82b898a198c7d52094266abd1a6.tar.gz gentoo-2-a80b725e304ab82b898a198c7d52094266abd1a6.tar.bz2 gentoo-2-a80b725e304ab82b898a198c7d52094266abd1a6.zip |
sdl-mixer is under the LGPL, not the GPL
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/sdl-mixer/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/sdl-mixer/sdl-mixer-1.2.5-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/media-libs/sdl-mixer/ChangeLog b/media-libs/sdl-mixer/ChangeLog index cbd4c70d4623..937dacf0c5aa 100644 --- a/media-libs/sdl-mixer/ChangeLog +++ b/media-libs/sdl-mixer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/sdl-mixer # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v 1.17 2004/04/03 07:13:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/ChangeLog,v 1.18 2004/04/11 06:06:29 mr_bones_ Exp $ + + 10 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> + sdl-mixer-1.2.5-r1.ebuild: + sdl-mixer is under the LGPL, not the GPL 02 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> sdl-mixer-1.2.5-r1.ebuild: diff --git a/media-libs/sdl-mixer/sdl-mixer-1.2.5-r1.ebuild b/media-libs/sdl-mixer/sdl-mixer-1.2.5-r1.ebuild index 43ea38dcf53a..7d7ea8ea4480 100644 --- a/media-libs/sdl-mixer/sdl-mixer-1.2.5-r1.ebuild +++ b/media-libs/sdl-mixer/sdl-mixer-1.2.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.5-r1.ebuild,v 1.10 2004/04/03 07:13:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-mixer/sdl-mixer-1.2.5-r1.ebuild,v 1.11 2004/04/11 06:06:29 mr_bones_ Exp $ inherit eutils @@ -10,7 +10,7 @@ DESCRIPTION="Simple Direct Media Layer Mixer Library" HOMEPAGE="http://www.libsdl.org/projects/SDL_mixer/index.html" SRC_URI="http://www.libsdl.org/projects/SDL_mixer/release/${MY_P}.tar.gz" -LICENSE="GPL-2" +LICENSE="LGPL-2" SLOT="0" KEYWORDS="x86 ppc sparc alpha hppa amd64 ~mips" IUSE="mpeg mikmod oggvorbis" |