From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7FB041382D5 for ; Sun, 26 Jun 2016 08:53:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7AEDE0B45; Sun, 26 Jun 2016 08:53:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D341E0B45 for ; Sun, 26 Jun 2016 08:53:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A547B340862 for ; Sun, 26 Jun 2016 08:53:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAA48CE9 for ; Sun, 26 Jun 2016 08:53:46 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1466931220.e9dd919ae48a44ba14e88f7440d14ab3cb048884.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/faad2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/faad2/faad2-2.7-r3.ebuild X-VCS-Directories: media-libs/faad2/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: e9dd919ae48a44ba14e88f7440d14ab3cb048884 X-VCS-Branch: master Date: Sun, 26 Jun 2016 08:53:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b1bee4fa-b1b0-446b-8b04-f0aba2e4d26e X-Archives-Hash: d276c576e7a21147383edb2ceb728ec7 commit: e9dd919ae48a44ba14e88f7440d14ab3cb048884 Author: Ulrich Müller gentoo org> AuthorDate: Sun Jun 26 08:52:43 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jun 26 08:53:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9dd919a media-libs/faad2: Specify LICENSE more precisely. Package-Manager: portage-2.3.0 media-libs/faad2/faad2-2.7-r3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/faad2/faad2-2.7-r3.ebuild b/media-libs/faad2/faad2-2.7-r3.ebuild index 0473932..be857c8 100644 --- a/media-libs/faad2/faad2-2.7-r3.ebuild +++ b/media-libs/faad2/faad2-2.7-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ DESCRIPTION="AAC audio decoding library" HOMEPAGE="http://www.audiocoding.com/faad2.html" SRC_URI="mirror://sourceforge/faac/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="digitalradio static-libs"