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 63238138334 for ; Sat, 1 Jun 2019 10:54:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D41FE0876; Sat, 1 Jun 2019 10:54:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 34604E0863 for ; Sat, 1 Jun 2019 10:54:16 +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 9FCF23454C7 for ; Sat, 1 Jun 2019 10:54:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07656600 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: <1559386436.f86e6ff6918bce83837db8200cbcb449c46221f5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/pyliblo/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild X-VCS-Directories: media-libs/pyliblo/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f86e6ff6918bce83837db8200cbcb449c46221f5 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: 1d4cbcf0-b45e-4a2d-81c6-2ff4c85a4a11 X-Archives-Hash: 8cfc506d0a66616fd0f32a7d8206b242 commit: f86e6ff6918bce83837db8200cbcb449c46221f5 Author: Alexander Tsoy tsoy me> AuthorDate: Fri May 31 22:32:21 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jun 1 10:53:56 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86e6ff6 media-libs/pyliblo: fix license to LGPL-2.1+ 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-libs/pyliblo/pyliblo-0.10.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild b/media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild index 3ec1fecff24..1ec36208367 100644 --- a/media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild +++ b/media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="A Python wrapper for the liblo OSC library" HOMEPAGE="http://das.nasophon.de/pyliblo" SRC_URI="http://das.nasophon.de/download/${P}.tar.gz" -LICENSE="LGPL-2.1" +LICENSE="LGPL-2.1+" SLOT="0" KEYWORDS="~amd64 ~x86" REQUIRED_USE="${PYTHON_REQUIRED_USE}"