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 294E9138334 for ; Thu, 5 Dec 2019 00:06:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66AA5E0828; Thu, 5 Dec 2019 00:06:31 +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 46E44E0828 for ; Thu, 5 Dec 2019 00:06:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0F7C034D7DF for ; Thu, 5 Dec 2019 00:06:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C0D38C8 for ; Thu, 5 Dec 2019 00:06:27 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1575504368.41764182ce78dff409a1bb25e0324e29587c4b95.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-benchmarks/stress-ng/stress-ng-0.10.07.ebuild app-benchmarks/stress-ng/stress-ng-0.10.12.ebuild X-VCS-Directories: app-benchmarks/stress-ng/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 41764182ce78dff409a1bb25e0324e29587c4b95 X-VCS-Branch: master Date: Thu, 5 Dec 2019 00:06:27 +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: 609bdcb1-3074-41b1-a70a-12d230251f4a X-Archives-Hash: 6894453a486ab300d2c44fe8c7591b11 commit: 41764182ce78dff409a1bb25e0324e29587c4b95 Author: Conrad Kostecki gentoo org> AuthorDate: Thu Dec 5 00:06:08 2019 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Dec 5 00:06:08 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41764182 app-benchmarks/stress-ng: update LICENSE Updated incorrect license from GPL-2 to GPL-2+, as it's stated in the source code. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Conrad Kostecki gentoo.org> app-benchmarks/stress-ng/stress-ng-0.10.07.ebuild | 2 +- app-benchmarks/stress-ng/stress-ng-0.10.12.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-benchmarks/stress-ng/stress-ng-0.10.07.ebuild b/app-benchmarks/stress-ng/stress-ng-0.10.07.ebuild index b2c3a4b18a1..a11487d24c4 100644 --- a/app-benchmarks/stress-ng/stress-ng-0.10.07.ebuild +++ b/app-benchmarks/stress-ng/stress-ng-0.10.07.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Stress test for a computer system with various selectable ways" HOMEPAGE="https://kernel.ubuntu.com/~cking/stress-ng/" SRC_URI="https://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" diff --git a/app-benchmarks/stress-ng/stress-ng-0.10.12.ebuild b/app-benchmarks/stress-ng/stress-ng-0.10.12.ebuild index 5515d74e240..041c048472d 100644 --- a/app-benchmarks/stress-ng/stress-ng-0.10.12.ebuild +++ b/app-benchmarks/stress-ng/stress-ng-0.10.12.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Stress test for a computer system with various selectable ways" HOMEPAGE="https://kernel.ubuntu.com/~cking/stress-ng/" SRC_URI="https://kernel.ubuntu.com/~cking/tarballs/${PN}/${P}.tar.xz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86"