Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/time/
Date: Sun, 25 Feb 2018 17:34:54
Message-Id: 1519580069.0bdbbda4bae5f133c6ec22add6e79ffdc7f41fff.leio@gentoo
1 commit: 0bdbbda4bae5f133c6ec22add6e79ffdc7f41fff
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 25 17:33:39 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 25 17:34:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bdbbda4
7
8 sys-process/time: Fix license to GPL-3+
9
10 1.7.2 compared to 1.7 only real change was releasing under GPL-3+
11 instead of GPL-2+. Fix LICENSE accordingly.
12
13 Acked-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
14 Package-Manager: Portage-2.3.19, Repoman-2.3.6
15
16 sys-process/time/time-1.7.2.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/sys-process/time/time-1.7.2.ebuild b/sys-process/time/time-1.7.2.ebuild
20 index 2dbebf19cb4..a10b393bad4 100644
21 --- a/sys-process/time/time-1.7.2.ebuild
22 +++ b/sys-process/time/time-1.7.2.ebuild
23 @@ -9,7 +9,7 @@ DESCRIPTION="Displays info about resources used by a program"
24 HOMEPAGE="https://www.gnu.org/directory/time.html"
25 SRC_URI="http://git.savannah.gnu.org/cgit/time.git/snapshot/${P}.tar.gz"
26
27 -LICENSE="GPL-2"
28 +LICENSE="GPL-3+"
29 SLOT="0"
30 KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
31 IUSE=""