diff options
Diffstat (limited to 'media-video/rtmpdump/rtmpdump-2.3.ebuild')
-rw-r--r-- | media-video/rtmpdump/rtmpdump-2.3.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-video/rtmpdump/rtmpdump-2.3.ebuild b/media-video/rtmpdump/rtmpdump-2.3.ebuild index 0718e54ddd47..31ab120491a2 100644 --- a/media-video/rtmpdump/rtmpdump-2.3.ebuild +++ b/media-video/rtmpdump/rtmpdump-2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v 1.12 2011/07/07 03:57:22 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v 1.13 2012/03/20 23:31:29 flameeyes Exp $ EAPI="2" @@ -10,7 +10,8 @@ DESCRIPTION="Open source command-line RTMP client intended to stream audio or vi HOMEPAGE="http://rtmpdump.mplayerhq.hu/" SRC_URI="http://rtmpdump.mplayerhq.hu/download/${P}.tgz" -LICENSE="GPL-2" +# the library is LGPL-2.1, the command is GPL-2 +LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="amd64 ~arm hppa ppc ppc64 x86 ~x86-fbsd" IUSE="gnutls polarssl ssl" |