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 2AE8B1382C5 for ; Sun, 25 Feb 2018 17:34:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38BFDE0825; Sun, 25 Feb 2018 17:34:53 +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 0F731E0825 for ; Sun, 25 Feb 2018 17:34:52 +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 B6B60335C38 for ; Sun, 25 Feb 2018 17:34:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79622216 for ; Sun, 25 Feb 2018 17:34:47 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1519580069.0bdbbda4bae5f133c6ec22add6e79ffdc7f41fff.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/time/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/time/time-1.7.2.ebuild X-VCS-Directories: sys-process/time/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 0bdbbda4bae5f133c6ec22add6e79ffdc7f41fff X-VCS-Branch: master Date: Sun, 25 Feb 2018 17:34:47 +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-Archives-Salt: eadc4a5a-8818-4a22-9424-5e6fd4b7f760 X-Archives-Hash: 424755ea228f1129a9c7270874c30deb commit: 0bdbbda4bae5f133c6ec22add6e79ffdc7f41fff Author: Mart Raudsepp gentoo org> AuthorDate: Sun Feb 25 17:33:39 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Feb 25 17:34:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bdbbda4 sys-process/time: Fix license to GPL-3+ 1.7.2 compared to 1.7 only real change was releasing under GPL-3+ instead of GPL-2+. Fix LICENSE accordingly. Acked-by: Andreas K. Hüttel gentoo.org> Package-Manager: Portage-2.3.19, Repoman-2.3.6 sys-process/time/time-1.7.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/time/time-1.7.2.ebuild b/sys-process/time/time-1.7.2.ebuild index 2dbebf19cb4..a10b393bad4 100644 --- a/sys-process/time/time-1.7.2.ebuild +++ b/sys-process/time/time-1.7.2.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Displays info about resources used by a program" HOMEPAGE="https://www.gnu.org/directory/time.html" SRC_URI="http://git.savannah.gnu.org/cgit/time.git/snapshot/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux" IUSE=""