summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2012-03-20 23:31:29 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2012-03-20 23:31:29 +0000
commit28b7b95c5098310078588770ba354450d8dabc70 (patch)
treedbc2396c05874358a8946052d3257a3405a313b3 /media-video/rtmpdump/rtmpdump-2.4.ebuild
parentVersion bump. (diff)
downloadhistorical-28b7b95c5098310078588770ba354450d8dabc70.tar.gz
historical-28b7b95c5098310078588770ba354450d8dabc70.tar.bz2
historical-28b7b95c5098310078588770ba354450d8dabc70.zip
Fix license identification.
Package-Manager: portage-2.2.0_alpha92/cvs/Linux x86_64
Diffstat (limited to 'media-video/rtmpdump/rtmpdump-2.4.ebuild')
-rw-r--r--media-video/rtmpdump/rtmpdump-2.4.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/media-video/rtmpdump/rtmpdump-2.4.ebuild b/media-video/rtmpdump/rtmpdump-2.4.ebuild
index e9895814370f..4d08904e4466 100644
--- a/media-video/rtmpdump/rtmpdump-2.4.ebuild
+++ b/media-video/rtmpdump/rtmpdump-2.4.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.4.ebuild,v 1.1 2011/08/10 10:41:26 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.4.ebuild,v 1.2 2012/03/20 23:31:29 flameeyes Exp $
EAPI="4"
@@ -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://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
-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"