From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F0DEF138350 for ; Mon, 24 Feb 2020 12:17:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0527DE091F; Mon, 24 Feb 2020 12:17:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DDE98E091F for ; Mon, 24 Feb 2020 12:17:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E8D634F0E9 for ; Mon, 24 Feb 2020 12:17:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6C2D9134 for ; Mon, 24 Feb 2020 12:17:22 +0000 (UTC) From: "Jörg Bornkessel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jörg Bornkessel" Message-ID: <1582546624.90bf7e9ac4ea50affb611a9e37f65fd7a35166f5.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-recsearch/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-recsearch/vdr-recsearch-0.3.7.ebuild X-VCS-Directories: media-plugins/vdr-recsearch/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Jörg Bornkessel X-VCS-Revision: 90bf7e9ac4ea50affb611a9e37f65fd7a35166f5 X-VCS-Branch: master Date: Mon, 24 Feb 2020 12:17:22 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6da012fd-1dea-4f1f-b3f1-39e9e696bc03 X-Archives-Hash: 676ce0ba99674bfb2a2870ff01369cd3 commit: 90bf7e9ac4ea50affb611a9e37f65fd7a35166f5 Author: Joerg Bornkessel gentoo org> AuthorDate: Mon Feb 24 11:53:52 2020 +0000 Commit: Jörg Bornkessel gentoo org> CommitDate: Mon Feb 24 12:17:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90bf7e9a media-plugins/vdr-recsearch: fixed License Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Joerg Bornkessel gentoo.org> media-plugins/vdr-recsearch/vdr-recsearch-0.3.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-plugins/vdr-recsearch/vdr-recsearch-0.3.7.ebuild b/media-plugins/vdr-recsearch/vdr-recsearch-0.3.7.ebuild index f465fc010aa..576bbfbf601 100644 --- a/media-plugins/vdr-recsearch/vdr-recsearch-0.3.7.ebuild +++ b/media-plugins/vdr-recsearch/vdr-recsearch-0.3.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/flensrocker/vdr-plugin-recsearch/releases/download/v KEYWORDS="~amd64 ~x86" SLOT="0" -LICENSE="GPL-2" +LICENSE="GPL-2+" DEPEND="media-video/vdr"