Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/librtas/
Date: Sat, 01 Dec 2018 12:48:55
Message-Id: 1543668523.0f7a8a2d3d55eca0c94116b60e875214dd7ff890.jer@gentoo
1 commit: 0f7a8a2d3d55eca0c94116b60e875214dd7ff890
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 1 12:28:45 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 1 12:48:43 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f7a8a2d
7
8 sys-libs/librtas: Fix LICENSE
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 sys-libs/librtas/librtas-2.0.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-libs/librtas/librtas-2.0.2.ebuild b/sys-libs/librtas/librtas-2.0.2.ebuild
17 index 42b86f3bb0d..ab22e30e38a 100644
18 --- a/sys-libs/librtas/librtas-2.0.2.ebuild
19 +++ b/sys-libs/librtas/librtas-2.0.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -8,7 +8,7 @@ DESCRIPTION="A set of libraries for userspace access to RTAS on the PowerPC plat
27 HOMEPAGE="https://github.com/ibm-power-utilities/librtas"
28 SRC_URI="https://github.com/ibm-power-utilities/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29
30 -LICENSE="IBM"
31 +LICENSE="LGPL-2.1+"
32 SLOT="0"
33 KEYWORDS="ppc ppc64"
34 IUSE=""