Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/pyliblo/
Date: Sat, 01 Jun 2019 10:54:19
Message-Id: 1559386436.f86e6ff6918bce83837db8200cbcb449c46221f5.mgorny@gentoo
1 commit: f86e6ff6918bce83837db8200cbcb449c46221f5
2 Author: Alexander Tsoy <alexander <AT> tsoy <DOT> me>
3 AuthorDate: Fri May 31 22:32:21 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 1 10:53:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86e6ff6
7
8 media-libs/pyliblo: fix license to LGPL-2.1+
9
10 Package-Manager: Portage-2.3.66, Repoman-2.3.11
11 Signed-off-by: Alexander Tsoy <alexander <AT> tsoy.me>
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild b/media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild
18 index 3ec1fecff24..1ec36208367 100644
19 --- a/media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild
20 +++ b/media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild
21 @@ -10,7 +10,7 @@ DESCRIPTION="A Python wrapper for the liblo OSC library"
22 HOMEPAGE="http://das.nasophon.de/pyliblo"
23 SRC_URI="http://das.nasophon.de/download/${P}.tar.gz"
24
25 -LICENSE="LGPL-2.1"
26 +LICENSE="LGPL-2.1+"
27 SLOT="0"
28 KEYWORDS="~amd64 ~x86"
29 REQUIRED_USE="${PYTHON_REQUIRED_USE}"