diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-03-07 19:57:50 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-03-07 19:57:50 +0000 |
commit | 2e8d8960bacb4622d7c1c89e55bbb3a0186b7ae6 (patch) | |
tree | bc1546a3c4e4b7a96f3a497db1429c644d5a94fc /media-libs | |
parent | dropping unzip DEP, thanks to graaff for the reminder (diff) | |
download | gentoo-2-2e8d8960bacb4622d7c1c89e55bbb3a0186b7ae6.tar.gz gentoo-2-2e8d8960bacb4622d7c1c89e55bbb3a0186b7ae6.tar.bz2 gentoo-2-2e8d8960bacb4622d7c1c89e55bbb3a0186b7ae6.zip |
Fix LGPL license version.
(Portage version: 2.2.0_alpha165/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/audiofile/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/audiofile/audiofile-0.3.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/audiofile/ChangeLog b/media-libs/audiofile/ChangeLog index eabb2a99b5d8..de1c2e5427ba 100644 --- a/media-libs/audiofile/ChangeLog +++ b/media-libs/audiofile/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/audiofile # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/ChangeLog,v 1.124 2013/03/07 18:37:37 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/ChangeLog,v 1.125 2013/03/07 19:57:50 radhermit Exp $ + + 07 Mar 2013; Tim Harder <radhermit@gentoo.org> audiofile-0.3.6.ebuild: + Fix LGPL license version. *audiofile-0.3.6 (07 Mar 2013) diff --git a/media-libs/audiofile/audiofile-0.3.6.ebuild b/media-libs/audiofile/audiofile-0.3.6.ebuild index 4ab1c42e4250..41f80f174150 100644 --- a/media-libs/audiofile/audiofile-0.3.6.ebuild +++ b/media-libs/audiofile/audiofile-0.3.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/audiofile-0.3.6.ebuild,v 1.1 2013/03/07 18:37:37 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/audiofile/audiofile-0.3.6.ebuild,v 1.2 2013/03/07 19:57:50 radhermit Exp $ EAPI=5 @@ -9,7 +9,7 @@ inherit autotools eutils gnome.org DESCRIPTION="An elegant API for accessing audio files" HOMEPAGE="http://www.68k.org/~michael/audiofile/" -LICENSE="GPL-2 LGPL-2" +LICENSE="GPL-2 LGPL-2.1" SLOT="0/1" # subslot = soname major version KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="flac static-libs test" |