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 7C509138334 for ; Sat, 1 Jun 2019 10:54:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E5CCE088D; Sat, 1 Jun 2019 10:54:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4274CE0882 for ; Sat, 1 Jun 2019 10:54:18 +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 3A7E63454D8 for ; Sat, 1 Jun 2019 10:54:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5554D604 for ; Sat, 1 Jun 2019 10:54:14 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1559386441.10369ebe826db0a3b19e3938cca2f25e38985ec4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/klick/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/klick/klick-0.12.2-r2.ebuild X-VCS-Directories: media-sound/klick/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 10369ebe826db0a3b19e3938cca2f25e38985ec4 X-VCS-Branch: master Date: Sat, 1 Jun 2019 10:54:14 +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: 5af5fc01-02fc-429c-a1cd-2b7e3264f7e3 X-Archives-Hash: 1729593628b9027a50e8e352f15fbdb0 commit: 10369ebe826db0a3b19e3938cca2f25e38985ec4 Author: Alexander Tsoy tsoy me> AuthorDate: Fri May 31 23:04:01 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 1 10:54:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10369ebe media-sound/klick: fix license to GPL-2+ Package-Manager: Portage-2.3.66, Repoman-2.3.11 Signed-off-by: Alexander Tsoy tsoy.me> Signed-off-by: Michał Górny gentoo.org> media-sound/klick/klick-0.12.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/klick/klick-0.12.2-r2.ebuild b/media-sound/klick/klick-0.12.2-r2.ebuild index 0a33dbe71f4..25f94d2fe96 100644 --- a/media-sound/klick/klick-0.12.2-r2.ebuild +++ b/media-sound/klick/klick-0.12.2-r2.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="An advanced command-line based metronome for JACK" HOMEPAGE="http://das.nasophon.de/klick" SRC_URI="http://das.nasophon.de/download/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="debug osc rubberband"